Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-03-28, 18:58:21

Author Topic: spamdyke working properly KloxoMR 201401****  (Read 24338 times)

0 Members and 1 Guest are viewing this topic.

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: spamdyke working properly KloxoMR 201401****
« Reply #15 on: 2014-01-23, 15:21:10 »
1.  yes, that is needed for smtp-ssl ONLY

2.  Since everytime you make a change in KloxoMR panel to spamdyke configuration (add blacklist, rbldns) it changes the entire spamdyke.conf. I added ' --log-level=info' to submission and smtp so I could log what spamdyke was doing (by default logging is off).
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: spamdyke working properly KloxoMR 201401****
« Reply #16 on: 2014-01-25, 04:32:31 »
newest update, qmail. 35 - DKIM working, smtp-ssl working.

;)

Everything is working.
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: spamdyke working properly KloxoMR 201401****
« Reply #17 on: 2014-01-25, 20:20:28 »
It shows:

Quote
update-simscan v0.1 - /var/qmail/bin/simscanmk not found

This file should contain:

Quote
#!/bin/sh
# script to update simscan cdb files
# invoked when clamav, spamassassin are updated
# 03/25/12 shubes - created from qmailctl script

me=${0##*/}
myver=v0.1
bindir=/var/qmail/bin
ctldir=/var/qmail/control
simscanmk=$bindir/simscanmk
simcontrol=$ctldir/simcontrol

if [ -f $simscanmk ]; then
  $simscanmk -g 2>/dev/null
# echo "$me $myver - reloaded $ctldir/simversions.cdb"
  if [ -f $simcontrol ] ; then
    $simscanmk
#   echo "$me $myver - reloaded $simcontrol.cdb"
  else
    echo "$me $myver - $simcontrol not found"
    exit 2
  fi
else
  echo "$me $myver - $simscanmk not found"
  exit 1
fi

exit 0

Now Mustafa should fix removing of DNS entries and changing document root ! This is really urgent !
« Last Edit: 2014-01-25, 20:34:20 by Spacedust »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: spamdyke working properly KloxoMR 201401****
« Reply #18 on: 2014-01-26, 08:35:40 »
What about reinstall simscan with 'yum simscan-toaster'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: spamdyke working properly KloxoMR 201401****
« Reply #19 on: 2014-01-26, 14:11:28 »
I had no issue with simscan.  All is working now.
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: spamdyke working properly KloxoMR 201401****
« Reply #20 on: 2014-02-04, 18:41:49 »
I had to disable checking RevDNS and MX it stopped valid e-mails like PayPal from being delivered !

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: spamdyke working properly KloxoMR 201401****
« Reply #21 on: 2014-02-04, 21:46:51 »
@spacedust, I can't confirm this.  if it is really PayPal, and not a scammer, rdns is set properly from PayPal.  This is from my logs yesterday

Feb  2 07:38:18 server smtp: 1391344698.002655 8530 < RCPT TO
:<sales@.com>?
Feb  2 07:38:18 server spamdyke[8530]: DENIED_GRAYLISTED from
: service@paypal.com to: sales@.com origin_ip:
 173.0.84.226 origin_rdns: mx1.slc.paypal.com auth: (unknown) en
cryption: (none) reason: (empty)
Feb  2 07:38:18 server smtp: 1391344698.003633 8530 > 421 You
r address has been graylisted. Try again later.?

then, as any legitimate mail server would do, it tried again and mail was delivered

Feb  2 07:44:19 server smtp: 1391345059.468122 CHKUSER accept
ed sender: from <service@paypal.com::> remote <mx0.slc.paypal.co
m:unknown:173.0.84.227> rcpt <> : sender accepted

Sender accepted.  Mail was delivered.

Spamdyke rdns appears, from my logs, to work very well.
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: spamdyke working properly KloxoMR 201401****
« Reply #22 on: 2014-02-04, 21:58:50 »
@spacedust, I can't confirm this.  if it is really PayPal, and not a scammer, rdns is set properly from PayPal.  This is from my logs yesterday

Feb  2 07:38:18 server smtp: 1391344698.002655 8530 < RCPT TO
:<sales@.com>?
Feb  2 07:38:18 server spamdyke[8530]: DENIED_GRAYLISTED from
: service@paypal.com to: sales@.com origin_ip:
 173.0.84.226 origin_rdns: mx1.slc.paypal.com auth: (unknown) en
cryption: (none) reason: (empty)
Feb  2 07:38:18 server smtp: 1391344698.003633 8530 > 421 You
r address has been graylisted. Try again later.?

then, as any legitimate mail server would do, it tried again and mail was delivered

Feb  2 07:44:19 server smtp: 1391345059.468122 CHKUSER accept
ed sender: from <service@paypal.com::> remote <mx0.slc.paypal.co
m:unknown:173.0.84.227> rcpt <> : sender accepted

Sender accepted.  Mail was delivered.

Spamdyke rdns appears, from my logs, to work very well.

Yes, but mails are delayed about 1 day and that's not acceptable.

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: spamdyke working properly KloxoMR 201401****
« Reply #23 on: 2014-02-04, 22:40:28 »
1 day?  5 minutes.  Look at my log times.  that's only because I have graylisting enabled.   Turn off graylisting in spamdyke configuration in panel, then there won't even be the initial delay.

This is not a MX or rDNS issue.  Spamdyke does the reverse lookups without any problems.  If you are getting refused due to rDNS from PayPal someone is scamming.  PayPal and any legitimate company will have these records set. 
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: spamdyke working properly KloxoMR 201401****
« Reply #24 on: 2014-02-05, 22:36:15 »
1 day?  5 minutes.  Look at my log times.  that's only because I have graylisting enabled.   Turn off graylisting in spamdyke configuration in panel, then there won't even be the initial delay.

This is not a MX or rDNS issue.  Spamdyke does the reverse lookups without any problems.  If you are getting refused due to rDNS from PayPal someone is scamming.  PayPal and any legitimate company will have these records set. 

No, no, no !!! It was not a scam. I've specially made a payment request between my Paypal account and you know what - it didn't arrived...

That was valid PayPal e-mail and they 100% have a working MX and correct RevDNS.

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: spamdyke working properly KloxoMR 201401****
« Reply #25 on: 2014-02-06, 20:41:06 »
It blocked spammers anyway so other spamdyke check works fine. Only MX and RevDNS does not work ok so they need to be disabled.

"Feb  6 20:39:11 onlinecity pop3: 1391715551.245554 tcpserver: end 18540 status 256
Feb  6 20:39:11 onlinecity pop3: 1391715551.245573 tcpserver: status: 0/200
Feb  6 20:39:12 onlinecity smtp: 1391715552.203370 18527 < MAIL FROM:<>?
Feb  6 20:39:12 onlinecity smtp: 1391715552.203639 18527 > 250 Refused. Your reverse DNS entry does not resolve.?
Feb  6 20:39:13 onlinecity smtp: 1391715553.125934 18527 < RCPT TO:<anna.xxx@xxx.pl>?
Feb  6 20:39:13 onlinecity smtp: 1391715553.126437 18527 > 421 Refused. Your reverse DNS entry does not resolve.?"

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: spamdyke working properly KloxoMR 201401****
« Reply #26 on: 2014-02-06, 20:58:04 »
@spacedust - vim /etc/spamdyke.conf and set log-level to verbose.

I am not getting the reverse DNS issues.  My installation is performing as it should.
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: spamdyke working properly KloxoMR 201401****
« Reply #27 on: 2014-02-07, 12:53:03 »
Seems to be working now. PayPal e-mails are getting ok.

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: spamdyke working properly KloxoMR 201401****
« Reply #28 on: 2014-02-11, 18:24:59 »
I have to disable all 4 checks, because we've got customers with RevDNS like this:

host-81-123-34-123.szczecin.mm.pl

Which is ok, but spamdyke refuses mails from such customers which is wrong !

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: spamdyke working properly KloxoMR 201401****
« Reply #29 on: 2014-02-12, 04:03:43 »
All four?  You should only have to disable the reverse DNS contains IP check.
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo
Click Here

Page created in 0.059 seconds with 18 queries.

web stats analysis