• 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!
  • 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.

Issue Cant recive email

Dani Junsui

New Pleskian
Hi all,

I have the next problem. I can send mails from a domain perfectly but can't revice them. The error I recive back is "<name@domain.com> User unknown in virtual alias table".

Log is following:

Aug 25 09:18:23 Domain postfix/error[26299]: AE6179D20128: to=<daniel@domain.com>, relay=none, delay=0.16, delays=0.12/0/0/0.03, dsn=5.1.1, status=bounced (User unknown in virtual alias table)


I have investigated a lot and the found some articles, but none of them helped (all done):
  • DNS are correct (mail with other domain works)
  • The email is on the postfix virtual table (postmap -s /var/spool/postfix/plesk/vmailbox)
  • "plesk repair mail" shows no errors, but launched anyway
  • Restarted postfix service
  • Checked the "mydestination" inside the postfix main config fail and its correct
  • Created a new mail on the same domain and got the same issue
  • Removed mail service for this domain and put it again on.

Hope you can help me.

Many Thanks
 
Last edited:
Make sure that user daniel@domain.com is absent in the virtual alias table:

# postmap -s /var/spool/postfix/plesk/virtual | grep daniel@domain.com

Try to re-add this mailbox or run

# plesk repair mail
 
Make sure that user daniel@domain.com is absent in the virtual alias table:

# postmap -s /var/spool/postfix/plesk/virtual | grep daniel@domain.com

Try to re-add this mailbox or run

# plesk repair mail

Hi,

Thanks for the answer. As said, it exists in the virtual table & plesk repair mail didn't did nothing...
 
Back
Top