diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-12 16:10:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-12 16:10:48 +0000 |
commit | 295560f294a2fa70aeb29a8c4af750ed458081a8 (patch) | |
tree | a3b1ed2421da0bd6a2e53ceb7ce0ba3578ce1b81 /conf | |
parent | Adding upstream version 3.9.0. (diff) | |
download | postfix-upstream.tar.xz postfix-upstream.zip |
Adding upstream version 3.9.1.upstream/3.9.1upstream
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 |