From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8a970bbb6d4a3defe95d514e671379c9@hamnavoe.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] strange mail problems From: Richard Miller <9fans@hamnavoe.com> Date: Wed, 26 Jan 2005 10:05:54 +0000 In-Reply-To: <1dd075acf3cdf3e4d0f2cf2a502edee0@tombob.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 35fda230-eace-11e9-9e20-41e7f4b1d025 > The dns failure is coming from validatesender, which I thought was > only executed if verifysenderdomain is on in the stmpd.conf. But > looking at the source of smtpd, it looks as if validatesender always > gets executed, regardless of smtpd.conf or the -r option to smtpd. validatesender is different from verifysenderdomain: it makes an SMTP connection and sends a "RCPT TO:" command to check whether the sender email address actually exists. To turn this off, you have to delete or rename the /mail/lib/validatesender script. -- Richard