Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2009 12:59:36 -0400
From:      Tim Kellers <timothyk@wallnet.com>
To:        Roberto Nunnari <roberto.nunnari@supsi.ch>
Cc:        Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>, freebsd-questions@freebsd.org
Subject:   Re: sendmail: stat=Deferred: Connection reset by local
Message-ID:  <4A1C1FF8.10500@wallnet.com>
In-Reply-To: <4A1C1D5E.8090908@supsi.ch>
References:  <4A1BF434.7070201@supsi.ch>	<4A1C0F81.1030402@supsi.ch>	<alpine.BSF.2.00.0905261804020.46336@wojtek.tensor.gdynia.pl>	<4A1C1518.9080706@supsi.ch>	<alpine.BSF.2.00.0905261819510.46520@wojtek.tensor.gdynia.pl> <4A1C1D5E.8090908@supsi.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
 From /usr/local/share/doc/cyrus-sasl2/Sendmail.README:

"5) Add the following before FEATURE(msp) in your submit.mc file:

   DAEMON_OPTIONS(`Name=NoMTA, Addr=127.0.0.1, M=EA')dnl

   This disables SMTP AUTH on the loopback interface."

Did you take that line out of your submit.mc file?

Tim


Roberto Nunnari wrote:
> Wojciech Puchar ha scritto:
>>>>
>>>> ps ax|grep sendmail
>>>
>>> # ps ax|grep sendmail
>>> 12313  ??  Ss     0:00.04 sendmail: accepting connections (sendmail)
>>> 12314  ??  S      0:02.34 sendmail: ./n4QG4DDt012314 
>>> mx1.eu.apache.org.: client DATA 354 (sendmail)
>>> 12315  ??  Is     0:00.00 sendmail: Queue runner@00:30:00 for 
>>> /var/spool/clientmqueue (sendmail)
>>
>> this looks fine.
>>
>> now show me your /etc/mail/`hostname`*.mc
> here it is:
>
> divert(0)
> VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.29 2003/12/24 
> 21:15:09 gshapiro Exp $')
> OSTYPE(freebsd6)
> DOMAIN(generic)
>
> dnl FEATURE(`dnsbl', `relays.ordb.org', `"550 Email rejected due to 
> sending server misconfiguration - see 
> http://www.ordb.org/faq/\#why_rejected"')dnl
> FEATURE(`dnsbl', `sbl.spamhaus.org', `"550 Mail from " 
> $`'&{client_addr} " refused - see http://www.spamhaus.org/sbl/"')
> FEATURE(`dnsbl', `list.dsbl.org', `"550 Mail from " $`'&{client_addr} 
> " refused - see http://dsbl.org/"')
> FEATURE(`dnsbl', `bl.spamcop.net', `"450 Mail from " $`'&{client_addr} 
> " refused - see http://spamcop.net/bl.shtml"')
>
> FEATURE(access_db, `hash -o -T<TMPF> /etc/mail/access')
> FEATURE(blacklist_recipients)
> FEATURE(local_lmtp)
> FEATURE(mailertable, `hash -o /etc/mail/mailertable')
> FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
> dnl FEATURE(genericstable, `hash -o /etc/mail/genericstable')
> dnl GENERICS_DOMAIN_FILE(`/etc/mail/generics-domains')
>
> INPUT_MAIL_FILTER(`spamassassin', 
> `S=local:/var/run/spamass-milter.sock, F=, T=C:15m;S:4m;R:4m;E:10m')
> define(`confMILTER_MACROS_CONNECT',`b, j, _, {daemon_name}, {if_name}, 
> {if_addr}')dnl
>
> define(`confCW_FILE', `-o /etc/mail/local-host-names')
>
> dnl Enable for both IPv4 and IPv6 (optional)
> DAEMON_OPTIONS(`Name=IPv4, Family=inet')
> dnl DAEMON_OPTIONS(`Name=IPv6, Family=inet6, Modifiers=O')
>
> define(`confBIND_OPTS', `WorkAroundBrokenAAAA')
> define(`confNO_RCPT_ACTION', `add-to-undisclosed')
> define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')
> MAILER(local)
> MAILER(smtp)
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"
>
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A1C1FF8.10500>