postfix/files/dovecot_imap.conf
Petr "Stone" Hracek 8c2330e38f First set of tests
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2017-04-25 13:37:11 +02:00

15 lines
239 B
Text

service imap-login {
process_min_avail = 16
inet_listener imap {
port = 10143
}
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user=postfix
}
}