> Hmmm, according to Exim configure file:
> rbl_domains = rbl.maps.vix.com
Yup.
> And a dig on linux.crynwr.com -> 192.203.178.39
> So, this should resolve IF l-c-c is in the RBL:
Indeed.
> % nslookup 192.203.178.39.rbl.maps.vix.com
NO !!!
That means "is 39.178.203.192 in the RBL" ...
As it happens, all of (I think) 39.* is ...
> But a similar address shouldn't:
> % nslookup 192.203.178.40.rbl.maps.vix.com
> *** localhost can't find 192.203.178.40.rbl.maps.vix.com: Non-existent
.. and doesn't !
HOWEVER: that is for the wrong reason ...
> Thus, I conclude that the configuration of linux.c-.c- is somehow broken.
Err -- using incorrect input data, you happen to get the correct results
(192.203.178.39 is blocked, but 192.203.178.40 is not), and deduce it's broken!
> Could it multiple IP addresses and thus sends the mail from the wrong IP,
> even though its main address is valid.
I can't parse that, but I think the answer is "no".
% host -t txt 39.178.203.192.rbl.maps.vix.com
39.178.203.192.rbl.maps.vix.com TXT \
"Blackholed - see <URL:http://maps.vix.com/cgi-bin/lookup?192.203.178.39>"
% host -t txt 40.178.203.192.rbl.maps.vix.com
40.178.203.192.rbl.maps.vix.com does not exist (Authoritative answer)
%
--
*** Exim information can be found at
http://www.exim.org/ ***