fixed postfix configuration

This commit is contained in:
andreas
2023-04-07 15:45:32 +00:00
parent 1bdf801fac
commit d5f5750911
34 changed files with 1024 additions and 605 deletions

View File

@@ -1,3 +1,6 @@
#!/usr/bin/env sh
set -e
# set -e
cd /etc/postfix
postmap virtual
postmap vmailbox
exec "$@"