fix postfix tlspol missing folders for config

This commit is contained in:
DerLinkman 2025-08-26 10:10:16 +02:00
parent e1410baaeb
commit 3826c4b5be
No known key found for this signature in database
GPG Key ID: AA4A82514748F5A9

View File

@ -3,6 +3,7 @@
trap "postfix stop" EXIT trap "postfix stop" EXIT
[[ ! -d /opt/postfix/conf/sql/ ]] && mkdir -p /opt/postfix/conf/sql/ [[ ! -d /opt/postfix/conf/sql/ ]] && mkdir -p /opt/postfix/conf/sql/
[[ ! -d /opt/postfix/conf/postfix-tlspol ]] && mkdir -p /opt/postfix/conf/postfix-tlspol
[[ ! -d /etc/postfix-tlspol ]] && mkdir -p /etc/postfix-tlspol [[ ! -d /etc/postfix-tlspol ]] && mkdir -p /etc/postfix-tlspol
[[ ! -d /var/lib/postfix-tlspol ]] && mkdir -p /var/lib/postfix-tlspol [[ ! -d /var/lib/postfix-tlspol ]] && mkdir -p /var/lib/postfix-tlspol