On 2004-07-13 16:53, Gary Kline <[EMAIL PROTECTED]> 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: \
>   [EMAIL PROTECTED], 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=<[EMAIL PROTECTED]>, \
>   [EMAIL PROTECTED]
> Jul 13 16:39:55 sage sendmail[351]: i6DNdsqq000351: [EMAIL PROTECTED], \
>   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?

: [EMAIL PROTECTED]:~$ sockstat -l4 | grep :25
: root     sendmail   412   4  tcp4   127.0.0.1:25          *:*
: [EMAIL PROTECTED]:~$ ps xa | grep -v grep | grep sendmail
:   412  ??  Ss     0:01.02 sendmail: accepting connections (sendmail)
:   418  ??  Is     0:00.08 sendmail: Queue [EMAIL PROTECTED]:10:00 for 
/var/spool/clientmqueue (sendmail)
: [EMAIL PROTECTED]:~$

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

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to