On (2003/09/05 08:37), Alex Schlichting wrote:
> Is no one able to help ?
One reason why you may not be getting as much help as you'd expect is
because your messages are flagged as spam by SpamAssassin running with a
default threshold of 5:
X-Spam-Score: 5.8 (+++++)
X-Spam-Report: 5.8/5.0
Content analysis details: (5.80 points, 5 required)
....
RCVD_IN_NJABL (0.9 points)
RBL: Received via a relay in dnsbl.njabl.org
[RBL check: found 108.10.236.217.dnsbl.njabl.org., type: 127.0.0.3]
RCVD_IN_RFCI (1.4 points)
RBL: Received via a relay in ipwhois.rfc-ignorant.org
[RBL check: found 214.76.159.64.ipwhois.rfc-ignorant.org., type: 127.0.0.6]
RCVD_IN_OSIRUSOFT_COM (0.6 points)
RBL: Received via a relay in relays.osirusoft.com
[RBL check: found 214.76.159.64.relays.osirusoft.com.]
X_NJABL_DIALUP (0.1 points)
RBL: NJABL: sender is on dialup/dynamic IP
RCVD_IN_SBL (1.0 points)
RBL: Received via SBLed relay, see http://www.spamhaus.org/sbl/
[RBL check: found 214.76.159.64.sbl.spamhaus.org.]
FORGED_MUA_OUTLOOK (3.5 points)
Forged mail pretending to be from MS Outlook
> I try and try but it seems like I don't understand why Exim refuses
> to deliver my outgoing emails while the locals work fine :( Someone
> please help. I attach the complete debug information now I hope this
> is not against any rules here.
The log you showed us, shows that your message would be accepted for
delivery.
So... Send a message for real, via SMTP connection from the IP address
you specified in -bh. Make a note of the Message-Id you're given. Wait
for a couple of minutes, then do exim -Mvl <Message-Id>, e.g.
exim -Mvl 19uvC5-00081A-0A
If the message hasn't been delivered yet, you'll be shown why not.
If it has been delivered, just search for the Message-Id in Exim's
mainlog, e.g.
exigrep 19uvC5-00081A-0A < /var/log/exim/mainlog
Ciao,
Sheldon.