This repository has been archived on 2021-02-06. You can view files and clone it, but cannot push or open issues/pull-requests.
mail/dovecot/10-master.conf

25 lines
240 B
Plaintext

protocols = imap lmtp
service imap-login {
inet_listener imap {
}
}
service lmtp {
inet_listener lmtp {
port = 24
}
}
service imap {
}
service auth {
unix_listener auth-userdb {
}
inet_listener {
port = 100
}
}