summaryrefslogtreecommitdiff
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2004-02-26 07:33:09 +0000
committerBob Beck <beck@cvs.openbsd.org>2004-02-26 07:33:09 +0000
commit34b6226cd83229a00d14fa090cc82b82e2349556 (patch)
treeb580cdcf6ed5a22b1441579fe62d95139d6c8474 /etc/rc.conf
parentc879576d51d8099395bf9286c8e939a3c6484839 (diff)
add support for spamd greylisting with spamd -g and spamlogd to rc/rc.conf
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index f87d854f5c3..8a406d9cb27 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: rc.conf,v 1.93 2004/02/11 23:17:33 beck Exp $
+# $OpenBSD: rc.conf,v 1.94 2004/02/26 07:33:08 beck Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
routed_flags=NO # for normal use: "-q"
@@ -34,6 +34,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
# Set to NO if ftpd is running out of inetd
ftpd_flags=NO # for non-inetd use: "-D"