mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
Added default postfix configuration files
This commit is contained in:
parent
3a3463300e
commit
ef34462e34
4 changed files with 228 additions and 0 deletions
|
@ -28,6 +28,11 @@ RUN adduser amavis clamav
|
|||
RUN (crontab -l ; echo "0 1 * * * /usr/bin/freshclam --quiet") | sort - | uniq - | crontab -
|
||||
RUN freshclam
|
||||
|
||||
# Configures Postfix
|
||||
ADD postfix/main.cf /etc/postfix/main.cf
|
||||
ADD postfix/master.cf /etc/postfix/master.cf
|
||||
ADD postfix/sasl/smtpd.conf /etc/postfix/sasl/smtpd.conf
|
||||
|
||||
# Start-mailserver script
|
||||
ADD start-mailserver.sh /usr/local/bin/start-mailserver.sh
|
||||
RUN chmod +x /usr/local/bin/start-mailserver.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue