
Postoffice is a simple SMTP mail server and clientwritten with spam blocking in mind. It provides agreylist to slow down the rate of incoming spam,and can be configured to do antivirus checking onincoming mail either via the sendmail milterprotocol or a traditional hard-coded AV program.Postoffice can be configured to deliver mail toaccounts inside vm-pop3d-style virtual domains,and it can further be enabled to support AUTHLOGIN for people inside virtual domains, so theycan use postoffice as a mail forwarder whenreplying to mail. Postoffice accepts (and ignores)many of the same command line options that arepassed to sendmail, and it comes with the usualcrop of sendmail compatable aliases; runq, mailq,newaliases, and sendmail.
License: BSD License (original)
Changes:
This release adds no features except for a better chance of compiling without complaint if CC="gcc -Wall".
More...