[Dovecot] Dovecote Warnings

Daniel Parthey daniel.parthey at informatik.tu-chemnitz.de
Fri Dec 14 01:43:09 EET 2012


anarchos78 wrote:
> Many thanks for your reply. So what you saying is to remove the lines bellow
> (from the "01-mail-stack-delivery.conf" file) am i correct?

Yes, you can comment it out:
> # IMAP configuration
> protocol imap {
>         #listen = *:143
>         #ssl_listen = *:993
>         mail_max_userip_connections = 10
>         imap_client_workarounds = delay-newmail
> }
> 
> # POP3 configuration
> protocol pop3 {
>         #listen = *:110
>         #ssl_listen = *:995
>         mail_max_userip_connections = 10
>         pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
> } 

And see what happens when you do a config check with
doveconf -n

If removing the deprecated options does not suffice,
you should configure each port in the new syntax as
inet_listeners inside of a service { } section:

http://wiki2.dovecot.org/Services#inet_listeners

Regards
Daniel
-- 
https://plus.google.com/103021802792276734820



More information about the dovecot mailing list