• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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