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

25 lines
240 B
Plaintext
Raw Normal View History

2019-03-31 00:16:15 +01:00
protocols = imap lmtp
2018-03-08 15:45:31 +01:00
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
}
}