QMail: Difference between revisions
From DWIKI
No edit summary |
m (→Documentation) |
||
(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Documentation== | |||
*[http://www.qmail.org Homepage] | *[http://www.qmail.org Homepage] | ||
*[http://www.lifewithqmail.org/ Life with QMail] | *[http://www.lifewithqmail.org/ Life with QMail] | ||
*[http://www.qmailrocks.org/ QMail Rocks site] | |||
*[http://http.netdevice.com:9080/qmail/rcptck/ Dealing with double bounces] | *[http://http.netdevice.com:9080/qmail/rcptck/ Dealing with double bounces] | ||
*[[QMail on Debian]] | |||
*[[Qmail-scanner]] | |||
*[http://www.tldp.org/HOWTO/Qmail-ClamAV-HOWTO/x182.html http://www.tldp.org/HOWTO/Qmail-ClamAV-HOWTO] | |||
*[http://www.interazioni.it/opensource/chkuser/ chkuser] | |||
*[http://www.qmail-ldap.org/wiki/Main_Page qmail-ldap] | |||
*[http://nick.vargish.org/clues/qmail-vpopmail-hints.html Qmail + Vpopmail Cheatsheet] | |||
*[http://www.linuxjournal.com/article/2313 Virtual domains and qmail] | |||
==Related links== | |||
*[[Qmail and vacation]] | |||
==Spam== | |||
*[http://www.pycs.net/lateral/stories/9.html Fighting Spam with Qmail (part I)] | |||
*[http://projects.puremagic.com/greylisting/ Greylisting] | |||
*[http://www.digitaleveryware.com/projects/greylisting/ Greylisting with qmail] | |||
*[http://www.chrishardie.com/tech/qmail/qmail-antispam.html qmail Anti-Spam HOWTO] | |||
*[http://www.tldp.org/HOWTO/Qmail-ClamAV-HOWTO qmail+clamav] | |||
*[http://morettoni.net/qmail-rblchk.en.html RBL checks via .qmail | |||
*http://www.backscatterer.org/?target=sendercallouts | |||
For rblsmtpd use [http://cr.yp.to/ucspi-tcp.html ucspi-tcp package] | |||
==FAQ== | |||
===Flush the queue=== | |||
killall -ALRM qmail-send | |||
===Stop double bounces=== | |||
echo "" > /var/qmail/control/doublebounceto | |||
or use goodrcptto | |||
==Tools== | |||
*mb2md | |||
*mbox2maildir | |||
*[[ezmlm]] | |||
==Patches== | |||
*[http://www.mcmilk.de/qmail/ some patches] |
Latest revision as of 17:33, 21 March 2009
Documentation
- QMail on Debian
- Qmail-scanner
- http://www.tldp.org/HOWTO/Qmail-ClamAV-HOWTO
- chkuser
- qmail-ldap
- Qmail + Vpopmail Cheatsheet
- Virtual domains and qmail
Related links
Spam
- Fighting Spam with Qmail (part I)
- Greylisting
- Greylisting with qmail
- qmail Anti-Spam HOWTO
- qmail+clamav
- [http://morettoni.net/qmail-rblchk.en.html RBL checks via .qmail
- http://www.backscatterer.org/?target=sendercallouts
For rblsmtpd use ucspi-tcp package
FAQ
Flush the queue
killall -ALRM qmail-send
Stop double bounces
echo "" > /var/qmail/control/doublebounceto
or use goodrcptto
Tools
- mb2md
- mbox2maildir
- ezmlm