1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
protocols { imap = yes } service imap-login { inet_listener imap { port = 10143 } inet_listener imaps { port = 10993 ssl = yes } } # we should avoid sending command lines that are too long imap_max_line_length = 8192