Blame public/fs/etc/postfix/header_checks_submission-in.sh
|
root@culturestrings |
870125 |
#!/bin/sh
|
|
root@culturestrings |
870125 |
|
|
root@culturestrings |
870125 |
set -eu
|
|
root@culturestrings |
870125 |
|
|
root@culturestrings |
870125 |
sitezone="$1"
|
|
root@culturestrings |
870125 |
|
|
root@culturestrings |
870125 |
cfg_script="$0"
|
|
root@culturestrings |
870125 |
cfg_srcdir=$(cd -- "${cfg_script%/*}/" ; pwd -P)
|
|
root@culturestrings |
870125 |
|
|
root@culturestrings |
870125 |
source /root/config/private/config/hostinfo/${sitezone}
|
|
root@culturestrings |
870125 |
|
|
root@culturestrings |
870125 |
sed -e 's/@mailhost@/'"${mailhost}"'/g' \
|
|
root@culturestrings |
870125 |
"${cfg_srcdir}/header_checks_submission.in"
|