https://bugs.contribs.org/show_bug.cgi?id=10512
John Crisp <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #1 from John Crisp <[email protected]> ---
Just leafing through busg and foudn tis.
Having read here:
https://github.com/xinetd-org/xinetd
"For libwrap access control, the access control is done by the
server name for the service. So, if you have an entry like this:
service telnet
{
...
server = /usr/sbin/in.telnetd
...
}
Your corresponding hosts.{allow|deny} entry would look something
like this:
in.telnetd: ALL"
So I checked hosts.allow and there is no smtp entry
We do have entries like this
in.identd: ALL
in.tftpd: {Various IP addresses}
cat /etc/e-smith/templates/etc/hosts.allow/tftpd
{
$DB->hosts_allow_spec('tftpd', 'in.tftpd');
}
My guess is you need a template fragment like this:
cat /etc/e-smith/templates/etc/hosts.allow/smtp
{
$DB->hosts_allow_spec('smtp', 'in.smtp');
}
--
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/