Blame public/fs/etc/postfix/main-cf.sh

root@culturestrings 6d66f2
#!/bin/sh
root@culturestrings 6d66f2
root@culturestrings 6d66f2
set -eu
root@culturestrings 6d66f2
root@culturestrings b0963f
source /root/config/private/config/server.domains
root@culturestrings 2faeb7
source /root/config/private/config/hostname
root@culturestrings 6d66f2
root@culturestrings 2faeb7
sed -e 's/@server_domains@/'"${server_domains}"'/g' \
root@culturestrings 2faeb7
	-e 's/@smtphost@/'"${smtphost}"'/g'          \
root@culturestrings 2faeb7
	"$1"