How to configure dovecot imap to listen on multiple ports?

Reindl Harald h.reindl at thelounge.net
Sun Aug 24 20:59:05 UTC 2014



Am 24.08.2014 um 22:45 schrieb Rick Thomas:
> I need my dovecot imap server to listen on ports 143, 993, and also 30143 and 30993.

no idea what that should gain

> What syntax do I use in (I presume) the /etc/dovecot/conf.d/10-master.conf file to do this?

but try to duplicate thes settings

(no i don't use "conf.d" directorys anywhere for good reasons)

# configure imap-proxy
service imap-login {
  inet_listener imap {
    address                    = *
    port                       = 143
  }
  inet_listener imaps {
    address                    = *
    port                       = 993
  }
  vsz_limit                    = 64M
  service_count                = 1
  process_min_avail            = 0
  process_limit                = 100
}

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20140824/e16b9a9a/attachment.sig>


More information about the dovecot mailing list