Skip to content

Commit 3bf925f

Browse files
committed
Add missing imap listener snippet
1 parent d29ae32 commit 3bf925f

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,8 @@ This Docker image is mature and replaced my own mailserver in production. Howeve
123123

124124
# Contribution
125125
Report a bug, request an enhancement or pull request at the [GitHub Issue Tracker](https://github.com/technicalguru/docker-mailserver-postfix/issues). Make sure you have checked out the [Contribution Guideline](CONTRIBUTING.md)
126+
127+
Thanks for their contribution to this image go to:
128+
129+
* [@jeroenrnl](https://github.com/jeroenrnl)
130+

etc/dovecot-conf-d/10-master.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
service imap-login {
2+
inet_listener imap {
3+
port = 143
4+
}
25
inet_listener imaps {
36
port = 993
47
ssl = yes

0 commit comments

Comments
 (0)