mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-02 17:14:31 +02:00
config: ensure SASL socket file is not inside a volume mount (#3131)
This commit is contained in:
parent
9a9380150e
commit
f0edcc28d9
7 changed files with 34 additions and 27 deletions
|
@ -77,7 +77,7 @@ postscreen_bare_newline_action = enforce
|
|||
|
||||
# SASL
|
||||
smtpd_sasl_auth_enable = no
|
||||
smtpd_sasl_path = /var/spool/postfix/private/auth
|
||||
smtpd_sasl_path = /dev/shm/sasl-auth.sock
|
||||
smtpd_sasl_type = dovecot
|
||||
|
||||
smtpd_sasl_security_options = noanonymous
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue