Hello.
Well I have a number of items in the tcprules database tcp.smtp which I
updated the cdb with :
tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp
e.g.
208.179.97.10:deny
[EMAIL PROTECTED]:deny
s2u2.com:deny
I tested the IP by doing :-
setenv TCPREMPTEIP 208.179.97.10
tcprulescheck /etc/tcp.smtp.cdb
and successfully get rule 208.179.97.10 deny.
Problem #1
I have tried using TCPREMOTEHOST and TCPREMOTEINFO and it fails ie. they
are allowed.
Problem #2
Further, I noted I received a mail from [EMAIL PROTECTED] to one account, even
though this should have been denied.
I then tried mconnect and tried several addresses of the form host@domain
of e-mail addresses AND domains and the mails were successfully received,
ie. despite having deny against those addresses and domains, the mails
were successfully delivered.
Any hints ?
Searching the qmail archive reveals nothing I have not already tried.
Regards...Martin