[Dovecot] how to tell dovecot v2.0.1 not to listen on port 143
Hi there.
How can I configure dovecot not to listen for imaps connections on port 143.
Thanks Lars
On 28 October 2011 11:21, Dan Swartzendruber dswartz@druber.com wrote:
Lars Täuber wrote:
Hi there.
How can I configure dovecot not to listen for imaps connections on port 143.
Thanks Lars
You should be able to configure the dovecot.conf file to remove imaps as one of the protocols.
e.g. like this line:
protocols = imap imaps
I understood that the OP wanted to have IMAPS listen on some port other than 143..
Simon
On Sex, 2011-10-28 at 11:28 -0400, Simon Brereton wrote:
On 28 October 2011 11:21, Dan Swartzendruber dswartz@druber.com wrote:
Lars Täuber wrote:
Hi there.
How can I configure dovecot not to listen for imaps connections on port 143.
Thanks Lars
You should be able to configure the dovecot.conf file to remove imaps as one of the protocols.
e.g. like this line:
protocols = imap imaps
I understood that the OP wanted to have IMAPS listen on some port other than 143..
IMAPS already listens on a port other than 143, port 993.
On 28/10/2011 7:45 μμ, José Celestino wrote:
IMAPS already listens on a port other than 143, port 993.
True.
If you don't want to offer TLS/SSL, I guess you can just set ssl = no.
If you want to force the use of TLS/SSL (which I imagine will disable accepting connections on port 143), use ssl = required.
Nick
that was lame. i tried posting a snippet of the sample dovecot.conf file to show the part that the OP would want to change, and the mailer bounced it with:
dovecot@dovecot.org: permission denied. Command output: Don't post your whole dovecot.conf. Use dovecot -n instead.
Fooey...
Hi Lars,
Am 28.10.2011 um 17:11 schrieb Lars Täuber:
How can I configure dovecot not to listen for imaps connections on port 143.
like this?
service imap-login { inet_listener imaps { port = 993 } }
please execute "doveconf" and have a look at all configuration - you could learn a lot :)
Bye, Michael
participants (6)
-
Dan Swartzendruber
-
José Celestino
-
Lars Täuber
-
Michael Köhler
-
Nikolaos Milas
-
Simon Brereton