Skip to content

Commit b275b0c

Browse files
authored
Merge pull request docker-mailserver#172 from DougReeder/syslog-name
syslog name for SMTP w/ proxy changed to postfix/smtpd-proxy
2 parents 6816dcd + 7a18d70 commit b275b0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/docker-mailserver/tests/__snapshot__/configmap_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ manifest should match snapshot:
8888

8989
# Smtp with proxy
9090
12525 inet n - n - 1 postscreen
91-
-o syslog_name=postfix/smtp-proxy
91+
-o syslog_name=postfix/smtpd-proxy
9292
-o postscreen_upstream_proxy_protocol=haproxy
9393
-o postscreen_cache_map=btree:$data_directory/postscreen_10025_cache
9494
EOS

charts/docker-mailserver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ configMaps:
615615
616616
# Smtp with proxy
617617
12525 inet n - n - 1 postscreen
618-
-o syslog_name=postfix/smtp-proxy
618+
-o syslog_name=postfix/smtpd-proxy
619619
-o postscreen_upstream_proxy_protocol=haproxy
620620
-o postscreen_cache_map=btree:$data_directory/postscreen_10025_cache
621621
EOS

0 commit comments

Comments
 (0)