Hi Nigel,

    > Results of 'netstat -anp' :
    > ...
    > tcp        0      0 127.0.0.1:25            0.0.0.0:*  LISTEN      3544/master   
      
    > ...

Thanks for the netstat info (sent off-list).  Looks like you're not running
smtp, but you do have something on 127.0.0.1.  I don't know what 'master'
is. What do you get w/:
        cat /proc/3544/cmdline
        (err, i don't know mandrake, i trust it has /proc, being a linux/gnu
        based system?)

Look for courier error messages in /var/log/maillog -- courier esmtpd might 
be having problems binding to 0.0.0.0.:25 since it's already used by 
loopback. You might want to try setting esmptd to bind to only your public 
IP address (ie, 192.168.0.2, or whatever it is) and since it that starts it 
up.

You'll know you have it listening when you see it show up in the output of:
        netstat -anp | grep ':25'

hth,
-j
        




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to