Thanks for the reply Dudi, It sovle the connection problem to the port 25, but I'm not able to send e-mails, here is the error:
[code] Feb 7 21:13:31 localhost postfix/smtpd[25108]: connect from unknown[192.168.59.1] Feb 7 21:13:31 localhost postfix/smtpd[25108]: warning: SASL: Connect to private/auth failed: Permission denied Feb 7 21:13:31 localhost postfix/smtpd[25108]: fatal: no SASL authentication mechanisms Feb 7 21:13:32 localhost postfix/master[25091]: warning: process /usr/libexec/postfix/smtpd pid 25108 exit status 1 Feb 7 21:13:32 localhost postfix/master[25091]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling [/code] Any clues on what I'm missing? Best Regards On Tue, Feb 7, 2012 at 9:10 PM, Dudi Goldenberg <d...@kolcore.com> wrote: > Hi Andre, > >>The 192.168.59.246 is not listen on port 25. How can I listen on port >>25 with 192.168.59.246? > > Look for inet_interfaces in main.cf and set it to 'inet_interfaces = all', > make sure that you search all of main.cf and verify that you only have one > inet_interfaces line there. > > Another test would be to telnet localhost 25 which should work. > > Regards, > > D.