Displaying 2 results from an estimated 2 matches for "preauthor".
Did you mean:
preauth
2018 Mar 16
4
cyrus: socket options
Hi,
what are the following messages supposed to tell me and does this
indicate a problem?
# systemctl status cyrus-imapd
[...]
master[3766]: unable to setsocketopt(IP_TOS): Operation not supported
master[3766]: unable to setsocketopt(IP_TOS): Operation not supported
[...]
Exim says it can not connect to the lmtp socket even when selinux
doesn?t get in the way. The configuration looks like
2018 Mar 16
0
cyrus: socket options
...to listen on. This string field is required
and takes one of the following forms:
path
[ host : ] port
So listen="lmtp:127.0.0.1" is utterly nonsense. It would be
listen="127.0.0.1:lmtp" if you want to restrict access to localhost.
2) the lmtpunix line
man lmtpd
-a
Preauthorize connections initiated on an internet socket, instead
of requiring LMTP AUTH. This should only be used for connections coming
from trusted hosts.
So no pre-auth on the unix socket.
And why do you define a prefork of 4?
Alexander