diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-09-18 20:28:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-09-18 20:28:18 +0000 |
commit | 55e0b80f2399a81c93029eb2b413892c2167a360 (patch) | |
tree | 5ad6b750f02f8372441481982177eb27fbb1faa7 | |
parent | 287cceeeba650f4f5aa719de14cbffded33f79ac (diff) |
back out my previous commit: beck@ says spamd-setup(8) is correct;
-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 9f62cfca3ce..0702959d861 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.102 2004/09/18 20:17:38 henning Exp $ +# $OpenBSD: rc.conf,v 1.103 2004/09/18 20:28:17 jmc Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -35,7 +35,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(8) +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 |