Sendmail: Difference between revisions
From DWIKI
m (→FAQ) |
|||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Docs== | ==Docs== | ||
*[http://www.sendmail.org/ Homepage] | *[http://www.sendmail.org/ Homepage] | ||
*[http://www.sendmail.org/support Sendmail FAQ] | |||
*[http://networking.ringofsaturn.com/Unix/sendmailtips.php Some sendmail tips] | *[http://networking.ringofsaturn.com/Unix/sendmailtips.php Some sendmail tips] | ||
*[http://www.brandonhutchinson.com/ brandonhutchinson.com] | *[http://www.brandonhutchinson.com/ brandonhutchinson.com] | ||
*http://www.technoids.org/dossed.html | |||
*http://www.sendmail.org/m4/anti_spam.html#access_db IS WRONG! IGNORE | *http://www.sendmail.org/m4/anti_spam.html#access_db IS WRONG! IGNORE | ||
*[http://www.feep.net/sendmail/tutorial/anti-spam/access_db.html Access Control Database] | |||
*http://www.sendmail.org/doc/sendmail-current/cf/README | *http://www.sendmail.org/doc/sendmail-current/cf/README | ||
*[http://www.sendmail.org/tips/virtual-hosting.php Virtual hosting on sendmail] | *[http://www.sendmail.org/tips/virtual-hosting.php Virtual hosting on sendmail] | ||
*http://www.faqs.org/docs/linux_network/x15691.html | |||
==Milters== | |||
*http://www.milter.info/sendmail/milter-limit/ | |||
===Genericstable=== | |||
*http://www.madboa.com/geek/sendmail-genericstable/ | |||
===Sendmail and authentication=== | ===Sendmail and authentication=== | ||
Line 14: | Line 26: | ||
===Anti-Spam=== | ===Anti-Spam=== | ||
*[http://www.milter.org/milter_api/index.html Milter] | *[http://www.milter.org/milter_api/index.html Milter] | ||
*[ | *[[milter-greylist]] | ||
*[http://www.benzedrine.cx/milter-regex.html milter-regex] | *[http://www.benzedrine.cx/milter-regex.html milter-regex] | ||
Line 23: | Line 35: | ||
===Remove a mail from outgoing queue=== | ===Remove a mail from outgoing queue=== | ||
qtool.pl (http://www.brandonhutchinson.com/deleting_mail_queue.html) | qtool.pl (http://www.brandonhutchinson.com/deleting_mail_queue.html) | ||
===Domain of sender address X@Y does not resolve=== | |||
try on the server complaining about that: | |||
dig Y.Z MX | |||
===(host map: lookup (....): deferred)=== | |||
===config error: mail loops back to me (MX problem?)=== | |||
? |
Latest revision as of 13:11, 14 April 2010
Docs
- http://www.sendmail.org/m4/anti_spam.html#access_db IS WRONG! IGNORE
- Access Control Database
- http://www.sendmail.org/doc/sendmail-current/cf/README
- Virtual hosting on sendmail
- http://www.faqs.org/docs/linux_network/x15691.html
Milters
Genericstable
Sendmail and authentication
Anti-Spam
Useful rules
O PrivacyOptions=authwarnings,novrfy,noexpn,restrictqrun,nobodyreturn
FAQ
Remove a mail from outgoing queue
qtool.pl (http://www.brandonhutchinson.com/deleting_mail_queue.html)
Domain of sender address X@Y does not resolve
try on the server complaining about that:
dig Y.Z MX
(host map: lookup (....): deferred)
config error: mail loops back to me (MX problem?)
?