Bugfixes gérération vue alias_view

This commit is contained in:
Steven Mondji-Lerider 2012-08-06 14:12:35 +00:00
parent 1761c21014
commit 1886010400
2 changed files with 4 additions and 1 deletions

View File

@ -334,7 +334,7 @@ fi
#populate alternc database with the mailname used by postfix to send mail for each vhost #populate alternc database with the mailname used by postfix to send mail for each vhost
# #
mailname=`cat /etc/mailname` 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 # Save installed files to check them during next install

View File

@ -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, 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.'); '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` -- Table structure for table `dbusers`
-- --