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
  }
}

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to