Qmail does not forward mail to a specific domain
Posted
by jahufar
on Server Fault
See other posts from Server Fault
or by jahufar
Published on 2009-10-22T06:18:29Z
Indexed on
2010/03/08
17:08 UTC
Read the original article
Hit count: 478
qmail
Hi
I have a dedicated hosting account with GoDaddy.com. I've pointed my domain's email to work with Google apps.
The server has qmail running and it forwards email to all domains just fine except for MY domain (mydomain.com) - it says
550 User xxx not found in mydomain.com
I believe it thinks I've hosted email on the server itself (not gmail) and it's trying to validate if [email protected] exists on my server (which is not the case since it's all handled by google apps).
How do I make it forward mail to all domains?
Thank you :)
EDIT: I would only need it forwarding emails if the connection originates from 127.0.0.1 - which I believe is the default way it's configured. So to clarify: I just need a purely forwarded configuration so my PHP scripts have the ability to send email.
© Server Fault or respective owner