ccb24e4441
Mail Avenger is a highly-configurable, MTA-independent SMTP server daemon. It lets users run messages through filters like ClamAV and SpamAssassin during SMTP transactions, so the server can reject mail before assuming responsibility for its delivery. Other unique features include TCP SYN fingerprint and network route recording, verification of sender addresses through SMTP callbacks, SPF (sender policy framework) as a general policy language, qmail-style control over both SMTP-level behavior and local delivery of extension addresses, mail-bomb protection, integration with kernel firewalls, and more. from David Mazieres (http://www.scs.stanford.edu/~dm/addr/)
13 lines
537 B
Plaintext
13 lines
537 B
Plaintext
$OpenBSD: patch-etc_asmtpd_conf,v 1.1.1.1 2005/11/27 17:42:48 sturm Exp $
|
|
--- etc/asmtpd.conf.orig Fri Oct 21 05:49:40 2005
|
|
+++ etc/asmtpd.conf Sat Nov 26 11:47:12 2005
|
|
@@ -44,7 +44,7 @@ Sendmail sendmail -Am -oi -os -oee
|
|
# If the user you created for mail avenger is called anything other
|
|
# than "avenger", you will want to change the following line:
|
|
#
|
|
-AvengerUser avenger
|
|
+AvengerUser _avenger
|
|
|
|
# The following line allows mail from legitimate sites that "forge"
|
|
# mail (the way evite used to). You are strongly advised not to
|