Check postfix configuration at build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6bdc224322
commit
8c84524e50
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue