On Thu, Sep 29, 2011 at 2:12 PM, kenneth gonsalves <[email protected]> wrote: > On Thu, 2011-09-29 at 14:02 +0530, Arun Khan wrote: >> > doesn't work even if firewall is disabled >> >> Does your setup allow relaying? >> >> Better yet post the output of the following: >> >> egrep "^[a-z].*" /etc/postfix/main.cf (or whatever is the path name >> for your setup) > > [root@xlquest etc]# egrep "^[a-z].*" /etc/postfix/main.cf > inet_interfaces = 192.168.1.2,127.0.0.1 > inet_interfaces = localhost
Multiple inet_interfaces declarations could be the problem. Remove the 2nd instance which may overriding the first one forcing postfix to listen on 127.0.0.1 -- Arun Khan _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
