nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] Help!

2012-05-25 11:16:11
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.

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>