removed unused etc files

This commit is contained in:
andreas
2023-04-09 11:03:56 +00:00
parent d5f5750911
commit 820d8f71d7
243 changed files with 29 additions and 6453 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env sh
# set -e
cd /etc/postfix
postmap virtual
postmap vmailbox
set -e
# https://serverfault.com/questions/1003885/postfix-in-docker-host-or-domain-name-not-found-dns-and-docker
cp /etc/resolv.conf /var/spool/postfix/etc/resolv.conf
postmap /etc/postfix/virtual
postmap /etc/postfix/vmailbox
exec "$@"