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

Issue Recipient address rejected: User unknown in virtual mailbox table).

hubert

New Pleskian
Dear friends, I have "mydomain.com" one email address on exchange and one email address on VPS. When I want to send an email from email address from VPS to email on exchange i get - Error SMTP (550): can't add the recipient "[email protected]" (5.1.1 <exchange@mydomain>: Recipient address rejected: User unknown in virtual mailbox table).
How can i send emails locally?

h
 
Postfix mail server always tries to deliver an email locally first. As mydomain.com exists on a local server, Postfix looks for a mailbox @mydomain.com locally without checking the domain's external mail service. Postfix does not retry to deliver email to the external server if the recipient mailbox was not found locally: this is Postfix's behaviour by design.

As a possible solution, you can disable mail service for the recipient domain. It has mail served externally anyway, so by disabling mail service on a Plesk server for mydomain.com, Postfix will not check for [email protected] mailbox presence locally and will connect to external mail server directly using global DNS records:

  1. In Plesk, go to Domains > mydomain.com > Mail Settings.

  2. Disable the option Activate mail service on this domain.
 
hmm but if I do like You suggest than I will not achieve my goal which is having one email account on exchange and one on vps (bc vps will be off). Is it possible to omit somehow this that "Postfix mail server always tries to deliver an email locally first" and to send mail from VPS to exchange within one domain?
 
Note: Having the mails of a domain distributed onto 2 different mail systems is never a good idea and will cause problems at some point.

As a workaround, you could configure your PHP scripts to use an external SMTP server to send the mails so that the mail will be delivered according to the MX record of the domain, assuming that the MX of the domain is pointing to your Exchange server. If your MX points to your Plesk VPS then you should configure your PHP scripts to deliver the mail directly to your Exchange server.

But let me emphasize again: 1 domain = 1 mail system. Anything else is just plain ugly.
 
I had the same problem : mailboxes *@mydomain.com hosted externally, but wanted one specific email account hosted locally.

One solution that may help is to disable the mail service on the local domain then activate it on a subdomain (ie: mysubdomain.mydomain.com).

Plesk allows you to do that.

Then simply create the local mailboxes on that subdomain, ie: [email protected]

Worked fine for me.

HTH
Marc
 
Back
Top