|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: rc.conf,v 1.103 2004/09/18 20:28:17 jmc Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: rc.conf,v 1.104 2004/11/03 18:04:47 henning Exp $ |
|
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
routed_flags=NO # for normal use: "-q" |
|
|
routed_flags=NO # for normal use: "-q" |
|
@ -37,6 +37,7 @@ httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) |
|
|
sendmail_flags="-L sm-mta -C/etc/mail/localhost.cf -bd -q30m" |
|
|
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-setup(8) |
|
|
spamd_grey=NO # use spamd greylisting if YES |
|
|
spamd_grey=NO # use spamd greylisting if YES |
|
|
|
|
|
spamlogd_flags="" # use eg. "-i interface" and see spamlogd(8) |
|
|
|
|
|
|
|
|
# Set to NO if ftpd is running out of inetd |
|
|
# Set to NO if ftpd is running out of inetd |
|
|
ftpd_flags=NO # for non-inetd use: "-D" |
|
|
ftpd_flags=NO # for non-inetd use: "-D" |
|
|