Browse Source

comment for spamd_flags should refer to spamd(8);

pointed out by Daniel Wade and previously by Frank Bax;
this time ok beck
OPENBSD_4_3
jmc 16 years ago
parent
commit
04b94f82bb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc.conf

+ 2
- 2
src/etc/rc.conf View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: rc.conf,v 1.125 2007/10/08 11:29:58 norby Exp $
# $OpenBSD: rc.conf,v 1.126 2007/11/20 06:13:17 jmc Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
routed_flags=NO # for normal use: "-q"
@ -47,7 +47,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_flags=NO # for normal use: "" and see spamd(8)
spamd_black=NO # set to YES to run spamd without greylisting
spamlogd_flags="" # use eg. "-i interface" and see spamlogd(8)


Loading…
Cancel
Save