nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] Help!


From: Ralph Corderoy
Subject: Re: [Nmh-workers] Help!
Date: Fri, 25 May 2012 17:15:49 +0100

Hi Norm,

> It is:
> 
>   servers: localhost

Exactly!  You are running an SMTP server on localhost, that machine, and
it's Postfix.  I am here, Ubuntu.  Try this:

    $ sudo lsof -i :25
    COMMAND   PID    USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
    master   1319    root   12u  IPv4   8455      0t0  TCP 
localhost.localdomain:smtp (LISTEN)
    master   1319    root   13u  IPv6   8457      0t0  TCP orac:smtp (LISTEN)
    smtpd   12551 postfix    6u  IPv4   8455      0t0  TCP 
localhost.localdomain:smtp (LISTEN)
    smtpd   12551 postfix    7u  IPv6   8457      0t0  TCP orac:smtp (LISTEN)
    $ 

I have `relayhost' set in /etc/postfix/main.cf for non-local addresses.
If I email a local user then it stays within the box, else it travels
directly to the the relay-host provided pair.com in my case.

Cheers, Ralph.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]