Julian Ospald
87300ea393
Only allowing IPv6 causes unknown bugs. Although the domain used is already IPv6 only, it causes login problems.
36 lines
517 B
Plaintext
36 lines
517 B
Plaintext
listen = "*, [::]"
|
|
|
|
service imap-login {
|
|
inet_listener imap {
|
|
|
|
}
|
|
|
|
#disable imaps since we use TLS connections through the standard imap
|
|
inet_listener imaps {
|
|
port = 0
|
|
}
|
|
}
|
|
|
|
service imap {
|
|
}
|
|
|
|
# not sure if this is needed
|
|
service lmtp {
|
|
unix_listener /var/spool/postfix/private/dovecot-lmtp {
|
|
group = vmail
|
|
mode = 0660
|
|
user = postfix
|
|
}
|
|
}
|
|
|
|
service auth {
|
|
unix_listener /var/spool/postfix/private/auth {
|
|
mode = 0660
|
|
user = postfix
|
|
group = vmail
|
|
}
|
|
}
|
|
|
|
service auth-worker {
|
|
}
|