Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 148994

Summary: net-mail/relay-ctrl doesn't prevent authenticated clients to get blocked by rblsmtpd
Product: Gentoo Linux Reporter: Luca Lesinigo <luckyluke>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED UPSTREAM    
Severity: major CC: net-mail+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
URL: http://untroubled.org/relay-ctrl/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: little patch to let relay-ctrl-check set RBLSMTPD

Description Luca Lesinigo 2006-09-24 14:33:31 UTC
relay-ctrl will set the 'RELAYCLIENT' variable for authenticated clients, but if you also use rblsmtpd they may be blocked by it if they appear in any RBLs. Typical example is when you also use RBLs of dynamic IP ranges.

IMHO the point of relay-ctrl is to allow (previously authenticated) IPs to relay mail without troubles, so it should also let them relay skipping RBL checks.
Comment 1 Luca Lesinigo 2006-09-24 14:34:28 UTC
Created attachment 97979 [details, diff]
little patch to let relay-ctrl-check set RBLSMTPD

I wrote the author about this, but meanwhile I recalled old memories of a little of C programming and came out with a quick & dirty patch, it will let relay-ctrl-check.c set an empty "RBLSMTPD" variable for any allowed IP.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-09-25 11:00:00 UTC
what is your configuration portion that uses relay-ctrl-check and rblsmtpd?
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-02-25 03:51:21 UTC
no response from user. if you care about this, take it upstream.
Comment 4 Luca Lesinigo 2007-03-13 11:01:52 UTC
Sorry for being dead this long time :)
As I said, I already wrote to the author of relay-ctrl.

I totally agree with you that this is now an upstream problem, and btw I no more care about this, I switched to postfix.