From fc8bf0e06234e41b5c855764bd365e8cc923b2e3 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 26 Jan 2024 00:20:55 -0500 Subject: [PATCH] add deployment for postfix main.cf --- deploy | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy b/deploy index 55c8f51..656aa34 100755 --- a/deploy +++ b/deploy @@ -15,6 +15,7 @@ gixy nginx/nginx.conf remote=root@mail.grapheneos.org +rsync -rptcv --chmod=D755,F644 --fsync --preallocate postfix/main.cf postfix/submission_header_checks $remote:/etc/postfix/ rsync -rptcv --chmod=D755,F644 --fsync --preallocate systemd/ $remote:/etc/systemd/ rsync -rptcv --chmod=D755,F644 --fsync --preallocate tmpfiles.d/opendmarc.conf $remote:/etc/tmpfiles.d/ rsync -rptcv --chmod=D755,F644 --fsync --preallocate nginx/{nginx.conf,mime.types} $remote:/etc/nginx/