diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2024-12-12 22:12:36 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2024-12-12 22:12:36 +0000 |
commit | cf3c2c45538ccc9101f15e1099ed634844c1b129 (patch) | |
tree | 3bfdac7b2a9d3d340a253cca87be5c91c4f4b167 /etc/postfix | |
parent | 6e2162ec5cebcd8025b9ca74cde339d56bf3ebcb (diff) |
pacdiff
Diffstat (limited to 'etc/postfix')
-rw-r--r-- | etc/postfix/master.cf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/postfix/master.cf b/etc/postfix/master.cf index 7ce6e816..46ed0b73 100644 --- a/etc/postfix/master.cf +++ b/etc/postfix/master.cf @@ -70,7 +70,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 |