[Dovecot] Turn off IMAPS?
InuSasha
inu at inusasha.de
Thu Jun 13 17:56:57 EEST 2013
Hi Simon,
Try to add this configuration.
The "Port = 0" will disable the listener.
Greats,
Sascha Kuehndel
service imap-login {
inet_listener imap {
#port = 143
}
inet_listener imaps {
port = 0
#ssl = yes
}
}
service pop3-login {
inet_listener pop3 {
#port = 110
}
inet_listener pop3s {
port = 0
#ssl = yes
}
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 230 bytes
Desc: This is a digitally signed message part.
URL: <http://dovecot.org/pipermail/dovecot/attachments/20130613/31c23b44/attachment.bin>
More information about the dovecot
mailing list