<br><br><div class="gmail_quote">2009/6/22 Alex Neuman <span dir="ltr">&lt;<a href="mailto:alex@rtpty.com">alex@rtpty.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi list,<br><br>I&#39;ve been googling around and haven&#39;t been able to figure out *how* to look for the following two things. Feel free to reply off-list if you think it&#39;s not list-worthy material.<br><br>1. How do I change the &quot;try to deliver for four days and then bounce back to the sender&quot; to, say, two days, when using sendmail?</blockquote>

<div><br>Check this values in your <a href="http://sendmail.cf">sendmail.cf</a> notice that &quot;queuewarn&quot; is higher than &quot;queuereturn&quot;, so my sendmail nevers send the DSN saying &quot;we cant send your email but we are still trying&quot; we only send the DSN &quot;sorry after 5 days we could not send your email&quot;<br>

<br>O Timeout.queuereturn=5d<br>#O Timeout.queuereturn.normal=5d<br>#O Timeout.queuereturn.urgent=2d<br>#O Timeout.queuereturn.non-urgent=7d<br>#O Timeout.queuereturn.dsn=5d<br>O Timeout.queuewarn=8d<br><br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
2. Can I tell sendmail *not* to accept e-mail for domains that have no MX (I know, &quot;bad&quot;) or &quot;no MX *and* no A&quot; (not so bad) records in DNS? How about with a milter?<br><br>The basic premise is that I&#39;ve recently detected a surge in users that don&#39;t seem to care about typos or that don&#39;t believe in address books. Mail gets queued up and they don&#39;t have a clue until hours (or days) later that they mistyped the domain name.<br clear="all">

<font color="#888888">
<br>-- <br>Alex Neuman van der Hans<br>Reliant Technologies<br>+507 6781-9505<br>+507 202-1525<br><a href="mailto:alex@rtpty.com" target="_blank">alex@rtpty.com</a><br>Skype: alexneuman<br>
</font><br>--<br>
MailScanner mailing list<br>
<a href="mailto:mailscanner@lists.mailscanner.info">mailscanner@lists.mailscanner.info</a><br>
<a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner" target="_blank">http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br>
<br>
Before posting, read <a href="http://wiki.mailscanner.info/posting" target="_blank">http://wiki.mailscanner.info/posting</a><br>
<br>
Support MailScanner development - buy the book off the website!<br>
<br></blockquote></div><br>