i have decided to have a separate mail server for my app. When i use php to send email, postfix sends successfully to other domains(gmail.com etc), but uses local relay for the addresses hosted on my mail server. The MX record works fine. All i need is to get the local addresses out. I dont know where to start. Please, help.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
I believe you're looking for the |
|||
|
|
|
postconf -e "local_transport = smtp:[external.relay]" |
|||||
|