Sven Strickroth writes:
in /etc/dovecot/conf.d/10-master.conf I have restricted IMAP to
localhost only:
service imap-login {
inet_listener imap {
address = 127.0.0.1
#port = 143
}
inet_listener imaps {
#port = 993
#ssl = yes
}
}
However, /lib/systemd/system/dovecot.socket make
Hi,
in /etc/dovecot/conf.d/10-master.conf I have restricted IMAP to
localhost only:
service imap-login {
inet_listener imap {
address = 127.0.0.1
#port = 143
}
inet_listener imaps {
#port = 993
#ssl = yes
}
}
However, /lib/systemd/system/dovecot.socket make it listen on
0