From 51512b0fadb0d2fe8a73019cafdd1933daee0e3f Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 29 Jul 2014 14:25:54 +0200 Subject: [PATCH] Run qmail-newu during webapps-update so phplistbounces alias is created --- createlinks | 1 + 1 file changed, 1 insertion(+) diff --git a/createlinks b/createlinks index 6540641..061c592 100644 --- a/createlinks +++ b/createlinks @@ -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");