mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
fix: Avoid creating an unnecessary syslog socket for Postfix (#3134)
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
5ec6845c96
commit
9a9380150e
2 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,9 @@ function _install_postfix
|
|||
chmod +x /bin/hostname
|
||||
apt-get "${QUIET}" install --no-install-recommends postfix
|
||||
mv /bin/hostname.bak /bin/hostname
|
||||
|
||||
# Irrelevant - Debian's default `chroot` jail config for Postfix needed a separate syslog socket:
|
||||
rm /etc/rsyslog.d/postfix.conf
|
||||
}
|
||||
|
||||
function _install_packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue