• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved AFTER MIGRATION - email do not exist or cannot receive mail

femotvaff

Regular Pleskian
Server operating system version
Debian
Plesk version and microupdate number
18.0.60 Update #1
AFTER MIGRATION - email do not exist or cannot receive mail

After migration,
DNS was setted
but mail are bounced with the message

"
Recipient address rejected: Us=
er unknown in virtual mailbox table "

Any suggestion?
 
Did you verify the mail server DNS settings with a tool like mxtoolbox.com? Did you verify that the mailboxes exist on the new server? Did you check the maillog what happens when a mail is received?
 
Yes of course.

DNS is ok
MX record was ok
Mail are bouced because they appear to not exist in the server...
but of course they exist.

Recipient address rejected: Us=
er unknown in virtual mailbox table "

it is a problem of plesk
 
In mail log we can see mail arrive...

Jun 12 04:29:01 SERVERNAME postfix/smtpd[3985]: NOQUEUE: milter-reject: MAIL from de-smtp-delivery-223.mimecast.com[194.104.111.223]: 451 4.3.5 Server configuration problem - try again later; from=<> proto=ESMTP helo=<de-smtp-delivery-223.mimecast.com>
Jun 12 04:29:01 SERVERNAME postfix/smtpd[3985]: disconnect from de-smtp-delivery-223.mimecast.com[194.104.111.223] ehlo=1 starttls=0/1 mail=0/1 quit=1 commands=2/4
Jun 12 04:29:27 SERVERNAME postfix/smtpd[3985]: connect from sw.managed-otrs.com[159.69.61.96]
Jun 12 04:29:27 SERVERNAME postfix/smtpd[3985]: warning: milter inet:127.0.0.1:12768: bad protocol information: socks
Jun 12 04:29:27 SERVERNAME postfix/smtpd[3985]: NOQUEUE: milter-reject: CONNECT from AlfredKeller.managed-otrs.com[159.69.61.96]: 451 4.3.5 Server configuration problem - try again later; proto=SMTP
Jun 12 04:29:27 SERVERNAME postfix/smtpd[3985]: NOQUEUE: milter-reject: MAIL from AlfredKeller.managed-otrs.com[159.69.61.96]: 451 4.3.5 Server configuration problem - try again later; from=< > proto=ESMTP helo=<sw.managed-otrs.com>


it is something wrong in PLESK
but as we use the migration tool, we should have the same configurations
 
I am not sure about 451 4.3.5 Server configuration problem - try again later error.

For the Recipient address rejected: User unknown in virtual mailbox table error you can try to run the mail repair utility: plesk repair mail example.com -y or if the issue occurs to many domains plesk repair mail -y
 
Thank you
it was already done 2 times, no errors.
and no solution.

Someone have idea how to check "virtual mailbox table" ?
 
Did you check if the Mail service is enabled for the domain (which can be set in the mail settings of the domain)?

You can use the postmap -s /var/spool/postfix/plesk/virtual | grep [email protected] command the search for and email address in the virtual mailbox table (replace [email protected] with the email address of the mailbox).
 
The problem seems to be a A Milter program (content filtering software) rejected the email.
Now I have to understand which and why...

NOQUEUE: milter-reject: CONNECT from authsmtp38.domain.it[33.12.8.101]: 451 4.3.5 Server configuration problem - try again later; proto=SMTP
 
Jun 14 17:18:24 domainserver postfix/cleanup[5995]: 4DE242AF71: message-id=<CAATQh1rVVW4+rgu+ZGRH=A0nsP5P6QkYA=[email protected]>
Jun 14 17:18:24 domainserver psa-pc-remote[31098]: 4DE242AF71: py-limit-out: stderr: INFO:__main__:No SMTP AUTH and not running in sendmail context (incoming or unrestricted outgoing mail). SKIP message.

Sapete interpretare questo messaggio?
omeglio perchè plesk chiede un'autenticazione per le mail in arrivo ???
Grazie
 
Jun 14 17:18:24 domainserver psa-pc-remote[31098]: 4DE242AF71: py-limit-out: stderr: INFO:__main__:No SMTP AUTH and not running in sendmail context (incoming or unrestricted outgoing mail). SKIP message.
The log entry is informative, it indicates that the message was not blocked. The SKIP message at the end of the line indicates that filters are being bypassed. Likely because of an bounceback message.
 
The problem was opendkim, as plesk has his DKIM native, romoving that and reverting postfix configuration solved the problem.
 
Back
Top