https://bugs.koozali.org/show_bug.cgi?id=11586
Terry Fage <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |IN_PROGRESS
--- Comment #20 from Terry Fage <[email protected]> ---
heeeyaaaa, edited template 30Service20qpsmtpd and now on a reboot fail2ban is
started..needs a patch and rebuild..
after patch
my $status = $spsmtpd{'status'} || 'disabled';
my $f2b = $qpsmtpd{'Fail2Ban'} || 'enabled';
was supposed to be
my $status = $qpsmtpd{'status'} || 'disabled';
my $f2b = $qpsmtpd{'Fail2Ban'} || 'enabled';
There is a typo in smeserver-fail2ban-0.1.18-bz11586-serverfailstostart.patch
-my $status = $smtpd{'status'} || 'disabled';
+my $status = $sqpsmtpd{'status'} || 'disabled';
my $f2b = $qpsmtpd{'Fail2Ban'} || 'enabled';
--
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/