diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-07-08 18:43:55 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-07-08 18:43:55 +0000 |
| commit | 635b2e1e5aca489ca2fe6dc4256832738f977fbe (patch) | |
| tree | f1fa334feb87f7c8ece7d10caf385b2726e20c57 /etc | |
| parent | 3dac3a9bad618320bf4f0ce5f834530e9c0c37b2 (diff) | |
| parent | 8954a9a4e602e46c5eb218ebc5b020185bbc435b (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/inetd.conf | 1 | ||||
| -rw-r--r-- | etc/sendmail/freebsd.mc | 1 | ||||
| -rw-r--r-- | etc/sendmail/freebsd.submit.mc | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 77b4eda70fe5..98958d469831 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -68,6 +68,7 @@ #walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld #pcnfsd/1-2 dgram rpc/udp wait root /usr/local/libexec/rpc.pcnfsd rpc.pcnfsd #rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad +#rquotad/1 dgram rpc/udp6 wait root /usr/libexec/rpc.rquotad rpc.rquotad #sprayd/1 dgram rpc/udp wait root /usr/libexec/rpc.sprayd rpc.sprayd # # example entry for the optional pop3 server diff --git a/etc/sendmail/freebsd.mc b/etc/sendmail/freebsd.mc index 7ab7386fa2b4..b8b7780267c7 100644 --- a/etc/sendmail/freebsd.mc +++ b/etc/sendmail/freebsd.mc @@ -42,7 +42,6 @@ divert(-1) # /usr/share/sendmail/cf/README or # /usr/src/contrib/sendmail/cf/README # -# # NOTE: If you enable RunAsUser, make sure that you adjust the permissions # and owner of the SSL certificates and keys in /etc/mail/certs to be usable # by that user. diff --git a/etc/sendmail/freebsd.submit.mc b/etc/sendmail/freebsd.submit.mc index c6ec65553598..aac040346405 100644 --- a/etc/sendmail/freebsd.submit.mc +++ b/etc/sendmail/freebsd.submit.mc @@ -7,7 +7,6 @@ divert(-1) # forth in the LICENSE file which can be found at the top level of # the sendmail distribution. # -# # # This is the FreeBSD configuration for a set-group-ID sm-msp sendmail |
