Merge pull request #1332 from Tecnativa/amavis-touch-vhost
Avoid infinite failure log in Amavis with SMTP_ONLY=1
This commit is contained in:
commit
e08274a87d
|
@ -1093,6 +1093,8 @@ function _setup_postfix_vhost() {
|
||||||
|
|
||||||
if [ -f /tmp/vhost.tmp ]; then
|
if [ -f /tmp/vhost.tmp ]; then
|
||||||
cat /tmp/vhost.tmp | sort | uniq > /etc/postfix/vhost && rm /tmp/vhost.tmp
|
cat /tmp/vhost.tmp | sort | uniq > /etc/postfix/vhost && rm /tmp/vhost.tmp
|
||||||
|
elif [ ! -f /etc/postfix/vhost ]; then
|
||||||
|
touch /etc/postfix/vhost
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue