From 99a561421a3ea61419e17e6bb18dd41d914589d0 Mon Sep 17 00:00:00 2001 From: MrMeeb Date: Fri, 3 Jun 2022 15:38:54 +0000 Subject: [PATCH] Open permissions on config files --- run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run.sh b/run.sh index 5ab4655..91e50c1 100644 --- a/run.sh +++ b/run.sh @@ -33,6 +33,9 @@ ln -s /config/pgsql-relay-domains.cf /etc/postfix/pgsql-relay-domains.cf ln -s /config/pgsql-transport-maps.cf /etc/postfix/pgsql-transport-maps.cf ln -s /config/master.cf /etc/postfix/master.cf +#Open permissions +chmod -R 777 /config + #Start services # If host mounting /var/spool/postfix, we need to delete old pid file before