martin f krafft wrote:
also sprach Daryl C. W. O'Shea <[EMAIL PROTECTED]> [2006.06.06.2021 +0200]:
If you provide a full set of received headers that are being
passed to SA, someone can help you out with the correct settings.
I am having difficulties recreating the problem. Sometimes SA will
happily include the RBL checks, sometimes I bet the DNS is just too
slow and they're left out.
Anyway, please have a look at
http://madduck.net/~madduck/scratch/msg3. It lists RCVD_IN_NJABL_DUL
as successful, which just should not happen. In the end, SA is
right, but I came in via TLS...
Sure you do... at least auth headers that you know you added.
Your problem is that Postfix doesn't include RFC 3848 style (or
any) auth tokens.
This TLS line is only added when someone authenticates successfully, right?
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
What about this SSL line (from the first post in this thread)?
(using SSLv3 with cipher RC4-MD5 (128/128 bits))
How are these lines getting added? Are they third party patches to
Postfix? Does Postfix yet include any auth tokens in the main code base?
Why can't everyone just support RFC 3848 or mimic Sendmail?!? So much
for "drop in replacement". :)
Daryl