-
-
Notifications
You must be signed in to change notification settings - Fork 2k
how to set listen=* to disable ipv6 for dovecot #2356
Copy link
Copy link
Closed
Labels
kind/questionSomeone asked a question - feel free to answerSomeone asked a question - feel free to answermeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dmeta/needs triageThis issue / PR needs checks and verification from maintainersThis issue / PR needs checks and verification from maintainerspriority/low
Metadata
Metadata
Assignees
Labels
kind/questionSomeone asked a question - feel free to answerSomeone asked a question - feel free to answermeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dmeta/needs triageThis issue / PR needs checks and verification from maintainersThis issue / PR needs checks and verification from maintainerspriority/low
Subject
I have questions about configuration of covecot in container
Description
The conatiner keeps produce the error while running
I found the default configuration of dovecot is listen = *, ::
and should be set to listen=* to disable ipv6 but I found no way to replace it.
I tried set POSTFIX_INET_PROTOCOLS=ipv4 in environment variable but it's only for profix.
am I missing somthing? Thanks very much.