Re: [qmailtoaster] Spamdyke and Spamcop - blacklisting

2024-03-22 Thread Gary Bowling
Yes, I'm an old guy, so I know it's been around since the 90s. But not in as widespread use by "companies" as it is today. Many companies in the 90s had onsite microsoft mail servers, or sun/unix/linux mail servers  and a lot of the shared hosting was

Re: [qmailtoaster] Spamdyke and Spamcop

2024-03-22 Thread Leonardo
I had the same problem with office/outlook senders. I had to whitelist a big prefix (40.107.0.0/16) in /etc/spamdyke/whitelist_ip file, because I had tried whitelist_senders before and it wont work. Regards Em

Re: [qmailtoaster] Spamdyke and Spamcop - blacklisting

2024-03-22 Thread William Silverstein
On Fri, March 22, 2024 4:40 am, Gary Bowling wrote: > > > > > In the spamdyke config, the default is to use spamcop for > blacklisting. I've had a lot of trouble recently with spamcop. They > keep adding the outlook.com servers to their database. Which means > every company that

Re: [qmailtoaster] spamdyke spf block - whitelist not working

2023-07-24 Thread Leonardo Porto
No worry. I tried the exact senders address instead the domain but apparently did not work, I will give a try on @domain and the dnswl.org whitelist. Em 24/07/2023 10:49, Eric Broch escreveu: Sorry, This is what I meant (below). You can use a domain name instead of IP to white list. If I

Re: [qmailtoaster] spamdyke spf block - whitelist not working

2023-07-24 Thread Eric Broch
Sorry, This is what I meant (below). You can use a domain name instead of IP to white list. If I remember correctly and entry would be @somedomain.com. Whitelisting Senders and Recipients |recipient-whitelist-entry| |recipient-whitelist-file| |sender-whitelist-entry|

Re: [qmailtoaster] spamdyke spf block - whitelist not working

2023-07-24 Thread Leonardo Porto
Hi Eric, Here is my spamdyke.conf: dns-blacklist-entry=b.barracudacentral.org dns-blacklist-entry=bl.spamcop.net dns-blacklist-entry=dnsbl.spfbl.net graylist-dir=/var/spamdyke/graylist graylist-level=none graylist-max-secs=2678400 graylist-min-secs=180 greeting-delay-secs=6

Re: [qmailtoaster] spamdyke spf block - whitelist not working

2023-07-24 Thread Eric Broch
Leonardo, Did you see the option to block DNS? Or did you try this? DNS Whitelists |dns-whitelist-entry| |dns-whitelist-file| |rhs-whitelist-entry| |rhs-whitelist-file| spamdyke has the ability to consult DNS whitelists and allow connections from hosts or senders who

Re: [qmailtoaster] Spamdyke RDNS Whitelist

2023-01-05 Thread Gary Bowling
So it's the same as for addresses. Ok, I'll give that a try. Thanks as always! Gary On 1/5/2023 3:15 PM, Eric Broch wrote: I think it would be @domain1.com @domain2.com @domain3.com

Re: [qmailtoaster] Spamdyke RDNS Whitelist

2023-01-05 Thread Remo
Hi this is what I have on mine more whitelist_rdns *.jpmio.com *@etrade.com @webmain5.rm.ht — Ciao, Remo > On Thursday, Jan 05, 2023 at 12:15, Eric Broch (mailto:ebr...@whitehorsetc.com)> wrote: > > I think it would be > > @domain1.com > @domain2.com > @domain3.com > > > > > On 1/5/2023 12:41

Re: [qmailtoaster] Spamdyke RDNS Whitelist

2023-01-05 Thread Eric Broch
I think it would be @domain1.com @domain2.com @domain3.com On 1/5/2023 12:41 PM, Gary Bowling wrote: I thought the syntax for whitelisting RDNS via a file was to make a file with entries as follows: .domain1.com .domain2.com .domain3.com and that would whitelist anything ending in

Re: [qmailtoaster] Spamdyke RDNS Question

2021-07-16 Thread Gary Bowling
Thanks, that's what I did. There clearly is something I don't understand about how denying reverse DNS works. I whitelisted the IP and not the domain. My logic is. Someone from anywhere could try to fake the "domain" so whitelisting that might

Re: [qmailtoaster] Spamdyke RDNS Question

2021-07-16 Thread Eric Broch
whitelist it in spamdyke On 7/16/2021 8:28 AM, Gary Bowling wrote: I have an issue with mail getting rejected from a specific domain. It's getting rejected due to Spamdyke and RDNS. Here's the line out of the log. Jul 16 09:02:41 vm1 spamdyke[32358]: DENIED_RDNS_RESOLVE from:

Re: [qmailtoaster] spamdyke and spamassassin

2020-05-27 Thread ChandranManikandan
Hi Eric, My Spamassassin config below ok_locales all skip_rbl_checks 0 required_hits 5.0 report_safe 0 #rewrite_header Subject [SPAM] use_pyzor 0 ok_languages all use_auto_whitelist 0 use_bayes 1 use_bayes_rules 1 bayes_auto_learn 1 use_razor2 0 use_dcc 0 #Spamassassin config #Spamzen

Re: [qmailtoaster] spamdyke and spamassassin

2020-05-27 Thread Eric Broch
It looks like spamdyke and spamassassin are in place and working. Have you tried using bayes with spamassassin? On 5/26/2020 11:17 PM, ChandranManikandan wrote: Hi Eric, I have given details below as per your advise. Incoming Email headers below *Received: by simscan 1.4.0 ppid: 27966, pid:

Re: [qmailtoaster] spamdyke and spamassassin

2020-05-26 Thread ChandranManikandan
Hi Eric, I have given details below as per your advise. Incoming Email headers below *Received: by simscan 1.4.0 ppid: 27966, pid: 27969, t: 0.4328s scanners: attach: 1.4.0 clamav: 0.102.2/m:59/d:25824 spam: 3.4.2X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on

Re: [qmailtoaster] spamdyke and spamassassin

2020-05-26 Thread Eric Broch
Do you have the following in your email headers Received: by simscan 1.4.0 ppid: 7614, pid: 7616, t: 0.7769s scanners: attach: 1.4.0 clamav: 0.102.2/m:59/d:25812 spam: 3.4.2 Run commands # cat /var/log/maillog | grep spamdyke and # cat /var/qmail/supervise/smtp/run To see if

Re: [qmailtoaster] spamdyke rejecting all incoming messages

2016-10-28 Thread Eric
Yes, upgrade, but look in the clam log as well. I'd be interested to see if any errors showed up in the clam log...if it were my server. If upgrade doesn't help looking in the logs could be helpful in determining the issue. On 10/27/2016 8:16 PM, Kelly Cobean wrote: This test worked..with

Re: [qmailtoaster] spamdyke rejecting all incoming messages

2016-10-27 Thread Kelly Cobean
This test worked..with clamav turned off, mail is flowing normally. So you recommend doing as you suggested earlier regarding upgrading clamav? On Thu, Oct 27, 2016 at 9:33 PM, Eric wrote: > You can turn ClamAV off in /var/qmail/control/simcontrol > just to quickly

Re: [qmailtoaster] spamdyke rejecting all incoming messages

2016-10-27 Thread Eric
You can turn ClamAV off in /var/qmail/control/simcontrol just to quickly eliminate, or verify, the problem: From: :clam=yes,spam=yes,spam_hits=12,attach=.mp3:.src:.bat:.pif To: :clam=no,spam=yes,spam_hits=12,attach=.mp3:.src:.bat:.pif # qmailctl cdb # qmailctl stop # qmailctl start On

Re: [qmailtoaster] spamdyke rejecting all incoming messages

2016-10-27 Thread Eric
I'd also look in /var/log/messages, /var/log/maillog (remember corresponding times). You could try updating ClamAV as well, one version at a time, from old ClamAV versions in this folder: ftp://ftp.qmailtoaster.com/pub/repo/qmt/CentOS/5/current/x86_64/old/ to the newest stable ClamAV

Re: [qmailtoaster] spamdyke rejecting all incoming messages

2016-10-27 Thread Eric
I'd look take a look in your clam log. I think /var/log/qmail/clamav/current??? or something like that. Correspond the time of qq soft reject... with the time in the clamav log. On 10/27/2016 7:15 PM, Kelly Cobean wrote: Don't laugh, but: CentOS release 5.11 (Final) [root@www spamdyke]#

Re: [qmailtoaster] spamdyke rejecting all incoming messages

2016-10-27 Thread Kelly Cobean
Don't laugh, but: CentOS release 5.11 (Final) [root@www spamdyke]# freshclam ClamAV update process started at Thu Oct 27 21:15:12 2016 WARNING: Your ClamAV installation is OUTDATED! WARNING: Local version: 0.97.5 Recommended version: 0.99.2 DON'T PANIC! Read http://www.clamav.net/support/faq

Re: [qmailtoaster] spamdyke rejecting all incoming messages

2016-10-27 Thread Eric
What system OS and version are you running? ClamAV? On 10/27/2016 4:48 PM, Kelly Cobean wrote: Hey all, My QMT install has been running for years and admittedly I've done very little maintenance/patching. I still run a few domains with EZ-MLM lists and individual accounts and recently, my

Re: [qmailtoaster] spamdyke rejecting all incoming messages

2016-10-27 Thread Jaime Lerner
Maybe this would be helpful? http://www.itechlounge.net/2015/12/linux-error-receiving-or-sending-email-wi th-qmail-451_mail_server_temporarily_rejected_message_4-3-0/ From: Kelly Cobean Reply-To: Date: Thursday, October 27, 2016 at

Re: [qmailtoaster] spamdyke 5.0.1-0 CentOS 6/7 x86_64

2016-03-07 Thread Eric
Tony, CentOS 5 x86_64 RPM: ftp://ftp.whitehorsetc.com/pub/repo/qmt/CentOS/5/testing/x86_64/spamdyke-5.0.1-0.qt.el5.x86_64.rpm Remember to backup spamdyke.conf beforehand and run the script fixsd.sh (below) at CLI for spamdyke.conf after upgrade. #!/bin/sh sed -i \ -e

Re: [qmailtoaster] spamdyke 5.0.1-0 CentOS 6/7 x86_64

2016-03-06 Thread Tony White
Hi Eirc, Thank you I use x86_64. best wishes Tony White Yea Computing Services http://www.ycs.com.au 4 The Crescent Yea Victoria Australia 3717 Telephone No's VIC : 03 9008 5614 FAX : 03 9008 5610 (FAX2Email) Be aware: All calls to and from YCS landlines and mobiles are recorded

Re: [qmailtoaster] spamdyke 5.0.1-0 CentOS 6/7 x86_64

2016-03-06 Thread Eric
Change the below script and use the full path to spamdyke.conf Change on the last line: 'spamdyke.conf' to '/etc/spamdyke/spamdyke.conf EricB On 3/6/2016 10:22 PM, Eric wrote: #!/bin/sh sed -i \ -e 's/reject-missing-sender-mx/reject-sender=no-mx/g' \ -e

Re: [qmailtoaster] spamdyke 5.0.1-0 CentOS 6/7 x86_64

2016-03-06 Thread Eric
l anew or upgrade? -Original Message- From: Eric [mailto:ebr...@whitehorsetc.com] Sent: Sunday, March 06, 2016 2:49 PM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] spamdyke 5.0.1-0 CentOS 6/7 x86_64 Helmut, Eventually it will be in general release unless you want it there

Re: [qmailtoaster] spamdyke 5.0.1-0 CentOS 6/7 x86_64

2016-03-06 Thread Eric
Tony, I had to take down my CentOS 5 vm for other purposes, so I'll get it up and running tomorrow and have those spamdyke rpms in the tree for you then. i386 or x86_64? EricB On 3/6/2016 9:56 PM, Tony White wrote: Hi Eric, Looks good except I am still on CentOS5. How do I add your repo

Re: [qmailtoaster] spamdyke 5.0.1-0 CentOS 6/7 x86_64

2016-03-06 Thread Eric
r-list@qmailtoaster.com Subject: Re: [qmailtoaster] spamdyke 5.0.1-0 CentOS 6/7 x86_64 Helmut, Eventually it will be in general release unless you want it there sooner, it is in the testing tree presently (per previous posts), though; and I've already implemented 5.0.1-0 on my business production

Re: [qmailtoaster] spamdyke 5.0.1-0 CentOS 6/7 x86_64

2016-03-06 Thread Tony White
Hi Eric, Looks good except I am still on CentOS5. How do I add your repo to my repos please? best wishes Tony White On 7/03/2016 06:09, Eric wrote: I was a bit hasty in my creation of the rpm's as the old spamdyke.conf file should be replaced. I'll get on that and have the rpms up by end

RE: [qmailtoaster] spamdyke 5.0.1-0 CentOS 6/7 x86_64

2016-03-06 Thread Helmut Fritz
Thx Eric. The below helps a lot. Is there a recommended method? Remove and install anew or upgrade? -Original Message- From: Eric [mailto:ebr...@whitehorsetc.com] Sent: Sunday, March 06, 2016 2:49 PM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] spamdyke 5.0.1-0

Re: [qmailtoaster] spamdyke 5.0.1-0 CentOS 6/7 x86_64

2016-03-06 Thread Eric
l this get rolled into the general rpms/release? -Original Message- From: Eric [mailto:ebr...@whitehorsetc.com] Sent: Sunday, March 06, 2016 11:10 AM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] spamdyke 5.0.1-0 CentOS 6/7 x86_64 I was a bit hasty in my creation of the rpm's as th

RE: [qmailtoaster] spamdyke 5.0.1-0 CentOS 6/7 x86_64

2016-03-06 Thread Helmut Fritz
Will this get rolled into the general rpms/release? -Original Message- From: Eric [mailto:ebr...@whitehorsetc.com] Sent: Sunday, March 06, 2016 11:10 AM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] spamdyke 5.0.1-0 CentOS 6/7 x86_64 I was a bit hasty in my creation

Re: [qmailtoaster] spamdyke 5.0.1-0 CentOS 6/7 x86_64

2016-03-06 Thread Eric
I was a bit hasty in my creation of the rpm's as the old spamdyke.conf file should be replaced. I'll get on that and have the rpms up by end of day. On 3/6/2016 9:55 AM, Eric wrote: Be mindful that some of the setting in the old spamdyke.conf will mess with mail delivery. I had to comment

Re: [qmailtoaster] spamdyke 5.0.1-0 CentOS 6/7 x86_64

2016-03-06 Thread Eric
Be mindful that some of the setting in the old spamdyke.conf will mess with mail delivery. I had to comment out 2 lines #local-domains-file=/var/qmail/control/rcpthosts #reject-missing-sender-mx Eric On 3/6/2016 9:32 AM, Eric wrote: CentOS 6: rpm -Uvh

Re: [qmailtoaster] Spamdyke 4 to 5 upgrade question

2016-03-06 Thread Tony White
Hi Eric, Thank you for that I appreciate your effort... The latest version is 5 and has a couple of nice benefits. best wishes Tony White Yea Computing Services http://www.ycs.com.au 4 The Crescent Yea Victoria Australia 3717 Telephone No's VIC : 03 9008 5614 FAX : 03 9008 5610 (FAX2Email)

Re: [qmailtoaster] spamdyke reason LOG

2015-02-09 Thread Ridwan Firmansyah
that's how i do it right now :) , thank's rgds Ridwanfi On 09/02/2015 12:15, Eric Broch wrote: You could go over to mxtoolbox.com and punch in the blacklisted domain and run a blacklist check. This could possibly reveal the BL reporter. On 2/8/2015 8:36 PM, Ridwan Firmansyah wrote: one of

Re: [qmailtoaster] spamdyke reason LOG

2015-02-08 Thread Eric Broch
You could go over to mxtoolbox.com and punch in the blacklisted domain and run a blacklist check. This could possibly reveal the BL reporter. On 2/8/2015 8:36 PM, Ridwan Firmansyah wrote: one of my server with spamdyke installed, did'not show reason what caused incoming connection being

Re: [qmailtoaster] spamdyke logging switch

2014-07-10 Thread Finn Buhelt
Hi Eric. Maybe You should put in a litle remark that users who uses fail2ban (like me ;-)) may have to make some changes to their jail.conf file, due to the changes of logging ? Cheers and thanks for all Your work to make QMT what it is. Finn Den 10-07-2014 00:22, Eric Shubert skrev: In the

Re: [qmailtoaster] spamdyke logging switch

2014-07-10 Thread Finn Buhelt
Hi Eric. Maybe You should put in a litle remark that users who uses fail2ban (like me ;-)) may have to make some changes to their jail.conf file, due to the changes of logging ? Cheers and thanks for all Your work to make QMT what it is. Finn Den 10-07-2014 00:22, Eric Shubert skrev: In the

Re: [qmailtoaster] spamdyke logging switch

2014-07-10 Thread Finn Buhelt
Hi Eric. Maybe You should put in a litle remark that users who uses fail2ban (like me ;-)) may have to make some changes to their jail.conf file, due to the changes of logging ? Cheers and thanks for all Your work to make QMT what it is. Finn Den 10-07-2014 00:22, Eric Shubert skrev: In the

Re: [qmailtoaster] Spamdyke Statistics error

2012-12-19 Thread Brent Gardner
On 12/19/2012 12:56 AM, Giuseppe Perna wrote: Hello, thanks for you replay. @400050d172131ddcbcbc tcpserver: ok 8032 mail.server.it:192.168.xx.xx:25 :176.28.51.172::44551 @400050d17214148dbddc tcpserver: status: 26/100 @400050d17214148dc5ac tcpserver: pid 8033 from 88.135.xx.xx

Re: [qmailtoaster] Spamdyke Statistics error

2012-12-19 Thread Giuseppe Perna
thank for you replay, my version spamdyke is : spamdyke 3.1.8+TLS not support log-level=verbose log-target=stderr please help me thanks 2012/12/19 Brent Gardner bgardnermailingli...@gmail.com: On 12/19/2012 12:56 AM, Giuseppe Perna wrote: Hello, thanks for you replay.

Re: [qmailtoaster] Spamdyke Statistics error

2012-12-19 Thread Brent Gardner
On 12/19/2012 10:21 AM, Giuseppe Perna wrote: thank for you replay, my version spamdyke is : spamdyke 3.1.8+TLS not support log-level=verbose log-target=stderr please help me thanks You should probably upgrade Spamdyke. Version 4.3.1 is available. Brent Gardner

Re: [qmailtoaster] Spamdyke Statistics error

2012-12-18 Thread Brent Gardner
On 12/17/2012 06:43 AM, Giuseppe Perna wrote: Hi all, I enabled statistics according to these directions, http://wiki.qmailtoaster.com/index.php/Spamdyke#Statistics but when I run the command cat / var / log / qmail / smtp / current | / usr / share / QMT / scripts / spamdyke-stats I get this

Re: [qmailtoaster] Spamdyke Statistics error

2012-12-18 Thread Giuseppe Perna
Hello, thanks for you replay. @400050d172131ddcbcbc tcpserver: ok 8032 mail.server.it:192.168.xx.xx:25 :176.28.51.172::44551 @400050d17214148dbddc tcpserver: status: 26/100 @400050d17214148dc5ac tcpserver: pid 8033 from 88.135.xx.xx @400050d17214148dc5ac tcpserver: ok 8033

Re: [qmailtoaster] spamdyke configuration

2012-11-27 Thread Alessio Cecchi
Il 27/11/2012 15:07, Giuseppe Perna ha scritto: Hi all, I would like to decrease the sensitivity and spam filter because, in my opinion, it blocks too much email. You think about what parameters I need to change? Below the configuration of spamdyke, the reports of blocked email configure

Re: [qmailtoaster] spamdyke configuration

2012-11-27 Thread Giuseppe Perna
Thanks Alessio, my problem is this many italian ISP (Libero, Fastweb, TelecomItalia) are often in this list. What are your dns-blacklist-entry? you're just using zen.spamhaus.org? thanks 2012/11/27 Alessio Cecchi ales...@skye.it: Il 27/11/2012 15:07, Giuseppe Perna ha scritto: Hi all, I

Re: [qmailtoaster] spamdyke configuration

2012-11-27 Thread Aleksander Podsiadły
Dnia 2012-11-27, wto o godzinie 16:18 +0100, Alessio Cecchi pisze: Remove bl.spamcop.net, many italian ISP (Libero, Fastweb, TelecomItalia) are often in this list. Don't do it. It's not the problem to remove from this list a proper configured mail server. You can add:

Re: [qmailtoaster] spamdyke - spamassassin

2012-11-18 Thread Maxwell Smart
On 11/18/2012 02:16 AM, Giuseppe Perna wrote: Good morning to all, I read a lot of documentation on spamdyke and spamassassin but I did not understand a few things: I'll post my understanding which is by no means gospel. 1) I have installed on my system (qnmailtoaster up date ) spamdyke from

Re: [qmailtoaster] Spamdyke

2012-10-29 Thread David Good
On 10/29/2012 12:38 PM, Dave MacDonald wrote: Hi List for testing, how do I disable spamdyke? http://wiki.qmailtoaster.com/index.php/Spamdyke - To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com For

Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Dave MacDonald
Thanks for the reply. My problem is now my mail queue willnot send, remote queue currently 88 an going up tried qmHandle -a waited a bit, the qmHandle -l, still more not going out. This is a complete rebuild, using Centos ISO, all yum and qtp-menu updates, re-added all domains and users, tested

Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Cecil Yother, Jr.
On 10/29/2012 11:19 AM, Dave MacDonald wrote: Thanks for the reply. My problem is now my mail queue willnot send, remote queue currently 88 an going up triedqmHandle -a waited a bit, theqmHandle -l, still more not going

Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Aleksander Podsiadły
Dnia 2012-10-29, pon o godzinie 10:38 -0700, Dave MacDonald pisze: for testing, how do I disable spamdyke? Go to the directory: /var/qmail/supervise/smtp and change the symbolic link run from run.spamdyke to run.dist. -- Pozdrawiam/Regards, mgr inż. Aleksander Podsiadły st. informatyk gminy

Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Dave MacDonald
Standard as setup with qmail iso, will drop firewall to test, and restarted queue am I doing the correct command to restart queue? qmHandle -a Thanks all On Mon, Oct 29, 2012 at 11:32 AM, Cecil Yother, Jr. c...@yother.com wrote: On 10/29/2012 11:19 AM, Dave MacDonald wrote: Thanks for

Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Dave MacDonald
Okay, now remote mail staying at 88, but not going out, firewall is down . qmHandle -l Messages in local queue: 0 Messages in remote queue: 88 Thanks On Mon, Oct 29, 2012 at 11:36 AM, Dave MacDonald dmacd6...@gmail.comwrote: Standard as setup with qmail iso, will drop firewall to test, and

Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Kalil Costa
Hey, troubleshootingsee the logs os SMTP , antispam and clamavsometimes spamassassin may have a problem and lock the queue. Check your DNS too Cecil Yother, Jr. c...@yother.com escreveu: On 10/29/2012 11:19 AM, Dave MacDonald wrote: Thanks for the reply. My problem is now my

Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Dave MacDonald
smtp logs show lots of qq write error or disk full Dying due to write operation error (disk full?). but df -h show 134Gb free On Mon, Oct 29, 2012 at 12:03 PM, Kalil Costa ka...@brasilsite.com.brwrote: Hey, troubleshootingsee the logs os SMTP , antispam and clamavsometimes

Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Dave MacDonald
Also client getting error 451 qq trouble creating files in queue ( #4.3.0 )

Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Dave MacDonald
this is gonna cost me my job, anyone do email hosting?

Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Postmaster
Please post /var/qmail/queue permissions here On 29/10/2012 20:24, Dave MacDonald wrote: Also client getting error 451 qq trouble creating files in queue ( #4.3.0 )

Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Kalil Costa
Copy and paste these errors for us Dave MacDonald dmacd6...@gmail.com escreveu: smtp logs show lots of qq write error or disk full Dying due to write operation error (disk full?). but df -h show 134Gb free On Mon, Oct 29, 2012 at 12:03 PM, Kalil Costa ka...@brasilsite.com.brwrote: Hey,

Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Dave MacDonald
@4000508eda9f3977dc54 tcpserver: end 5233 status 0 @4000508eda9f3977e424 tcpserver: status: 10/100 @4000508edaa01b6a5d2c tcpserver: end 5253 status 0 @4000508edaa01b6a9f94 tcpserver: status: 9/100 @4000508edaa01db73f14 qmail-dk:[5239]: Dying due to write operation error (disk

Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Kalil Costa
See permission in var queue and user maildir. Dave MacDonald dmacd6...@gmail.com escreveu: @4000508eda9f3977dc54 tcpserver: end 5233 status 0 @4000508eda9f3977e424 tcpserver: status: 10/100 @4000508edaa01b6a5d2c tcpserver: end 5253 status 0 @4000508edaa01b6a9f94 tcpserver:

Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Dave MacDonald
See permission in var queue and user maildir /var/queue 777 qmail:qmails Maildir 700 vchkpw:vpopmail 700 Thanks

Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Postmaster
Are you sure this is the correct queue folder? Normally queue is in /var/qmail with the following permissions: drwxr-x--- 11 qmailq qmail 4096 Apr 22 2012 queue By the way, the maildir is: -rw--- 1 vpopmail vchkpw On 29/10/2012 20:55, Dave MacDonald wrote: See permission in var queue

Fwd: Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Postmaster
The permission in /var/qmail/queue look alright to me Check /var/qmail/bin/ permissions: lrwxrwxrwx 1 root root 16 Apr 1 20:22 qmail-queue -qmail-queue.orig -rws--x--x 1 qmailq qmail 24776 Mar 29 10:19 qmail-queue.orig Check the user/group id problem please. Vpopmail -89 vchkuser - 89

Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Dave MacDonald
Sorry typo: it is /var/qmail/ and I reset to 777 to test And Maildirs are: drwx-- 9 vpopmail vchkpw Thanks On Mon, Oct 29, 2012 at 1:00 PM, Postmaster postmas...@seawise-chartering.co.uk wrote: Are you sure this is the correct queue folder? Normally queue is in /var/qmail with the

Re: [qmailtoaster] spamdyke-stats.pl giving zero's again

2012-08-25 Thread Aleksander Podsiadły
Dnia 2012-08-26, nie o godzinie 02:24 +1000, Tony White pisze: This happened after the last update using qtp-newmodel. 8-- cd /var/qmail/supervise/smtp rm run ln -s run.spamdyke run.spamdyke service qmail restart 8-- EOT -- Pozdrawiam/Regards, mgr inż. Aleksander Podsiadły st. informatyk gminy

Re: [qmailtoaster] spamdyke-stats.pl giving zero's again

2012-08-25 Thread Aleksander Podsiadły
Dnia 2012-08-25, sob o godzinie 19:11 +0200, Aleksander Podsiadły pisze: ln -s run.spamdyke run.spamdyke My mistake: ln -s run.spamdyke run sorry! -- Pozdrawiam/Regards, mgr inż. Aleksander Podsiadły st. informatyk gminy Urząd Gminy w Mniowie ul. Centralna 9 26-080 Mniów tel: +48 413737002

Re: [qmailtoaster] Spamdyke-Stats-Report script no longer working

2012-03-07 Thread Brent Gardner
On 03/06/2012 08:25 PM, Tony White wrote: Hello again, Thanks to Eric and to Brent but neither seem to be the issue. I have updated spamdyke and check the script at the command line and still only gets zeros for results! Also no errors reported at the command line. Do you run the script as

Re: [qmailtoaster] Spamdyke-Stats-Report script no longer working

2012-03-06 Thread Brent Gardner
On 03/06/2012 01:58 PM, Tony White wrote: Hello all, Since the last qtp-newmodel the spamdyke report generator only reports zeros. I have looked through the list but can only find a few comments on historical reasons. I am sure I made no changes to the server that might have caused this

Re: [qmailtoaster] Spamdyke-Stats-Report script no longer working

2012-03-06 Thread Tony White
Hello again, Thanks to Eric and to Brent but neither seem to be the issue. I have updated spamdyke and check the script at the command line and still only gets zeros for results! Also no errors reported at the command line. I have noticed getting more spam through since the update though!

Re: [qmailtoaster] Spamdyke-Stats-Report script no longer working

2011-12-16 Thread Brent Gardner
Casey Price wrote: I'm having a problems on one of my toasters...just updated with qtp-newmodel and now I'm having trouble with the Spamdyke-Stats-Report.pl script. It runs without error, but the email that it sends out an email without any stats: Summary

Re: [qmailtoaster] Spamdyke-Stats-Report script no longer working

2011-12-16 Thread Brent Gardner
Brent Gardner wrote: Casey Price wrote: I'm having a problems on one of my toasters...just updated with qtp-newmodel and now I'm having trouble with the Spamdyke-Stats-Report.pl script. It runs without error, but the email that it sends out an email without any stats:

Re: [qmailtoaster] Spamdyke-Stats-Report script no longer working

2011-12-16 Thread Casey Price
Thanks Brent. Looks like its working now. Not exactly sure what it was I did that fixed it...but somewhere along the lines of rebuilding all the QMT packages and reinstalling Perl modules seems to have done the trick. Casey Price Smile Global Technical Support Submit or check trouble tickets

Re: [qmailtoaster] spamdyke

2011-11-30 Thread Dave
sorry path should read: /opt/spamdyke/etc/spamdyke.conf On 11/30/2011 9:11 AM, Dave wrote: Any one have good settings for spamdyke, ( /etc/spamdyke.conf) Should I also greylist our own domains, if so how. Thanks Dave M

Re: [qmailtoaster] Spamdyke and smtp backup (in MX)

2011-07-10 Thread Constantin IOAJA
On 11.07.2011 00:25, Carlos Herrera Polo wrote: We need a second MX register en our domain, for smtp backup server In the first server (mx 10) we have qmailtoasker with spamdyke (graylisting, rDNS check, etc). In the second (mx 20) we have qmailtoaster without spamdyke. It forward

Re: [qmailtoaster] Spamdyke install problem

2011-04-20 Thread Scott Hughes
Jeremy, Please run qtp-whatami and post the output. Also, how does the install end? Does it lock up? Does it end with a message of some type? I assume you have rebooted and then tried to install it again? Thanks, Scott On Apr 20, 2011, at 8:01 PM, Jeremy Towne jto...@turtlehut.com wrote:

Re: [qmailtoaster] Spamdyke install problem

2011-04-20 Thread Jeremy Towne
Here is the qtp-whatami qtp-whatami v0.3.7 Wed Apr 20 21:35:28 EDT 2011 DISTRO=CentOS OSVER=4.9 QTARCH=i686 QTKERN=2.6.9-34.EL BUILD_DIST=cnt40 BUILD_DIR=/usr/src/redhat This machine's OS is supported and has been tested I have stopped the install because I am shelled in with my laptop and

RE: [qmailtoaster] Spamdyke Question

2011-04-19 Thread Scott Hughes
To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] Spamdyke Question Spamdyke not score email... Only accept or deny the smtp conection 2011/4/18, Scott Hughes sc...@renshawauto.net: If I have a domain listed in Spamdyke's whitelist_senders, why do at least some of the emails

RE: [qmailtoaster] Spamdyke Question

2011-04-19 Thread Scott Hughes
of the Spamassassin scrore? Thanks, Scott -Original Message- From: Scott Hughes [mailto:sc...@renshawauto.net] Sent: Tuesday, April 19, 2011 11:13 AM To: qmailtoaster-list@qmailtoaster.com Subject: RE: [qmailtoaster] Spamdyke Question All, What I mean is that something gives the email

Re: [qmailtoaster] Spamdyke Question

2011-04-18 Thread Carlos Herrera Polo
Spamdyke not score email... Only accept or deny the smtp conection 2011/4/18, Scott Hughes sc...@renshawauto.net: If I have a domain listed in Spamdyke's whitelist_senders, why do at least some of the emails get such a high score? Here is an example that I see a lot of:

Re: [qmailtoaster] Spamdyke Question

2011-04-18 Thread Scott Hughes
Thanks Carlos. So what is it that scores the emails before it gets ran through Spamassassin? That is where these emails are being scored high. Scott On 4/18/11 8:59 PM, Carlos Herrera Polo wrote: Spamdyke not score email... Only accept or deny the smtp conection 2011/4/18, Scott

Re: [qmailtoaster] Spamdyke Question

2011-04-18 Thread Carlos Herrera Polo
Check /var/log/qmail/spamd You will find the message and rules with scores 2011/4/18, Eric Shubert e...@shubes.net: On 04/18/2011 07:01 PM, Scott Hughes wrote: Thanks Carlos. So what is it that scores the emails before it gets ran through Spamassassin? Nothing. Spamassassin is what

RE: [qmailtoaster] spamdyke configuration

2011-02-16 Thread Hajid.R
After I check it error with keyword dns, unknown configuration option in file /etc/spamdyke.conf rdns-blacklist-file=/etc/spamdyke/blacklist_rdns rdns-blacklist-dir=/etc/spamdyke/blacklist_rdns.d rdns-whitelist-file=/etc/spamdyke/whitelist_rdns

Re: [qmailtoaster] spamdyke configuration

2011-02-16 Thread P.V.Anthony
On 2/16/2011 5:17 PM, Hajid.R wrote: After I check it error with keyword dns, unknown configuration option in file /etc/spamdyke.conf Try changing the log level to something more verbose. log-level=debug That might give more clues on which config line is the problem. P.V.Anthony

Re: [qmailtoaster] spamdyke

2010-08-04 Thread Martin Waschbuesch
Hi Noel, Am 04.08.2010 um 18:33 schrieb Noel Rivera (Border Less): Hello list I have a question. I have a qmailtoaster server with Spamdyke and with 8 diferent domains. It’s possible to have one of this eight domains without Spamdyke and with other configurations? You can have

Re: [qmailtoaster] Spamdyke

2010-08-02 Thread Amit Dalia
I've just implemented Spamdyke.  I'm wondering if there is a Spamdyke specific log I can watch or is it apparent through the /var/log/qmail/smtp/current. I don't know about specific log of spamdyke may be someone else can tell you about this. Even I also go through /var/log/qmail/smtp/current

Re: [qmailtoaster] Spamdyke Graylist Delay

2010-07-01 Thread Martin Waschbuesch
Hi there, This is very normal behaviour. Graylisting not only depends on your server's timing settings, but on the behavior of the sending MTA. If that MTA does not retry within a given time (that is what you can configure) the mail will not be delivered, but regarded as spam. However, the

RE: [qmailtoaster] Spamdyke problem

2010-04-01 Thread Michael Colvin
Search the archives. This was covered within the last two weeks, along with a patch that resolves the issue. I'd send the e-mails, but don't have them on hand, but they should be in the archives. Mike -Original Message- From: Darrell Booth [mailto:darr...@drachma.com.au] Sent:

Re: [qmailtoaster] Spamdyke problem

2010-04-01 Thread David Milholen
Darrell Booth wrote: Hi My mailserver installed with qmailtoaster has been working without issue for 3 months. It is now running very slow when accepting emails for transmission. When I do a ps -ef command I see the following multiple times: vpopmail 24313 2321 0 13:46

RE: [qmailtoaster] Spamdyke problem

2010-04-01 Thread Michael Colvin
To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] Spamdyke problem Darrell Booth wrote: Hi My mailserver installed with qmailtoaster has been working without issue for 3 months. It is now running very slow when accepting emails for transmission. When I do a ps -ef command I

RE: [qmailtoaster] Spamdyke problem

2010-04-01 Thread Michael Colvin
, April 01, 2010 9:38 AM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] Spamdyke problem Darrell Booth wrote: Hi My mailserver installed with qmailtoaster has been working without issue for 3 months. It is now running very slow when accepting emails for transmission

Re: [qmailtoaster] spamdyke-stats

2010-02-26 Thread Jake Vickers
On 02/25/2010 02:18 PM, PACOI wrote: Hello I need statistics for spamdyke How install spamdyke-stats? Installing spamdyke tar -xzvf spamdyke-4.0.10.tgz cd spamdyke-4.0.10/spamdyke ./configure make cp spamdyke /usr/local/bin Thanks for help There is a thread on this already, so

Re: [qmailtoaster] Spamdyke

2009-09-28 Thread Aleksander Podsiadly
W dniu 28.09.2009 07:51, Aleksander Podsiadly pisze: [...] Check configuration of DNS on your server. Probably your server can't resolve name from IP. Example from smtp log: 2009-09-28 11:34:17.730211500 spamdyke[2778]: DENIED_RDNS_MISSING from: moon...@gmail.com to: wie...@maximumlist.com

Re: [qmailtoaster] Spamdyke

2009-09-28 Thread Eric Shubert
Aleksander Podsiadly wrote: W dniu 28.09.2009 06:02, Maxwell Smart pisze: I think this is what your looking for (/var/log/qmail/smtp/). Even with this origin IP in the whitelist_ip it doesn't work, or in the whitelist_rdns. @40004abf75d32e6d5294 spamdyke[19048]: DENIED_RDNS_MISSING

Re: [qmailtoaster] Spamdyke

2009-09-28 Thread Maxwell Smart
I have done some testing and found that it does not resolve as expected. If I change my option in my named.conf file to recursion yes; it then works. From what I have read I don't want to have it set up that way. What is reason not to have recursion set to yes? Aleksander Podsiadly wrote:

Re: [qmailtoaster] Spamdyke

2009-09-28 Thread Bharath Chari
Eric Shubert wrote: Aleksander Podsiadly wrote: 8-- my test [a...@alexia ~]$ host 207.115.36.143 143.36.115.207.in-addr.arpa domain name pointer nlpi129.sbcis.sbc.com. [a...@alexia ~]$ host -t mx yother.com yother.com mail is handled by 10 mail.yother.com. [a...@alexia ~]$ host mail.yother.com

  1   2   3   >