docs
This commit is contained in:
parent
d4ece33bce
commit
0dc508f592
1 changed files with 1 additions and 0 deletions
1
run.sh
1
run.sh
|
@ -68,6 +68,7 @@ if [ ! -z "${SMTP_HEADER_TAG}" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Set smtp_generic_map
|
#Set smtp_generic_map
|
||||||
|
#was speziell fur posteo nötig, da ohne return-address=info@mgrote.net die mail nicht angekommen sind
|
||||||
if [ ! -z "${SMTP_GENERIC_MAP}" ]; then
|
if [ ! -z "${SMTP_GENERIC_MAP}" ]; then
|
||||||
echo "smtp_generic_maps = pcre:/etc/postfix/generic" >> /etc/postfix/main.cf
|
echo "smtp_generic_maps = pcre:/etc/postfix/generic" >> /etc/postfix/main.cf
|
||||||
echo "${SMTP_GENERIC_MAP}" > /etc/postfix/generic
|
echo "${SMTP_GENERIC_MAP}" > /etc/postfix/generic
|
||||||
|
|
Loading…
Reference in a new issue