Bugfixes gérération vue alias_view
This commit is contained in:
parent
1761c21014
commit
1886010400
|
@ -334,7 +334,7 @@ fi
|
|||
#populate alternc database with the mailname used by postfix to send mail for each vhost
|
||||
#
|
||||
mailname=`cat /etc/mailname`
|
||||
mysql_query "update table variable SET value="$mailname" where name='mailname_bounce';"
|
||||
mysql_query "update table variable SET value='"$mailname"' where name='mailname_bounce';"
|
||||
|
||||
#######################################################################
|
||||
# Save installed files to check them during next install
|
||||
|
|
|
@ -437,6 +437,9 @@ they log in. Set this to 0 or a "false" string to ignore.');
|
|||
INSERT IGNORE INTO `variable` (name, value, comment) VALUES ('new_email', 0,
|
||||
'An email will be sent to this address when new accounts are created if set.');
|
||||
|
||||
INSERT IGNORE INTO `variable` (name, value, comment) VALUES ('mailname_bounce', '',
|
||||
'FQDN of the mail server, used to create vhost virtual mail_adress.');
|
||||
|
||||
--
|
||||
-- Table structure for table `dbusers`
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue