Displaying 1 result from an estimated 1 matches for "imap_second".
2015 Mar 08
1
Outlook 2013/2010 nightmare
...ovecot.conf file:
disable_plaintext_auth=no
My mod to conf.d/10-mail.conf:
#mail_location =
mail_location = mbox:~/mail:INBOX=/var/spool/mail/%u
My mod to conf.d/10-master.conf:
#default_internal_user = dovecot
service imap-login {
inet_listener imap {
port = 143
}
inet_listener imap_second {
port = 10143
}
inet_listener imaps {
#port = 993
#ssl = yes
}
- I do the 10143 bit so I can pseudo hide port 143 for clients with
devices that access both internally and externally - port forwarded on
MikroTik routers for my customers.
All goes well for many years with...