Ray Lance wrote:
> Eric "Shubes" wrote:
>> Try using this for blacklists:
>>
>> -r zen.spamhaus.org -r bl.spamcop.net -r opm.blitzed.org -r list.dsbl.org -r
>> cbl.abuseat.org -r dnsbl.sorbs.net
>>
>> They're working pretty well for me. I'm going to (try to remember to) change
>> the -loose and -moderate blacklists with the next qtp release.
>>
>>   
> I get
> 
>     The message could not be sent because one of the recipients was
>     rejected by the server. The rejected e-mail address was
>     '[EMAIL PROTECTED]'. Subject 't2 (oe) no TLS', ..., Protocol:
>     SMTP, Server Response: '451
>     http://www.spamhaus.org/query/bl?ip=24.215.164.197', Port: 25,
>     Secure(SSL): No, Server Error: 451, Error Number: 0x800CCC79
> 
> so I went back to the plain sbl.spamhaus.org default which works
> (although I think I'm seeing some spam I had not been seeing on this
> server)..

Ray,

Looks like you have a DNS configuration error:

$ host -t MX webaddress.com
webaddress.com is an alias for dmhosting.g.ysm.yahoo.com.

This command should return:
webaddress.com mail is handled by 10 dmhosting.g.ysm.yahoo.com.

[EMAIL PROTECTED] ~]$ dig webaddress.com MX

; <<>> DiG 9.3.3rc2 <<>> webaddress.com MX
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63533
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;webaddress.com.                        IN      MX

;; ANSWER SECTION:
webaddress.com.         3545    IN      CNAME   dmhosting.g.ysm.yahoo.com.

;; AUTHORITY SECTION:
g.ysm.yahoo.com.        5       IN      SOA     glb-1.sjc.yahoo.com.
hostmaster.glb-1.sjc.yahoo.com. 564 10800 3600 604800 60

;; Query time: 29 msec
;; SERVER: 192.168.70.1#53(192.168.70.1)
;; WHEN: Tue Feb  6 08:34:27 2007
;; MSG SIZE  rcvd: 125

You don't have an MX record defined for webaddress.com.

-- 
-Eric 'shubes'

---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to