Skip to content

Allow setting port to 0#36

Open
towo wants to merge 6 commits into
mxhero:masterfrom
towo:master
Open

Allow setting port to 0#36
towo wants to merge 6 commits into
mxhero:masterfrom
towo:master

Conversation

@towo

@towo towo commented Oct 27, 2017

Copy link
Copy Markdown
Contributor

Apparently, it's the correct way to disable a listener as per dovecot
configuration validator:

config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:21: 'imaps' protocol can no longer be specified (use protocols=imap). to disable non-ssl imap, use service imap-login { inet_listener imap { port=0 } }

Apparently, it's the correct way to disable a listener as per dovecot
configuration validator:

`config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:21:
'imaps' protocol can no longer be specified (use protocols=imap). to
disable non-ssl imap, use service imap-login { inet_listener imap {
port=0 } }`
@towo

towo commented Oct 27, 2017

Copy link
Copy Markdown
Contributor Author

Don't merge this yet, it sets the SSL port to 0 as well.

@towo

towo commented Oct 27, 2017

Copy link
Copy Markdown
Contributor Author

Works.

@towo

towo commented Oct 27, 2017

Copy link
Copy Markdown
Contributor Author

Okay, the last commit should've only just gone to my repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant