On Thu, Sep 29, 2011 at 2:12 PM, kenneth gonsalves
<law...@thenilgiris.com> 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
> queue_directory = /var/spool/postfix
> command_directory = /usr/sbin
> daemon_directory = /usr/libexec/postfix
> data_directory = /var/lib/postfix
> mail_owner = postfix
> myhostname = xlquest.web
> mydomain = xlquest.web
> myorigin = $myhostname
> myorigin = $mydomain
> inet_interfaces = 192.168.1.2,127.0.0.1
> inet_interfaces = localhost

Please comment this  line. The last declarative is what takes effect.
inet-Interfaces is always set to localhost thus.

-- Mohan Sundaram
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to