13 Jun
2013
13 Jun
'13
5:56 p.m.
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 } }