diff options
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 3ea5da3bbce..3bf0b8cbb54 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.68 2001/08/22 16:13:14 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.69 2001/09/11 19:03:55 millert Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -11,7 +11,6 @@ rarpd_flags=NO # for normal use: "-a" bootparamd_flags=NO # for normal use: "" rbootd_flags=NO # for normal use: "" sshd_flags="" # for normal use: "" -sendmail_flags="-q30m" # for normal use: "-bd -q30m" smtpfwdd_flags=NO # for normal use: "", and no "-bd" above. named_flags=NO # for normal use: "" rdate_flags=NO # for normal use: name of RFC868 timeserver @@ -32,6 +31,9 @@ rtsold_flags=NO # for normal use: interface # be sure to set net.inet6.ip6.accept_rtadv=1 lpd_flags=NO # for normal use: "" (or "-l" for debugging) +# For normal use: "-L sm-mta -bd -q30m" +sendmail_flags="-L sm-mta -C/etc/mail/localhost.cf -bd -q30m" + # Set to NO if ftpd is running out of inetd ftpd_flags=NO # for non-inetd use: "-D" |