diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-02-24 19:31:00 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-02-24 19:31:00 +0000 |
commit | 2c9fbd0d2175c045db17c0944ff4c7d382ceb067 (patch) | |
tree | 70b707014bf1e028993b6c095fb78857cf6d6f72 /etc/rc.conf | |
parent | 79a1cd1fceb98e8cdb836c1d78c385b669a7fe60 (diff) |
Make greylisting the default when spamd is enabled. Uses the new -g flag
for spamd-setup. OK beck@
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index c35597a802b..cab99b63982 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.121 2007/02/02 14:51:19 ajacoutot Exp $ +# $OpenBSD: rc.conf,v 1.122 2007/02/24 19:30:59 millert Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -46,7 +46,7 @@ httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) # For normal use: "-L sm-mta -bd -q30m", and note there is a cron job sendmail_flags="-L sm-mta -C/etc/mail/localhost.cf -bd -q30m" spamd_flags=NO # for normal use: "" and see spamd-setup(8) -spamd_grey=NO # use spamd greylisting if YES +spamd_grey=YES # set to NO to run spamd in non-greylisting mode spamlogd_flags="" # use eg. "-i interface" and see spamlogd(8) # Set to NO if ftpd is running out of inetd |