1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-16 02:46:44 +02:00

Mount the postfix queue as a volume, fixes #211

This commit is contained in:
kaiyou 2017-07-02 16:39:00 +02:00
parent 4053273fe6
commit a1795d18fd
2 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,9 @@ mydomain = {{ DOMAIN }}
myhostname = {{ HOSTNAME }}
myorigin = $mydomain
# Queue location
queue_directory = /queue
# Message size limit
message_size_limit = {{ MESSAGE_SIZE_LIMIT }}

View File

@ -29,5 +29,7 @@ fi
# Actually run Postfix
rm -f /var/run/rsyslogd.pid
chown -R postfix: /queue
/usr/lib/postfix/post-install meta_directory=/etc/postfix create-missing
/usr/lib/postfix/master &
rsyslogd -n