Ralf Hildebrandt wrote:
* Voytek Eymont <[EMAIL PROTECTED]>:
rfci is not safe for smtp rejection. It is not intended for such use.
mouss, thanks
so, should be like this ?
smtpd_sender_restrictions = reject_rhsbl_sender dsn.rfc-ignorant.org
That's STILL smtp rejection - he was thinking of using it from e.g.
SpamAssassin. But I personally think that dsn.rfc-ignorant.org is safe
for smtp rejection :)
I don't doubt that, but I don't think it is safe for the "general public".
here is an example.
$ host accenture.fr.dsn.rfc-ignorant.org
accenture.fr.dsn.rfc-ignorant.org has address 127.0.0.2
but they apparently fixed the problem:
$ telnet 217.109.149.27 25
Trying 217.109.149.27...
Connected to frontal.esolutioncenter.net.
Escape character is '^]'.
220 SMTP Welcome
EHLO imlil.netoyen.net
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH DIGEST-MD5 CRAM-MD5
250 HELP
MAIL FROM:<>
250 2.1.0 <>... Sender ok
RCPT TO:<[EMAIL PROTECTED]>
250 2.1.5 <[EMAIL PROTECTED]>... Recipient ok
quit
221 2.0.0 ids.esolutioncenter.net closing connection
(I have posted this to rfci-discuss).