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