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

Mail delivery settings : Can't receive mail from a web form

F

f.g

Guest
Postfix: how to exclude a domain of local delivery

Hi all,

for one domain I use the google MX for handling emails.

when someone send me an email from the same server,

the mail agent recognizes my domain name and concludes that it should be sending mail to itself.
The mail agent will attempt to deliver the message locally.

To resolve this issue, I have to notify the mail agent running on the server that hosts my website that it is not also responsible for handling mail for this domain.

my question is: how I do that?

the exact problem is described here -
http://www.google.com/support/a/bin/answer.py?hl=en&answer=55299


Thanks
 
Last edited by a moderator:
Postfix: how to exclude a domain of local delivery

I try to understand the postfix documentation ;
$mydestination... relay_domains... etc.

and I still lost

anyone know how to exclude one domain of local delivery ?
 
This is an old post but if still struggling get in touch. I have seen this happen with postfix, but simply turning the local mail service off clears the error!
 
The same happened with qmail. Messages from web forms or received by local SMTP been attempted to deliver locally and then bounced as soon as there were no mailboxes set.

Double checked that mail services is off, DNS off. Checked "/var/qmail/control/locals" file -- no domains listed -- still delivers locally.

When after trials I removed "/var/qmail/mailnames/mydomain.com", then it started to work correctly (not very obvious huh?). I am not sure is this right solution or the dirty one, probably "/var/qmail/control/virtuldomain" correction would be better. But I noticed that Plesk put all virtual domains to qmail even those which had mail service off. I guess qmail assumed it as a signal for allowed local delivery (though why not in "locals" then) but found no actual mailboxes and bounced.

Clearly Plesk fault.
 
Back
Top