closer, no cigar.
Giorgos Keramidas
keramida at ceid.upatras.gr
Tue Jul 13 20:20:02 PDT 2004
On 2004-07-13 16:53, Gary Kline <kline at magnesium.net> wrote:
>
> At last others can connect (with Windows, e.g.) via my switch.
> ssh connections are still flakey. But mail from ns1/sage to tao
> still fail.
I'm afraid I've missed the previous messages of the thread (BTW, why are
you posting this as a new thread and not as a followup to the older
stuff? This way I'd probably be able to track the entire thread easier
on groups.google.com).
> Can anybody explain this from /var/log/maillog:
>
> Jul 13 16:36:57 sage sendmail[348]: i6DNavbt000348: \
> to=majordomo at freebsd.org, ctladdr=kline (1002/1002), delay=00:00:00, \
> xdelay=00:00:00, mailer=relay, pri=30090, relay=[127.0.0.1] [127.0.0.1], \
> dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]
> Jul 13 16:39:55 sage sendmail[351]: i6DNdsqq000351: from=kline, size=40, \
> class=0, nrcpts=1, msgid=<200407132339.i6DNdsqq000351 at sage.thought.org>, \
> relay=kline at localhost
> Jul 13 16:39:55 sage sendmail[351]: i6DNdsqq000351: to=kline at thought.org, \
> ctladdr=kline (1002/1002), delay=00:00:01, xdelay=00:00:00, mailer=relay, \
> pri=30040, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, \
> stat=Deferred: Connection refused by [127.0.0.1]
>
> What I don't understand is the ``Connection refused by [127.0.0.1]''
Are you running a local sendmail daemon in 'submit' mode?
: giorgos at gothmog:~$ sockstat -l4 | grep :25
: root sendmail 412 4 tcp4 127.0.0.1:25 *:*
: giorgos at gothmog:~$ ps xa | grep -v grep | grep sendmail
: 412 ?? Ss 0:01.02 sendmail: accepting connections (sendmail)
: 418 ?? Is 0:00.08 sendmail: Queue runner at 00:10:00 for /var/spool/clientmqueue (sendmail)
: giorgos at gothmog:~$
The first of these processes is sendmail started in submit mode by the
`rc.sendmail' startup script. The relevant rc.conf options are:
: sendmail_enable="NO"
: sendmail_submit_enable="YES"
: sendmail_submit_flags="-L smtpd -bd -q30m -ODaemonPortOptions=Addr=localhost"
- Giorgos
More information about the freebsd-questions
mailing list