https://bugs.contribs.org/show_bug.cgi?id=10518
--- Comment #10 from Terry Fage <[email protected]> ---
In the createlinks file is the following:
foreach $file (
qw(/var/qmail/alias/.qmail_mailalias /var/service/qpsmtpd/goodrcptto))
{
templates2events($file, qw(bootstrap-console-save mailalias-modify));
}
the line qw(/var/qmail/alias/.qmail_mailalias /var/service/qpsmtpd/goodrcptto))
appears to be what is generating the errors, the directories should be
qw(/var/qmail/alias/.qmail-mailalias /var/service/qpsmtpd/config/goodrcptto))
Is this correct
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/