Thanks everyone :) You'd think I could have found that on Google! Simon
On 13 June 2013 16:56, InuSasha <[email protected]> wrote: > 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 > } > } >
