<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Turning off DSN on sendmail to prevent backscatter</title>
	<atom:link href="http://billauer.se/blog/2020/07/dsn-backscatter-spam-sendmail/feed/" rel="self" type="application/rss+xml" />
	<link>https://billauer.se/blog/2020/07/dsn-backscatter-spam-sendmail/</link>
	<description>Anything I found worthy to write down.</description>
	<lastBuildDate>Thu, 26 Mar 2026 13:15:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Vladas</title>
		<link>https://billauer.se/blog/2020/07/dsn-backscatter-spam-sendmail/comment-page-1/#comment-1628</link>
		<dc:creator>Vladas</dc:creator>
		<pubDate>Mon, 24 Oct 2022 17:56:20 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6071#comment-1628</guid>
		<description>Me too: included `noreceipts&#039; as an additional option to define(`confPRIVACY_FLAGS&#039;), then &#039;make&#039;, &#039;restart&#039; — no effect, Sendmail still responses by 250-DSN to my EHLO. Is that privacy option still valid in an actual Sendmail version 8.17?

How do you feel about another way of avoiding a backscatter from Sendmail, published on https://know.mailsbestfriend.com/how_to_avoid_backscatter_in_sendmail--799384399.shtml

I am even more concerned about why Sendmail responses &#039;Recipient ok&#039; to RCPT TO: absent@adress? Why does not Sendmail immediately reject an incoming email to an invalid address by defaul?</description>
		<content:encoded><![CDATA[<p>Me too: included `noreceipts&#8217; as an additional option to define(`confPRIVACY_FLAGS&#8217;), then &#8216;make&#8217;, &#8216;restart&#8217; — no effect, Sendmail still responses by 250-DSN to my EHLO. Is that privacy option still valid in an actual Sendmail version 8.17?</p>
<p>How do you feel about another way of avoiding a backscatter from Sendmail, published on <a href="https://know.mailsbestfriend.com/how_to_avoid_backscatter_in_sendmail--799384399.shtml" rel="nofollow">https://know.mailsbestfriend.com/how_to_avoid_backscatter_in_sendmail&#8211;799384399.shtml</a></p>
<p>I am even more concerned about why Sendmail responses &#8216;Recipient ok&#8217; to RCPT TO: absent@adress? Why does not Sendmail immediately reject an incoming email to an invalid address by defaul?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eli</title>
		<link>https://billauer.se/blog/2020/07/dsn-backscatter-spam-sendmail/comment-page-1/#comment-1581</link>
		<dc:creator>eli</dc:creator>
		<pubDate>Wed, 23 Feb 2022 15:54:49 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6071#comment-1581</guid>
		<description>To me this looks like some trivial issue: Wrong configuration file, the setting overridden somewhere else, or something like that.</description>
		<content:encoded><![CDATA[<p>To me this looks like some trivial issue: Wrong configuration file, the setting overridden somewhere else, or something like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Clifford</title>
		<link>https://billauer.se/blog/2020/07/dsn-backscatter-spam-sendmail/comment-page-1/#comment-1580</link>
		<dc:creator>Alan Clifford</dc:creator>
		<pubDate>Wed, 23 Feb 2022 15:11:01 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6071#comment-1580</guid>
		<description>I&#039;ve implememented &quot;noreceipts&quot; in my mailservers.  Interesting that I could request a receipt with the sendmail command line option &quot;-N&quot; rather than in the email header.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve implememented &#8220;noreceipts&#8221; in my mailservers.  Interesting that I could request a receipt with the sendmail command line option &#8220;-N&#8221; rather than in the email header.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eli</title>
		<link>https://billauer.se/blog/2020/07/dsn-backscatter-spam-sendmail/comment-page-1/#comment-1579</link>
		<dc:creator>eli</dc:creator>
		<pubDate>Mon, 21 Feb 2022 15:58:28 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6071#comment-1579</guid>
		<description>I just tried contacting your mail server with the script on this page:

https://billauer.se/blog/2013/01/perl-sendmail-exim-postfix-test/

And guess what, the 250 DSN line was present in its response. The reason your server sends receipts is well, because you didn&#039;t disable that option.</description>
		<content:encoded><![CDATA[<p>I just tried contacting your mail server with the script on this page:</p>
<p><a href="https://billauer.se/blog/2013/01/perl-sendmail-exim-postfix-test/" rel="nofollow">https://billauer.se/blog/2013/01/perl-sendmail-exim-postfix-test/</a></p>
<p>And guess what, the 250 DSN line was present in its response. The reason your server sends receipts is well, because you didn&#8217;t disable that option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Clifford</title>
		<link>https://billauer.se/blog/2020/07/dsn-backscatter-spam-sendmail/comment-page-1/#comment-1578</link>
		<dc:creator>Alan Clifford</dc:creator>
		<pubDate>Mon, 21 Feb 2022 15:05:26 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6071#comment-1578</guid>
		<description>I have progressed.  I put &quot;-N success&quot; in a command line sendmail on my macbook and my server at home generated a return receipt.  There is nothing in the header of the email I sent requesting it.

So I&#039;ll try switching off dsn on my server and try again.  (I have to proceed carefully because I&#039;m a few thousand kilometres from home at the moment!)</description>
		<content:encoded><![CDATA[<p>I have progressed.  I put &#8220;-N success&#8221; in a command line sendmail on my macbook and my server at home generated a return receipt.  There is nothing in the header of the email I sent requesting it.</p>
<p>So I&#8217;ll try switching off dsn on my server and try again.  (I have to proceed carefully because I&#8217;m a few thousand kilometres from home at the moment!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>https://billauer.se/blog/2020/07/dsn-backscatter-spam-sendmail/comment-page-1/#comment-1577</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 21 Feb 2022 14:41:29 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6071#comment-1577</guid>
		<description>Relevant bit of the mail log:  http://clifford.ac/photo/temp/maillog.txt

A grep of the mail log returns only one return receipt but there have been a few in the previous log.

http://clifford.ac/photo/temp/returnreceiptgrep.txt
http://clifford.ac/photo/temp/returnreceiptgrep_1.txt

I&#039;ll have a look at the originals emails of those others.

I&#039;ve set up alpine with a gmail account so I can put in headers.  I&#039;ll do some testing of my server but I won&#039;t be able to replicate the false envelope &quot;from &quot; that the spam had (if that was important).</description>
		<content:encoded><![CDATA[<p>Relevant bit of the mail log:  <a href="http://clifford.ac/photo/temp/maillog.txt" rel="nofollow">http://clifford.ac/photo/temp/maillog.txt</a></p>
<p>A grep of the mail log returns only one return receipt but there have been a few in the previous log.</p>
<p><a href="http://clifford.ac/photo/temp/returnreceiptgrep.txt" rel="nofollow">http://clifford.ac/photo/temp/returnreceiptgrep.txt</a><br />
<a href="http://clifford.ac/photo/temp/returnreceiptgrep_1.txt" rel="nofollow">http://clifford.ac/photo/temp/returnreceiptgrep_1.txt</a></p>
<p>I&#8217;ll have a look at the originals emails of those others.</p>
<p>I&#8217;ve set up alpine with a gmail account so I can put in headers.  I&#8217;ll do some testing of my server but I won&#8217;t be able to replicate the false envelope &#8220;from &#8221; that the spam had (if that was important).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eli</title>
		<link>https://billauer.se/blog/2020/07/dsn-backscatter-spam-sendmail/comment-page-1/#comment-1576</link>
		<dc:creator>eli</dc:creator>
		<pubDate>Mon, 21 Feb 2022 13:52:49 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6071#comment-1576</guid>
		<description>Neither I could find anything to provoke a return receipt in that spam mail. Maybe sendmail chopped off the relevant header...?

Or even worse, maybe sendmail sends a return receipt to all arriving mails because of some weird configuration?

Most interesting: What does the mail log say about this mail exchange? Sending the return receipt should be logged there, possibly with an explanation on why.

And that should also answer the question if all mails get a receipt.</description>
		<content:encoded><![CDATA[<p>Neither I could find anything to provoke a return receipt in that spam mail. Maybe sendmail chopped off the relevant header&#8230;?</p>
<p>Or even worse, maybe sendmail sends a return receipt to all arriving mails because of some weird configuration?</p>
<p>Most interesting: What does the mail log say about this mail exchange? Sending the return receipt should be logged there, possibly with an explanation on why.</p>
<p>And that should also answer the question if all mails get a receipt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Clifford</title>
		<link>https://billauer.se/blog/2020/07/dsn-backscatter-spam-sendmail/comment-page-1/#comment-1575</link>
		<dc:creator>Alan Clifford</dc:creator>
		<pubDate>Mon, 21 Feb 2022 13:41:50 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6071#comment-1575</guid>
		<description>I&#039;m not understanding something about this.  A spam caused my server to send a return receipt.  This was unsuccessful so my server sent me a notify: http://clifford.ac/photo/temp/return-receipt_unroutable.txt

I cannot find anything in the headers of the original spam that shows a request for a return receipt: http://clifford.ac/photo/temp/original_spam.txt</description>
		<content:encoded><![CDATA[<p>I&#8217;m not understanding something about this.  A spam caused my server to send a return receipt.  This was unsuccessful so my server sent me a notify: <a href="http://clifford.ac/photo/temp/return-receipt_unroutable.txt" rel="nofollow">http://clifford.ac/photo/temp/return-receipt_unroutable.txt</a></p>
<p>I cannot find anything in the headers of the original spam that shows a request for a return receipt: <a href="http://clifford.ac/photo/temp/original_spam.txt" rel="nofollow">http://clifford.ac/photo/temp/original_spam.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eli</title>
		<link>https://billauer.se/blog/2020/07/dsn-backscatter-spam-sendmail/comment-page-1/#comment-1574</link>
		<dc:creator>eli</dc:creator>
		<pubDate>Sat, 19 Feb 2022 13:27:33 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6071#comment-1574</guid>
		<description>&quot;Very valuable&quot; is in the eyes of the beholder, I guess.

The question is: Is it still possible to provoke sendmail into sending an email after adding the noreceipts option?</description>
		<content:encoded><![CDATA[<p>&#8220;Very valuable&#8221; is in the eyes of the beholder, I guess.</p>
<p>The question is: Is it still possible to provoke sendmail into sending an email after adding the noreceipts option?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Clifford</title>
		<link>https://billauer.se/blog/2020/07/dsn-backscatter-spam-sendmail/comment-page-1/#comment-1573</link>
		<dc:creator>Alan Clifford</dc:creator>
		<pubDate>Sat, 19 Feb 2022 13:12:05 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6071#comment-1573</guid>
		<description>I found this:

Note that this also causes the ESMTP DSN feature to not be advertised in the EHLO response. But, because that feature is very valuable, we recommend you not specify noreceipts. 

on etutorial.org about &quot;noreceipts&quot; but there is no explanation of &quot;very valuable&quot;</description>
		<content:encoded><![CDATA[<p>I found this:</p>
<p>Note that this also causes the ESMTP DSN feature to not be advertised in the EHLO response. But, because that feature is very valuable, we recommend you not specify noreceipts. </p>
<p>on etutorial.org about &#8220;noreceipts&#8221; but there is no explanation of &#8220;very valuable&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
