diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-12 16:10:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-12 16:10:49 +0000 |
commit | 4bf2526f886d71a067a1004ee5be2b75d0f721f7 (patch) | |
tree | 6d07da5e11537220569c748c2af66ae9db991d15 /conf | |
parent | Releasing progress-linux version 3.9.0-2~progress7.99u1. (diff) | |
download | postfix-4bf2526f886d71a067a1004ee5be2b75d0f721f7.tar.xz postfix-4bf2526f886d71a067a1004ee5be2b75d0f721f7.zip |
Merging upstream version 3.9.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | conf/master.cf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/master.cf b/conf/master.cf index fd282dd..abd6dae 100644 --- a/conf/master.cf +++ b/conf/master.cf @@ -67,7 +67,7 @@ proxymap unix - - n - - proxymap proxywrite unix - - n - 1 proxymap smtp unix - - n - - smtp relay unix - - n - - smtp - -o syslog_name=postfix/$service_name + -o syslog_name=${multi_instance_name?{$multi_instance_name}:{postfix}}/$service_name # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5 showq unix n - n - - showq error unix - - n - - error |