fixing UPDATE_DOMAINES doing NOTHING because mailname_bounce

This commit is contained in:
Benjamin Sonntag 2014-10-02 14:26:23 +02:00
parent 919d68e880
commit 6043b37151
1 changed files with 1 additions and 0 deletions

View File

@ -40,3 +40,4 @@ mysql --defaults-file=/etc/alternc/my.cnf -f -e "ALTER TABLE variable ADD PRIMAR
# and we fix variable if needed :
mysql --defaults-file=/etc/alternc/my.cnf -f -e "UPDATE variable SET value='$FQDN' WHERE value='%%FQDN%%'"
mysql --defaults-file=/etc/alternc/my.cnf -f -e "INSERT IGNORE INTO variable SET name='mailname_bounce', value='$FQDN', comment='FQDN of the mail server, used to create vhost virtual mail_adress.';"