Koozali.org: home of the SME Server

SME 7.1.3 Qmail FQDN problem causing SPAM listing in CBL

kangkc

SME 7.1.3 Qmail FQDN problem causing SPAM listing in CBL
« on: June 12, 2007, 05:42:53 PM »
Need some urgent advise as our public IP has been listed as SPAM source in cbl.abuseat.org resulting in mails being rejected in many recipients.

According to http://cbl.abuseat.org/qmailhelp.html on possible problem in Qmail configuration. I have found that both in /var/qmail/control/helohost and /var/qmail/control/me, the domain name is used instead of the FQDN of the SME server. This matches what is being described in the CBL possible cause.

Is there a quick fix for this? I would expect lots of you who are on 7.1.3 will have the same problem and get blacklisted in CBL.

Please help....

Offline dmay

  • *
  • 450
  • +0/-0
    • http://myezserver.com
Re: SME 7.1.3 Qmail FQDN problem causing SPAM listing in CBL
« Reply #1 on: June 12, 2007, 11:04:53 PM »
SMTP is handled by qpsmtpd. The FQDN is used via this templated config file:

# cat /var/service/qpsmtpd/config/smtpgreeting

Verify by issuing:

# telnet localhost 25

Darrell

Offline byte

  • *
  • 2,183
  • +2/-0
SME 7.1.3 Qmail FQDN problem causing SPAM listing in CBL
« Reply #2 on: June 12, 2007, 11:24:37 PM »
Or just do this...

config setprop smtpd Greeting 'Whatever you would like'
signal-event email-update

/var/service/qpsmtpd/config/smtpgreeting should contain your greeting

Then to check it out type...

telnet localhost smtp
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: SME 7.1.3 Qmail FQDN problem causing SPAM listing in CBL
« Reply #3 on: June 13, 2007, 04:45:54 AM »
Quote from: "kangkc"
Need some urgent advise as our public IP has been listed as SPAM source in cbl.abuseat.org ...


You should attempt to find out exactly why rather than speculating.

Quote

According to http://cbl.abuseat.org/qmailhelp.html on possible problem in Qmail configuration. I have found that both in /var/qmail/control/helohost and /var/qmail/control/me, the domain name is used instead of the FQDN of the SME server. This matches what is being described in the CBL possible cause.


Not by my reading of it. The domain name of your server should be neither a "generic" name, nor a bare hostname.

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: SME 7.1.3 Qmail FQDN problem causing SPAM listing in CBL
« Reply #4 on: June 13, 2007, 11:56:13 PM »
Quote from: "CharlieBrady"
Quote from: "kangkc"
Need some urgent advise as our public IP has been listed as SPAM source in cbl.abuseat.org ...


You should attempt to find out exactly why rather than speculating.


Send them email and ask. They say they will answer email promptly.