<br><br><div class="gmail_quote">2009/6/22 Alex Neuman <span dir="ltr"><<a href="mailto:alex@rtpty.com">alex@rtpty.com</a>></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've been googling around and haven't been able to figure out *how* to look for the following two things. Feel free to reply off-list if you think it's not list-worthy material.<br><br>1. How do I change the "try to deliver for four days and then bounce back to the sender" 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 "queuewarn" is higher than "queuereturn", so my sendmail nevers send the DSN saying "we cant send your email but we are still trying" we only send the DSN "sorry after 5 days we could not send your email"<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, "bad") or "no MX *and* no A" (not so bad) records in DNS? How about with a milter?<br><br>The basic premise is that I've recently detected a surge in users that don't seem to care about typos or that don't believe in address books. Mail gets queued up and they don'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>