Check postfix configuration at build
continuous-integration/drone/push Build is passing Details

master
Simon Bruder 2019-08-03 15:41:41 +00:00
parent 6bdc224322
commit 8c84524e50
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ RUN echo '' > /etc/postfix/main.cf \
&& postconf -e enable_long_queue_ids='yes' \
&& postconf -e strict_rfc821_envelopes='yes' \
&& postconf -e maillog_file='/dev/stdout' \
&& touch /etc/postfix/virtual_mailbox_maps.cf \
&& postfix check \
&& newaliases \
&& touch /etc/postfix/access_sender