Koozali.org: home of the SME Server

Bounced Email Help

Offline kyleDDN

  • 1
  • +0/-0
Bounced Email Help
« on: May 12, 2011, 04:57:50 PM »
Hi, thanks in advance for any assistance. Currently running SME Server 7.5.1.

I'm new to SME Server and I'm unable to figure out this problem.  We have an individual from an outside host who is trying to email one of our users but his messages are continually being bounced.  Upon viewing the log file I see the following:

2011-05-11 11:07:31.587796500 8598 dispatching RCPT TO:<user@mycompany.com>
2011-05-11 11:07:31.592947500 8598 logging::logterse plugin (deny): ` 72.167.180.17   host.secureserver.net   <user@outsidecompany.net>      dnsbl   903   GoDaddy - EID-1001 - Continued hosting of spam/hate sites, ignoring abuse, not enforcing terms of service / acceptable use policy   msg denied before queued
2011-05-11 11:07:31.592953500 8598 delivery denied (GoDaddy - EID-1001 - Continued hosting of spam/hate sites, ignoring abuse, not enforcing terms of service / acceptable use policy)
2011-05-11 11:07:31.592976500 8598 550 GoDaddy - EID-1001 - Continued hosting of spam/hate sites, ignoring abuse, not enforcing terms of service / acceptable use policy
2011-05-11 11:07:31.592980500 8598 click, disconnecting

Now, I have added the outside users email and email host to "qpsmtpd whitelistsenders" and "spamassassin whitelist_from", however, messages sent to my user are still being bounced with the same error. 

Can anyone tell me what I am missing?

Sincerely appreciate any help.

Thanks!
« Last Edit: May 12, 2011, 05:03:37 PM by kyleDDN »

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Bounced Email Help
« Reply #1 on: May 12, 2011, 06:44:40 PM »
The remote host that is trying to deliver the mail to you seems to have a bad reputation:
2011-05-11 11:07:31.592947500 8598 logging::logterse plugin (deny): ` 72.167.180.17   host.secureserver.net   <user@outsidecompany.net>      dnsbl   903   GoDaddy - EID-1001 - Continued hosting of spam/hate sites, ignoring abuse, not enforcing terms of service / acceptable use policy   msg denied before queued

Now, I have added the outside users email and email host to "qpsmtpd whitelistsenders" and "spamassassin whitelist_from", however, messages sent to my user are still being bounced with the same error. 
That will not work as the message is denied before being even received on your system, so there is nothing to whitelist.

You should try and figure out which RBL this domain is on and remove that one from the list as defined in the internal configuration database. It should be defined in as RBLList of the qpsmtpd key in the configuration database, which you can see using the following command:
Code: [Select]
db configuration getprop qpsmtpd RBLListCan you show us the output of the above command?

Here is another complaint and explaining on it:
http://www.ozzu.com/hosting-forum/godaddy-mail-servers-blocked-ahbl-org-t104571.html

Edit: fixed URL
« Last Edit: May 12, 2011, 09:15:51 PM by cactus »
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Bounced Email Help
« Reply #2 on: May 12, 2011, 09:07:20 PM »
You should try and figure out which RBL this domain is on

Most likely ahlb.org. secureserver.net appears there, with the same reason text.

http://www.ahbl.org/lktool

Quote
Here is another complaint and explaining on it:
http://www.ozzu.com/hosting-forum/godaddy-mail-servers-blocked-ahbl-org-t104571.htm

That URL appears to be 404.

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Bounced Email Help
« Reply #3 on: May 12, 2011, 09:15:07 PM »
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)