Mail: Difference between revisions
From DWIKI
m (→Webmail) |
mNo edit summary |
||
Line 1: | Line 1: | ||
==Servers | =Docs= | ||
*[https://www.sendmail.com/sm/open_source/docs/email_explained/ Email explained] | |||
*[http://www.postfix.org/documentation.html Postfix documentation] | |||
=Servers= | |||
*[[QMail]] | *[[QMail]] | ||
*[[Sendmail]] | *[[Sendmail]] | ||
Line 6: | Line 10: | ||
*[[Exchange]] | *[[Exchange]] | ||
=Tools= | |||
*http://mxtoolbox.com/ | *http://mxtoolbox.com/ | ||
=Blacklists= | |||
[[RBL]] | [[RBL]] | ||
[http://www.tuxick.net/blackdomains.txt My email blacklist] | [http://www.tuxick.net/blackdomains.txt My email blacklist] | ||
=Mailing lists= | |||
*Ezmlm | *Ezmlm | ||
*[[Majordomo]] | *[[Majordomo]] | ||
Line 20: | Line 24: | ||
*[[phplist]] | *[[phplist]] | ||
=Related services and tools= | |||
*[[IMAP]] | *[[IMAP]] | ||
*[[Fetchmail]] | *[[Fetchmail]] | ||
Line 30: | Line 34: | ||
*sendEmail: commandline tool for sending test mails | *sendEmail: commandline tool for sending test mails | ||
=Filters= | |||
*[[Amavis]] | *[[Amavis]] | ||
*[[ClamAV]] | *[[ClamAV]] | ||
*[[Spamfilters]] | *[[Spamfilters]] | ||
=Webmail= | |||
*[[Horde]] | *[[Horde]] | ||
*[[Squirrelmail]] | *[[Squirrelmail]] | ||
Line 41: | Line 45: | ||
*[http://www.rainloop.net/ Rainloop] | *[http://www.rainloop.net/ Rainloop] | ||
=SMTP servers of ISPs== | |||
*[http://www.networking4all.com/nl/helpdesk/email/smtp+servers/ SMTP servers in Nederland] | *[http://www.networking4all.com/nl/helpdesk/email/smtp+servers/ SMTP servers in Nederland] | ||
=Tips&Tricks= | |||
==Send [[maildir]] mails to a remote server== | |||
without damaging the From and Subject etc. | without damaging the From and Subject etc. | ||
cat somemail | formail -i "To: new@address.com" | sendmail -t | cat somemail | formail -i "To: new@address.com" | sendmail -t | ||
==script for testing mailservers== | |||
sendEmail | sendEmail |
Revision as of 15:32, 10 April 2016
Docs
Servers
Tools
Blacklists
Mailing lists
Related services and tools
- IMAP
- Fetchmail
- Procmail
- formail
- bayes spamfiltering
- SRS
- swak
- sendEmail: commandline tool for sending test mails
Filters
Webmail
SMTP servers of ISPs=
Tips&Tricks
Send maildir mails to a remote server
without damaging the From and Subject etc.
cat somemail | formail -i "To: new@address.com" | sendmail -t
script for testing mailservers
sendEmail