Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2009 18:48:30 +0200
From:      Roberto Nunnari <roberto.nunnari@supsi.ch>
To:        Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: sendmail: stat=Deferred: Connection reset by local
Message-ID:  <4A1C1D5E.8090908@supsi.ch>
In-Reply-To: <alpine.BSF.2.00.0905261819510.46520@wojtek.tensor.gdynia.pl>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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)




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