You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-27 22:18:22 +02:00
Mount the postfix queue as a volume, fixes #211
This commit is contained in:
@@ -7,6 +7,9 @@ mydomain = {{ DOMAIN }}
|
|||||||
myhostname = {{ HOSTNAME }}
|
myhostname = {{ HOSTNAME }}
|
||||||
myorigin = $mydomain
|
myorigin = $mydomain
|
||||||
|
|
||||||
|
# Queue location
|
||||||
|
queue_directory = /queue
|
||||||
|
|
||||||
# Message size limit
|
# Message size limit
|
||||||
message_size_limit = {{ MESSAGE_SIZE_LIMIT }}
|
message_size_limit = {{ MESSAGE_SIZE_LIMIT }}
|
||||||
|
|
||||||
|
|||||||
@@ -29,5 +29,7 @@ fi
|
|||||||
|
|
||||||
# Actually run Postfix
|
# Actually run Postfix
|
||||||
rm -f /var/run/rsyslogd.pid
|
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 &
|
/usr/lib/postfix/master &
|
||||||
rsyslogd -n
|
rsyslogd -n
|
||||||
|
|||||||
Reference in New Issue
Block a user