File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,6 +117,6 @@ EXPOSE 993
117117EXPOSE 995
118118# SMTP Port (used for internal delivery from amavis, do not expose to the outside world!)
119119EXPOSE 10025
120- CMD ["/usr/local/mailserver/loop.sh" ]
121- # CMD ["/usr/local/mailserver/entrypoint.sh"]
120+ # CMD ["/usr/local/mailserver/loop.sh"]
121+ CMD ["/usr/local/mailserver/entrypoint.sh" ]
122122
Original file line number Diff line number Diff line change @@ -436,16 +436,14 @@ check_database
436436# ########################
437437cd $IMAGE_HOME
438438
439- # Start log facility
440- service rsyslog start
441-
442439# Configure Sieve rule
443440configure_sieve
444441
445442# Configure postfix
446443configure_postfix
447444configure_instance -
448445postconf compatibility_level=2
446+ postconf maillog_file=/var/log/mail.log
449447
450448# Start Dovecot (the mail drop software)
451449service dovecot start
You can’t perform that action at this time.
0 commit comments