https://bugs.koozali.org/show_bug.cgi?id=11636

--- Comment #3 from Terry Fage <[email protected]> ---
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';

and the patch for this bug does not have the fix

-- 
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/

Reply via email to