Skip to content

Commit

Permalink
add master.cf to deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Oct 9, 2024
1 parent d101a4b commit 69bf35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ [email protected]
rsync -rpcv --delete --chmod=D755,F644 --fsync --preallocate dovecot opendmarc $remote:/etc/
rsync -rpcv --delete --chown root:opendkim --chmod=D750,F640 --fsync --preallocate opendkim $remote:/etc/
rsync -pcv --chmod=644 --fsync --preallocate python-policyd-spf/policyd-spf.conf $remote:/etc/python-policyd-spf
rsync -rpcv --chmod=D755,F644 --fsync --preallocate postfix/aliases postfix/body_checks postfix/client_access.cidr postfix/main.cf postfix/header_checks postfix/sender_access postfix/sender_login_maps postfix/submission_header_checks $remote:/etc/postfix/
rsync -rpcv --chmod=D755,F644 --fsync --preallocate postfix/aliases postfix/body_checks postfix/client_access.cidr postfix/main.cf postfix/master.cf postfix/header_checks postfix/sender_access postfix/submission_header_checks $remote:/etc/postfix/
ssh $remote "newaliases; postmap /etc/postfix/sender_access"
rsync -rpcv --chmod=D755,F644 --fsync --preallocate systemd/ $remote:/etc/systemd/
rsync -rpcv --chmod=D755,F644 --fsync --preallocate tmpfiles.d/opendmarc.conf $remote:/etc/tmpfiles.d/
Expand Down

0 comments on commit 69bf35f

Please sign in to comment.