|
|
@ -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) |
|
|
|
|
|
|
|