Run qmail-newu during webapps-update so phplistbounces alias is created

This commit is contained in:
Daniel Berteaud 2014-07-29 14:25:54 +02:00
parent b7075021b5
commit 51512b0fad
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ use esmith::Build::CreateLinks qw(:all);
templates2events("/etc/e-smith/sql/init/phplistdb", qw/webapps-update bootstrap-console-save/);
templates2events("/etc/phplist/config.php", qw/webapps-update bootstrap-console-save/);
safe_symlink("/var/qmail/bin/qmail-newu", "root/etc/e-smith/events/webapps-update/S55phplist-qmail-assign");
safe_symlink("/etc/e-smith/templates-default/template-begin-php", "root/etc/e-smith/templates/etc/phplist/config.php/template-begin");
safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smith/templates/etc/phplist/config.php/template-end");