https://bugs.koozali.org/show_bug.cgi?id=11586
Rod Egan <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #3 from Rod Egan <[email protected]> ---
(In reply to NickR from comment #1)
> Just found a further problem:
>
> The qpsmtp element is being ignored completely & never appears in jail.conf,
> despite it being enabled in the web panel.
There needs to be a smtpd configuration enabled in the e-smith db, it, present
in sme9 but not in sme10.
I don't know the significance of it being missing.
ie /home/e-smith/db/configuration
in sme9
smtpd=service|Authentication|disabled|ExternalInterfacesFilter|/usr/bin/qmail-queue.amavis|Instances|40|InstancesPerIP|5|InternalInterfacesFilter|/usr/bin/qmail-queue.amavis|MaximumDateOffset|0|PatternsScan|disabled|Proxy|disabled|RBLList|postmaster.rfc-ignorant.org:bogusmx.rfc-ignorant.org:abuse.rfc-ignorant.org:whois.rfc-ignorant.org:dnsbl.sorbs.net
:dnsbl.njabl.org:sbl-xbl.spamhaus.org|TCPPort|25|TCPProxyPort|25|VirusScan|enabled|access|public|status|enabled|tnef2mime|enabled
This isn't present in sme10
The code in the qpsmtpd fail2ban template checks this entry.
/etc/e-smith/templates/etc/fail2ban/jail.conf
[root@fwbox9 jail.conf]# cat 30Service20qpsmtpd
{
my $status = $smtpd{'status'} || 'disabled';
my $f2b = $qpsmtpd{'Fail2Ban'} || 'enabled';
return "" if (($status ne 'enabled') || ($f2b ne '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/