diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1998-08-02 06:50:24 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1998-08-02 06:50:24 +0000 |
commit | e75c0fd941120d2838bfbde34f03ecc853c9b921 (patch) | |
tree | b7c2dacc491ae03f1fe32fdec1bf0d21d173f4b3 /usr.sbin/sendmail | |
parent | c38a6feb356e8a22f9db10039951febe5aaa41b0 (diff) |
Enable built-in spam protection
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r-- | usr.sbin/sendmail/cf/cf/gandalf.mc | 4 | ||||
-rw-r--r-- | usr.sbin/sendmail/cf/domain/sigmasoft.m4 | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/sendmail/cf/cf/gandalf.mc b/usr.sbin/sendmail/cf/cf/gandalf.mc index a0429a96bb0..93416d926a6 100644 --- a/usr.sbin/sendmail/cf/cf/gandalf.mc +++ b/usr.sbin/sendmail/cf/cf/gandalf.mc @@ -30,16 +30,16 @@ divert(-1) # include(`../m4/cf.m4')dnl -VERSIONID(`$OpenBSD: gandalf.mc,v 1.2 1996/11/11 04:25:30 tholo Exp $')dnl +VERSIONID(`$OpenBSD: gandalf.mc,v 1.3 1998/08/02 06:50:22 tholo Exp $')dnl OSTYPE(bsd4.4)dnl DOMAIN(sigmasoft)dnl MASQUERADE_AS(SigmaSoft.COM)dnl FEATURE(allmasquerade)dnl FEATURE(local_procmail)dnl +FEATURE(access_db)dnl define(`confAUTO_REBUILD', True)dnl MAILER(local)dnl MAILER(procmail)dnl MAILER(smtp)dnl Cw SigmaSoft.COM -Cw saruman.SigmaSoft.COM diff --git a/usr.sbin/sendmail/cf/domain/sigmasoft.m4 b/usr.sbin/sendmail/cf/domain/sigmasoft.m4 index 2fc1823d998..982dc7d189c 100644 --- a/usr.sbin/sendmail/cf/domain/sigmasoft.m4 +++ b/usr.sbin/sendmail/cf/domain/sigmasoft.m4 @@ -29,8 +29,10 @@ divert(-1) # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # divert(0) -VERSIONID(`$OpenBSD: sigmasoft.m4,v 1.1 1996/06/02 05:02:46 tholo Exp $')dnl +VERSIONID(`$OpenBSD: sigmasoft.m4,v 1.2 1998/08/02 06:50:23 tholo Exp $')dnl define(`UUCP_RELAY', relay1.uu.net)dnl define(`BITNET_RELAY', relay2.uu.net)dnl define(`confME_TOO', True)dnl +FEATURE(rbl)dnl FEATURE(redirect)dnl +FEATURE(relay_based_on_MX)dnl |