Skip to content

Commit

Permalink
Added network
Browse files Browse the repository at this point in the history
  • Loading branch information
dimapin committed May 19, 2024
1 parent aec3b7f commit 4574ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ postconf -e 'smtpd_sasl_local_domain=$myhostname'
postconf -e "smtpd_recipient_restrictions=${SMTPD_RECIPIENT_RESTRICTIONS}"
postconf -e "smtp_tls_security_level=${SMTP_TLS_SECURITY_LEVEL}"
postconf -e "smtp_tls_CAfile=${SMTP_TLS_CAFILE}"
postconf -e "mynetwork=10.208.0.0/12"
postconf -e "mynetworks = 127.0.0.0/8,10.0.0.0/8"
postconf -e "maillog_file = /dev/stdout"

# Erstelle smtpd.conf für Cyrus-SASL
Expand Down

0 comments on commit 4574ddb

Please sign in to comment.