Quote:
Originally Posted by inyourmind
Ok i get it.
If i had a right configuration of DNS but postfix don't reach any MX Server, is it possible that i have to configure a route?
|
If you have a right dns configured, then your box (and postfix of course) should be able to find the MX record of the recipient domains.
Most likely you need to use your ISP mailserver as a relayhost, because usually ISPs block port 25 traffic. If that's the case, use:
Code:
relayhost = mail.my-isp.com
If you need authentication to connect to your ISP mailserver, have a look
here
Regards