Hi, I want to change ports that Dovecot uses to listen for connections. I have listen = [::] in global section and listen = 0.0.0.0:10143 and listen = 0.0.0.0:10110 in protocol imap and protocol pop3 sections. The problem is that it doesn't seem to work for SSL ports of the two protocols and I get following error when I try to start the service: Fatal: listen(993) failed: Address already in use This is because I still have IMAP-UW installed and running. So, how can I change the SSL ports for both IMAPs and POP3s? Vaclav Haisman -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 544 bytes Desc: OpenPGP digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20060222/eeca77e0/attachment.bin>
On 2/22/06, V?clav Haisman <V.Haisman at sh.cvut.cz> wrote:> > Hi, > I want to change ports that Dovecot uses to listen for connections. I > have listen = [::] in global section and listen = 0.0.0.0:10143 and > listen = 0.0.0.0:10110 in protocol imap and protocol pop3 sections. > > The problem is that it doesn't seem to work for SSL ports of the two > protocols and I get following error when I try to start the service: > > Fatal: listen(993) failed: Address already in use > > This is because I still have IMAP-UW installed and running. So, how can > I change the SSL ports for both IMAPs and POP3s? > > > Vaclav Haisman > > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot/attachments/20060222/188a9b5e/attachment-0002.html>
On Wed, 2006-02-22 at 21:49 +0100, V?clav Haisman wrote:> Hi, > I want to change ports that Dovecot uses to listen for connections. I > have listen = [::] in global section and listen = 0.0.0.0:10143 and > listen = 0.0.0.0:10110 in protocol imap and protocol pop3 sections. > > The problem is that it doesn't seem to work for SSL ports of the two > protocols and I get following error when I try to start the service: > > Fatal: listen(993) failed: Address already in use > > This is because I still have IMAP-UW installed and running. So, how can > I change the SSL ports for both IMAPs and POP3s?Add ssl_listen to same places as listen. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20060223/20705031/attachment.bin>