Hi there,
I think the crux of this issue is that I'm a postfix
neophyte, but here goes.
I'm using postfix
's sendmail
on a 1&1 VPS account to post messages from a webserver (through PHP; contact forms, password resets, etc.). It's working fine, except mail cannot be sent to the local domain. That is, if the host is example.com, any messages to [email protected] simply aren't delivered.
I've seen suggestions that this is due to the fact that the server recognizes that the mail is coming to itself, and shortcuts the outbound SMTP methods. Trouble is, we're using 1&1's email manager to assign forwarding addresses, so redirecting [email protected] to x's server account isn't good for our case (through the host's web interface, we can set [email protected] to forward to [email protected], which is what we're doing).
Thanks for the help.