aboutsummaryrefslogtreecommitdiffstats
path: root/tests/snippets/dovecot/imapd.conf
blob: 2b26451450f97001cd1f1c36a1f306c457b344aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
protocols = $protocols imap

mail_plugins = $mail_plugins zlib
protocol imap {
    mail_plugins = $mail_plugins imap_zlib
}

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