Re: [qmailtoaster] Re: Reg:Server

2012-02-09 Thread nishant amin
hi raja.
just a thought..why are you not using spamdyke to controll your spam?
regards
Nishant Amin

On Thu, Feb 9, 2012 at 1:50 PM, rajeshrudramani
rajeshrudram...@gmail.comwrote:

 Hi,

 Tried mentioned steps :


 a) Please post the output of :

 ps ax | grep spam


 Out pout:
 

 498 ?S  0:00 /usr/bin/multilog t s15728640 n30
 /var/log/qmail/spamd
   499 ?S  0:02 /usr/bin/perl -T -w /usr/bin/spamd -x -u
 vpopmail -s stderr
   554 ?S  0:13 spamd child
   555 ?S  0:00 spamd child
  3077 ?S  0:00 supervise spamd
 20467 pts/2S+ 0:00 grep spam
 27586 ?S  0:00 /usr/bin/tcpserver -v -R -H -l XXX.XXX.com -x
 /etc/tcprules.d/tcp.smtp.cdb -c 100 -u 89 -g 89 0 smtp /usr/bin/rblsmtpd -r
 sbl.spamhaus.org /var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw
 /bin/true



 b) Do you get any error messages when you run :

 spamassassin --lint


 Outpout:

   No error




 c) please post the output of :

 cat /var/qmail/control/simcontrol

 x...@xxx.com:clam=yes,spam=yes,spam_hits=6,attach=.mp3:.src:.bat:.pif


 As Eric pointed out, it should read something similar to what he has
 posted.


 After i tried this steps above output i am getting. Still I am getting lot
 spam mail.



 Regards,
 Rajesh


 On Thu, Feb 9, 2012 at 12:27 AM, Bharath Chari 
 qmailtoas...@arachnis.comwrote:

 On Wednesday 08 February 2012 09:45 PM, Eric Shubert wrote:

 Spamassassin is invoked by simscan. In your
 /var/qmail/control/simcontrol file you should something like:
 :clam=yes,spam=yes,spam_hits=**5.1,attach=.src:.bat:.pif

 Also, you can check your spamd log with:
 # qmlog spamd
 to see if SA is running at all.

 Is there someone here who would care to help out Raja in his native
 language? That would be most helpful.

 BTW, thanks to you all who help out here. This *is* a community project,
 and everyone's participation is helpful. Besides which, it gives me more
 time to address other QMT aspects (like getting updated packages built,
 etc.).

  Raja,

 Let's try to debug your problem one step at a time:

 a) Please post the output of :

 ps ax | grep spam


 b) Do you get any error messages when you run :
 spamassassin --lint


 c) please post the output of :

 cat /var/qmail/control/simcontrol
 As Eric pointed out, it should read something similar to what he has
 posted.

 Bharath


 --**--**
 -
 Qmailtoaster is sponsored by Vickers Consulting Group (
 www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
 --**--**
 -
Please visit qmailtoaster.com for the latest news, updates, and
 packages.
 To unsubscribe, e-mail: qmailtoaster-list-unsubscribe@**
 qmailtoaster.com qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-help@**
 qmailtoaster.com qmailtoaster-list-h...@qmailtoaster.com









Re: [qmailtoaster] Denial of Service on POP3

2011-08-02 Thread nishant amin
its an extract from the file.i have just copied the part that deals with pop3
regards
NIshant Amin

On Tue, Aug 2, 2011 at 8:59 AM, James Beam james.b...@pinnacle1.com wrote:
 Never mind...too late at night for me...somehow like magik I failed to see it 
 in your email...time for bed!

 -Original Message-
 From: nishant amin [mailto:igonish...@gmail.com]
 Sent: Tuesday, August 02, 2011 12:55 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Denial of Service on POP3

 hi all
 i am attaching my jail.conf  and pop.conf for qmail pop3 (this is working for 
 me) may be you can edit it to your needs

 [root@mail ~]# cat /etc/fail2ban/jail.conf


 [pop3]
 enabled  = true
 filter   = pop3
 action   = iptables[name=pop3, port=110, protocol=tcp]
 logpath  = /var/log/maillog
 maxretry = 3
 bantime  = 86400
 findtime = 3600
 ignoreip = 127.0.0.1 (you can put any other ip you want hear) backend = auto



 root@mail ~]# cat /etc/fail2ban/filter.d/pop3.conf

 [Definition]
 #Looks for failed password logins to SMTP failregex = vchkpw-pop3: password 
 fail ([^)]*) [^@]*@[^:]*:HOST ignoreregex =



 regards
 NIshant Amin

 On Tue, Aug 2, 2011 at 7:08 AM, James Beam james.b...@pinnacle1.com wrote:
 They mean share your jail config for pop3 to get it working with Qmail
 - I have been curious of that myself...



 I use Fail2Ban on all my linux boxes - just never got it to work with
 qmail
 pop3 or pop3ssl...



 Imap would be nice too!





 From: Délsio Cabá [mailto:del...@gmail.com]
 Sent: Monday, August 01, 2011 11:06 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Denial of Service on POP3



 Hi,

 Thanks for the reply. Is there any chance you could share with us the
 pop3 filter code for qmail?

 Thanks for any help :)

 On 1 August 2011 12:50, ole.johan...@cryonix.no wrote:

 Fail2ban can be downloaded from YUM

 You need to change some settings in the config files to match your
 requirements. Its also has settings for bantime, who to mail when
 someone gets banned (ip adress), it uses iptables to update blocking schemes.

 I use fail2ban for pop3, smtp, ftp

 B/R Ole
 Using two latest Centos dists with QMT and Fail2Ban enabled.

 Thanks,
 But what if they are from different IP or I don't even get aware of
 the attack?

 I think the best approach would be to use fail2ban. So I need someone
 that already has a rule

 Thanks

 On 29 July 2011 16:16, Sergio Rosa sergior...@awd.pt wrote:

 block them at the fw level. or place an iptables rules on your host.
 This
 will do the job if the source ip is the same all the time.

 ---
 Thank you,
 Sérgio Rosa

 T. +351 91348 9195
 @. sergior...@awd.pt

 AWD - Arq. Web e Design, Unip. Lda
 R. Moinho Velho, 19, 2ºDto
 2655-242 Ericeira
 http://www.awd.pt


 On Fri, 29 Jul 2011 16:10:08 +0200, Délsio Cabá wrote:

 Hi,

 I see these logs on pop3:
 @40004e32be9f2581381c tcpserver: ok 19434
 ns.mozdesigners.com:196.46.2.**236:110 :203.200.117.65::3912
 @40004e32bea00e2281e4 tcpserver: end 19433 status 256
 @40004e32bea00e22f32c tcpserver: status: 3/200
  @40004e32bea020c630ac tcpserver: end 19434 status 256
 @40004e32bea020c63c64 tcpserver: status: 2/200
 @40004e32bea11ed14264 tcpserver: status: 3/200
 @40004e32bea11ed15204 tcpserver: pid 19449 from 203.200.117.65
  @40004e32bea11edeb7b4 tcpserver: ok 19449
 ns.mozdesigners.com:196.46.2.**236:110 :203.200.117.65::3970
 @40004e32bea21499cfb4 tcpserver: end 19449 status 256
 @40004e32bea21499df54 tcpserver: status: 2/200
  @40004e32bea312f84ce4 tcpserver: status: 3/200
 @40004e32bea312f8589c tcpserver: pid 19456 from 203.200.117.65
 @40004e32bea312f86454 tcpserver: ok 19456
 ns.mozdesigners.com:196.46.2.**236:110 :203.200.117.65::4024
  @40004e32bea409545fd4 tcpserver: end 19456 status 256
 @40004e32bea409546f74 tcpserver: status: 2/200
 @40004e32bea5084443ac tcpserver: status: 3/200
 @40004e32bea50844534c tcpserver: pid 19462 from 203.200.117.65
  @40004e32bea508445f04 tcpserver: ok 19462
 ns.mozdesigners.com:196.46.2.**236:110 :203.200.117.65::4092

 It seams to be a dos.
 For smtp I use fail2ban.
 Anyone knows how to block these IP using by creating a rule on
 fail2ban?

 Regards



 --**--**
 -
 Qmailtoaster is sponsored by Vickers Consulting Group (
 www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and
 installations.
     If you need professional help with your setup, contact them today!
 --**--**
 -
    Please visit qmailtoaster.com for the latest news, updates, and
 packages.
         To unsubscribe, e-mail: qmailtoaster-list-unsubscribe@**

 qmailtoaster.com qmailtoaster-list-unsubscr...@qmailtoaster.com

    For additional commands, e-mail: qmailtoaster-list-help@**

 qmailtoaster.com qmailtoaster-list-h

Re: [qmailtoaster] Denial of Service on POP3

2011-08-01 Thread nishant amin
hi all
i am attaching my jail.conf  and pop.conf for qmail pop3 (this is
working for me)
may be you can edit it to your needs

[root@mail ~]# cat /etc/fail2ban/jail.conf


[pop3]
enabled  = true
filter   = pop3
action   = iptables[name=pop3, port=110, protocol=tcp]
logpath  = /var/log/maillog
maxretry = 3
bantime  = 86400
findtime = 3600
ignoreip = 127.0.0.1 (you can put any other ip you want hear)
backend = auto



root@mail ~]# cat /etc/fail2ban/filter.d/pop3.conf

[Definition]
#Looks for failed password logins to SMTP
failregex = vchkpw-pop3: password fail ([^)]*) [^@]*@[^:]*:HOST
ignoreregex =



regards
NIshant Amin

On Tue, Aug 2, 2011 at 7:08 AM, James Beam james.b...@pinnacle1.com wrote:
 They mean share your jail config for pop3 to get it working with Qmail - I
 have been curious of that myself…



 I use Fail2Ban on all my linux boxes - just never got it to work with qmail
 pop3 or pop3ssl…



 Imap would be nice too!





 From: Délsio Cabá [mailto:del...@gmail.com]
 Sent: Monday, August 01, 2011 11:06 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Denial of Service on POP3



 Hi,

 Thanks for the reply. Is there any chance you could share with us the pop3
 filter code for qmail?

 Thanks for any help :)

 On 1 August 2011 12:50, ole.johan...@cryonix.no wrote:

 Fail2ban can be downloaded from YUM

 You need to change some settings in the config files to match your
 requirements. Its also has settings for bantime, who to mail when someone
 gets banned (ip adress), it uses iptables to update blocking schemes.

 I use fail2ban for pop3, smtp, ftp

 B/R Ole
 Using two latest Centos dists with QMT and Fail2Ban enabled.

 Thanks,
 But what if they are from different IP or I don't even get aware of the
 attack?

 I think the best approach would be to use fail2ban. So I need someone that
 already has a rule

 Thanks

 On 29 July 2011 16:16, Sergio Rosa sergior...@awd.pt wrote:

 block them at the fw level. or place an iptables rules on your host.
 This
 will do the job if the source ip is the same all the time.

 ---
 Thank you,
 Sérgio Rosa

 T. +351 91348 9195
 @. sergior...@awd.pt

 AWD - Arq. Web e Design, Unip. Lda
 R. Moinho Velho, 19, 2ºDto
 2655-242 Ericeira
 http://www.awd.pt


 On Fri, 29 Jul 2011 16:10:08 +0200, Délsio Cabá wrote:

 Hi,

 I see these logs on pop3:
 @40004e32be9f2581381c tcpserver: ok 19434
 ns.mozdesigners.com:196.46.2.**236:110 :203.200.117.65::3912
 @40004e32bea00e2281e4 tcpserver: end 19433 status 256
 @40004e32bea00e22f32c tcpserver: status: 3/200
  @40004e32bea020c630ac tcpserver: end 19434 status 256
 @40004e32bea020c63c64 tcpserver: status: 2/200
 @40004e32bea11ed14264 tcpserver: status: 3/200
 @40004e32bea11ed15204 tcpserver: pid 19449 from 203.200.117.65
  @40004e32bea11edeb7b4 tcpserver: ok 19449
 ns.mozdesigners.com:196.46.2.**236:110 :203.200.117.65::3970
 @40004e32bea21499cfb4 tcpserver: end 19449 status 256
 @40004e32bea21499df54 tcpserver: status: 2/200
  @40004e32bea312f84ce4 tcpserver: status: 3/200
 @40004e32bea312f8589c tcpserver: pid 19456 from 203.200.117.65
 @40004e32bea312f86454 tcpserver: ok 19456
 ns.mozdesigners.com:196.46.2.**236:110 :203.200.117.65::4024
  @40004e32bea409545fd4 tcpserver: end 19456 status 256
 @40004e32bea409546f74 tcpserver: status: 2/200
 @40004e32bea5084443ac tcpserver: status: 3/200
 @40004e32bea50844534c tcpserver: pid 19462 from 203.200.117.65
  @40004e32bea508445f04 tcpserver: ok 19462
 ns.mozdesigners.com:196.46.2.**236:110 :203.200.117.65::4092

 It seams to be a dos.
 For smtp I use fail2ban.
 Anyone knows how to block these IP using by creating a rule on
 fail2ban?

 Regards



 --**--**
 -
 Qmailtoaster is sponsored by Vickers Consulting Group (
 www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and
 installations.
     If you need professional help with your setup, contact them today!
 --**--**
 -
    Please visit qmailtoaster.com for the latest news, updates, and
 packages.
         To unsubscribe, e-mail: qmailtoaster-list-unsubscribe@**

 qmailtoaster.com qmailtoaster-list-unsubscr...@qmailtoaster.com

    For additional commands, e-mail: qmailtoaster-list-help@**

 qmailtoaster.com qmailtoaster-list-h...@qmailtoaster.com








 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
    Vickers Consulting Group offers Qmailtoaster support and installations.
      If you need professional help with your setup, contact them today!
 -
     Please visit qmailtoaster.com for the latest news, updates, and
 packages.

      To unsubscribe, e-mail

Re: [qmailtoaster] a way to report number of sent emails

2011-03-18 Thread nishant amin
hi david
please use admin-toaster page(http://ip of mail server/admin-toaster   and
go to qmail mrtg
 regards
NIshant Amin

On Fri, Mar 18, 2011 at 2:43 PM, David Milholen dmilho...@wletc.com wrote:

  Hi all,
  Is there a way to report how much mail is sent by each account?
 thanks

 --

 David Milholen
 Project Engineer
 P:501-318-1300

logobottom.png

[qmailtoaster] need some help

2011-03-17 Thread nishant amin
hi all

recently i have received some complains from users that they are
receiving double email in their web mail account.i dont know what
could cause this..could you point me in the right direction
your help is highly appreciated

regards
NIshant Amin

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Re: need some help

2011-03-17 Thread nishant amin
thanks guys let me check on your suggestions.

regards
NIshant Amin

On Thu, Mar 17, 2011 at 6:55 PM, Eric Shubert e...@shubes.net wrote:
 Good one, Patrick. I had forgotten about that. I believe this happens when
 you change the name associated with an account using qmailadmin. It's a bug
 in that application (I just now posted a report for that on the qmailadmin
 list, so we'll see about getting it fixed).

 Another, I believe more common reason for duplicate emails is an overloaded
 server, more specifically one that's taking too long to scan emails. When
 the scan time gets to be too long (typically a couple minutes or so), the
 sending server will initate a timeout. When this happens, the sending server
 re-queues the message for delivery at a later time. However, QMT doesn't
 know that, and proceeds to deliver the message. So a little later, the
 sending server tries again, and QMT dutifully processes the email. The cycle
 will continue until QMT manages to complete the scan process before the
 sending server times out, at which point QMT tells the sending server that
 it has successfully received the message.

 So in this case, the cure is to do some tuning with QMT to help reduce the
 load. The simplest and most effective way to do this is to use spamdyke.
 Simply run the qtp-install-spamdyke scripts, restart qmail, and you should
 be good to go. The stock configuration for spamdyke works very well, but you
 might want to adjust it a little for your particular situation.

 I would also check to be sure that your clamav-toaster package is up to
 date. There was a version (or 2) of clamav which would occasionally eat the
 cpu, causing load levels to be excessively high. This could also cause
 duplicate emails.

 If you're already running spamdyke and your clamav-toaster package is
 current, I'll be surprised. QMT can handle a boatload of email with a
 surprisingly small amount of hardware. FWIW, my first QMT was on a P-II/266
 w/ 512M RAM. It didn't host a lot of accounts, but it kept up w/out
 flinching, and that was before spamdyke came along.

 --
 -Eric 'shubes'

 On 03/17/2011 05:12 AM, Patrick Ring wrote:

 Many times this is due to something placing a second mail filter
 statement in the .qmail file.  You need to comment one of them out.


 -Original Message-
 From: nishant amin [mailto:igonish...@gmail.com]
 Sent: Thursday, March 17, 2011 4:40 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] need some help

 hi all

 recently i have received some complains from users that they are
 receiving double email in their web mail account.i dont know what
 could cause this..could you point me in the right direction
 your help is highly appreciated

 regards
 NIshant Amin

 
 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
     Vickers Consulting Group offers Qmailtoaster support and
 installations.
       If you need professional help with your setup, contact them today!
 
 -
      Please visit qmailtoaster.com for the latest news, updates, and
 packages.

       To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
      For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com




 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
     Vickers Consulting Group offers Qmailtoaster support and
 installations.
       If you need professional help with your setup, contact them today!



 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
 -
    Please visit qmailtoaster.com for the latest news, updates, and packages.
         To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Videos on Youtube

2011-01-30 Thread nishant amin
thanks jake..

On Mon, Jan 31, 2011 at 12:38 AM, Bruno De Leone dele...@gmail.com wrote:
 Great videos! Thanks! :D

 On Sun, Jan 30, 2011 at 2:12 PM, Eric Broch ebr...@whitehorsetc.com wrote:

  Thanks, Jake!!!

 On 1/30/2011 8:05 AM, Jake Vickers wrote:

 I've started to upload some of the old Qmailtoaster Video Magazine videos
 to Youtube. I'll add more as I get time - these will *not* be any of the
 videos that are currently being sold to support the project.
 Go to Youtube and search for Qmailtoaster or the user qmailjake and you
 should find my channel. This link may work as well:
 http://www.youtube.com/user/qmailjake
 Still waiting on them to allow videos over 15 minutes so I can get some
 of the other ones up - hopefully soon.
 I'll add a link to the website soon with the links to the videos.
 Enjoy!



 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!

 -
    Please visit qmailtoaster.com for the latest news, updates, and
 packages.
         To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com





 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!

 -
    Please visit qmailtoaster.com for the latest news, updates, and
 packages.
         To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com





-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] VM image

2010-10-07 Thread nishant amin
thanks madmac..
where can i get the other vmware image that you have created
regards
NIshant Amin

On Wed, Oct 6, 2010 at 8:46 PM, madmac sysad...@tricubemedia.com wrote:
 Hi guys,
 I have just finished updating the qmail VM Image as of Oct 6th 2010.
 It has all yum updates, and qmail updates. up to today On Centos 5.5

 you can get it via the link on Jakes site ofr direct from here:
 http://www.techyguru.com/

 Enjoy

 madmac

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] squirrel mail upgrade

2010-09-03 Thread nishant amin
hi all
i would like to ask a question that has bothered me for some time.its
regarding squirrel mail.
there is an upgrade available for squirrel mail,my question is that i
have installed many plugins on the current version of sq mail,if i
upgrade will the plug ins be available in the upgraded version or i
will have to reinstall the plug ins.

kindly point me in the right direction

regards
Nishant amin

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] email regarding spamhaus

2010-09-03 Thread nishant amin
hi all
i got the below message from spamhaus,has anyone else got it?
the contents of my blacklist file are as follows in exact order(i have
put zen.spamhaus.org  has the last entry)
cbl.abuseat.org spamcop.net spamsources.babel.dk zombie.dnsbl.net
zen.spamhaus.org

does it mean that the servers placed before zen.spamhaus.org are not
able to catch ip's that spam hence the queries go to spamhaus.org
which in turm sees my mail server as a high volume server.

can i add more servers? so that queries to spamhaus.org is
minimal.where can i get the list from?


Dear Spamhaus user,



Spamhaus automated systems have detected that your company is querying
the Spamhaus
servers. However, we do not find your organisation registered as a Spamhaus
subscriber.



Many users are unaware that the Spamhaus free public DNSBL service is
restricted to
low volume mail servers only. To prevent overloading of its public
DNSBL service,
Spamhaus now regularly checks for and terminates access of high volume
query sources
to the free public DNSBL service. This is explained in the Spamhaus DNSBL Usage
Terms at http://www.spamhaus.org/organization/dnsblusage.html.



As a user of the Spamhaus DNSBLs, we hope you agree that they perform
extremely well
in protecting your users from spam and we hope you will continue to
rely on them as
a major part of your spam filtering.



However, to prevent your mail server being automatically cut off from
the Spamhaus
service, please consider registering now for the Spamhaus Datafeed service

http://www.spamhaustech.com/registration/ma

-you’ll find pricing, datafeed delivery options and FAQ’s on Spamhaus’ usage
policies.  If you feel you qualify for free usage of the Spamhaus DNSBL service,
please contact us to explain.



We appreciate your support of Spamhaus, and look forward to answering
any questions.



If we do not hear from you, we will assume you are no longer
interested in ongoing
use of Spamhaus.





MXTools is an Authorized Spamhaus Datafeed Vendor and provides direct customer
interface and customer support for the Spamhaus Datafeed Service.

http://www.spamhaus.org/datafeed/vendors.html


regards
NIshant Amin

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Re: Clam-av update

2010-08-17 Thread nishant amin
hi frank
try to reboot the mail server and run the qtp-newmodel ..it will solve
the problem..

regards
Nishant Amin

On Mon, Aug 16, 2010 at 3:06 PM, Eric Shubert e...@shubes.net wrote:
 Frank,

 qtp-newmodel cannot create a fresh sandbox for you because there is
 something accessing the old one. Perhaps a terminal window where you have
 cd'd into the sandbox tree (/mnt/qtp-sandbox/...)? Make sure that there is
 nothing accessing the sandbox tree, and try again.
 --
 -Eric 'shubes'

 Frank Ombech wrote:

 Hi Amin,
             yes it managed to download the correct version of the rpm
 but it failed while rebuilding, now also im getting an error on
 sandbox.  please check the error below.  I still have the old version
 of clamav.  anybody managed to upgrade their clamav, directly please
 post steps or point me in the right direction.

 Thanks

 [r...@mail ~]# qtp-newmodel
 qtp-newmodel v0.3.14 starting Fri Aug 13 18:46:23 EAT 2010
 qtp-whatami v0.3.5
 DISTRO=CentOS
 OSVER=5.4
 QTARCH=i686
 QTKERN=2.6.18-164.15.1.el5PAE
 BUILD_DIST=cnt50
 BUILD_DIR=/usr/src/redhat
 This machine's OS is supported and has been tested

 Let's get on with it!

 The following packages have already been selected:
 clamav-toaster-0.96.1-1.3.36.src.rpm

 Do you want to process this selection?
 Shall we continue? (yes, no|skip, batch, quit) [y] / n|s / b / q :

 Getting source packages ...(this may take a while)
 clamav-toaster-0.96.1-1.3.36.src.rpm is already downloaded, bypassed

 qtp-newmodel - updating toaster (mostly spamassassin) dependencies ...
 Loaded plugins: fastestmirror
 Loading mirror speeds from cached hostfile
  * addons: ftp.gui.uva.es
  * base: ftp.gui.uva.es
  * extras: mirror.isoc.org.il
  * rpmforge: apt.sw.be
  * updates: ftp.gui.uva.es
 Setting up Update Process
 Error: No Package Matching perl(Archive::Tar)

 Shall we build a new sandbox at /mnt/qtp-sandbox? [y]/n:

 Removing sandbox at /mnt/qtp-sandbox ...
 qtp-umount-sandbox v0.3.2
 umount: /mnt/qtp-sandbox/usr: device is busy
 umount: /mnt/qtp-sandbox/usr: device is busy
 qtp-umount-sandbox: Error: sandbox still mounted

 qtp-newmodel terminating.






 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
 -
    Please visit qmailtoaster.com for the latest news, updates, and packages.
         To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Clam-av update

2010-08-12 Thread nishant amin
hi frank
type qtp-newmodel in command line
and follow the on screen instructions
regards
NIshant Amin

On Thu, Aug 12, 2010 at 9:12 AM, Frank Ombech fomb...@gmail.com wrote:
 Hi,
    Im trying to upgrade clamav using the qtp-newmodel script, but
 it's not upgrading; im still stuck at clamav version 0.96.0 instead of
 0.96.1.   What i've noticed is that the script is still downloading
 the old rpm.   Has someone managed to upgrade their clamav? and how?
 thanks.

 frank


 Last ClamAV update process started at Wed Aug 11 22:02:58 2010

  Last Status:
    WARNING: Your ClamAV installation is OUTDATED!
    WARNING: Local version: 0.96 Recommended version: 0.96.1
    DON'T PANIC! Read http://www.clamav.net/support/faq
    main.cvd is up to date (version: 52, sigs: 704727, f-level: 44,
 builder: sven)
    Downloading daily-11532.cdiff [100%]
    daily.cld updated (version: 11532, sigs: 110028, f-level: 53,
 builder: ccordes)
    WARNING: Your ClamAV installation is OUTDATED!
    WARNING: Current functionality level = 51, recommended = 53
    DON'T PANIC! Read http://www.clamav.net/support/faq
    bytecode.cld is up to date (version: 33, sigs: 8, f-level: 53,
 builder: edwin)
    Database updated (814763 signatures) from db.ke.clamav.net (IP:
 130.59.10.36)
    Received signal: wake up

 -
 Qmailtoaster is sponsored by Vickers Consulting Group 
 (www.vickersconsulting.com)
    Vickers Consulting Group offers Qmailtoaster support and installations.
      If you need professional help with your setup, contact them today!
 -
     Please visit qmailtoaster.com for the latest news, updates, and packages.

      To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
     For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Re: Disclaimer Once Again

2010-07-09 Thread nishant amin
hi amit please upload it..
regards
Nishant Amin

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Disclaimer Once Again

2010-07-08 Thread nishant amin
hi all
i am also facing the same problem as rajesh.at my place of work i am
required to add a disclaimer for all out going emails.i have looked at
the previous posts regarding disclaimer..i added a plugin on squirrel
mail to add a disclaimer to all out going emails from webmail but the
main challenge if for the users using email clients (disclaimer can be
added as a signature).i need to do it at the server level(if possible
at the server level then i can remove the squirrel mail plugin)

your assistance is highly appreciated

regards
Nishant Amin.



On Thu, Jul 8, 2010 at 10:09 PM, Amit a...@ikf.co.in wrote:
 Hi Everyone,

 Sorry for bringing once again this topic on highlight, but today my client
 also asked me to add disclaimer to all outgoing mails at server level. I saw
 all the earlier post, all do n dont's for the same. Don't know whether some
 got succeeded in the same or not.
 Was thinking how it can be done. While searching got info about altermime
 (http://www.pldaniels.com/altermime/). Next thing was where we can implement
 altermime with our existing toaster package, it should be time of sending
 mail may be with qmail-send or qmail-remote. Now qmail-remote wrapper is
 used in DKIM package to add DKIM signatures in Mail headers, so I need some
 help from you guys to modify the script so while adding DKIM signature it
 will also add a disclaimer to outgoing mail.
 I don't whether I'm thinking in right direction or not. I just thought of
 DKIM as it is the time when mail is open to add DKIM signature. So please
 help me.

 Thanks and regards,

 Amit



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Building qmaitoaster on FreeBSD

2010-05-13 Thread nishant amin
hi david
i have also been searching for this for a long time..but with no success
regards
nishant amin

On Thu, May 13, 2010 at 11:25 AM,  id.dav...@gmail.com wrote:
 Dear Lists,

 Is there anyway, I could build the QMT on FreeBSD platform ??
 Any reference and guidance are highly appreciated.

 Regards,


 David J.


 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
 -
    Please visit qmailtoaster.com for the latest news, updates, and packages.
         To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] SPF / Domain Keys / DKIM Testing

2010-05-13 Thread nishant amin
thanks scott

On Fri, May 14, 2010 at 2:22 AM, Scott Hughes sonicscott9...@gmail.com wrote:
 Just for everyone's knowledge, here is an email address I've found for SPF /
 Domain Keys / DKIM testing.

 You simply send an email to:  check-a...@verifier.port25.com

 It will then email you back and give you the report.  Here is an example:


 This message is an automatic response from Port25's authentication verifier
 service at verifier.port25.com.  The service allows email senders to perform


 a simple check of various sender authentication mechanisms.  It is provided
 free of charge, in the hope that it is useful to the email community.  While
 it is not officially supported, we welcome any feedback you may have at


 verifier-feedb...@port25.com.

 Thank you for using the verifier,

 The Port25 Solutions, Inc. team



 ==
 Summary of Results
 ==
 SPF check:  pass
 DomainKeys check:   pass
 DKIM check: pass


 Sender-ID check:pass
 SpamAssassin check: ham

 ==
 Details:
 ==

 HELO hostname:  mail.renshawauto.net


 Source IP:  66.255.244.196
 mail-from:  sc...@renshawauto.net

 --


 SPF check details:
 --
 Result: pass
 ID(s) verified: smtp.mail=sc...@renshawauto.net


 DNS record(s):
 renshawauto.net. 86400 IN TXT v=spf1 mx -all
 renshawauto.net. 86400 IN MX 10 mail.renshawauto.net.


 mail.renshawauto.net. 86400 IN A 66.255.244.196

 --
 DomainKeys check details:
 --


 Result: pass
 ID(s) verified: header.from=sc...@renshawauto.net
 DNS record(s):
 private._domainkey.renshawauto.net. 86400 IN TXT k=rsa;


 p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAM+53oTiFynv3SgIagdTrk6YfT4V4FMoLTvWeM6xOAmJCBP+qwHFVegq61nNS9Q9mQIDAQAB

 --
 DKIM check details:
 --


 Result: pass (signature verifies; identity doesn't match any
 headers)
 ID(s) verified: header.d=mail.renshawauto.net
 Canonicalized Headers:


 Message-ID:'20'815517b532de3da3803ae190903d668c.squir...@mail.renshawauto.net'0D''0A'


 Date:'20'Thu,'20'13'20'May'20'2010'20'15:36:12'20'-0500'0D''0A'
 Subject:'20''0D''0A'
 From:'20'sc...@renshawauto.net'0D''0A'


 To:'20'check-a...@verifier.port25.com'0D''0A'
 MIME-Version:'20'1.0'0D''0A'


 Content-Type:'20'text/plain;charset=iso-8859-1'0D''0A'
 Content-Transfer-Encoding:'20'8bit'0D''0A'

 DKIM-Signature:'20'v=1;'20'a=rsa-sha1;'20'c=simple;'20'd=mail.renshawauto.net;'20'h='0D''0A'


 '09'message-id:date:subject:from:to:mime-version:content-type'0D''0A'

 '09':content-transfer-encoding;'20's=dkim1;'20'bh=WAB3bZtTHYLitirqQFGpaOBb'0D''0A'


 '09'kVY=;'20'b=

 Canonicalized Body:
 Test'0D''0A'


 DNS record(s):
 dkim1._domainkey.mail.renshawauto.net. 86400 IN TXT k=rsa;


 p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAKaFAOE/nN2nE25lIbARhQVsTjINNU0odcEwq4Blo6ZMN3vXXgZSHVpVTJLOAp2DVwIDAQAB

 NOTE: DKIM checking has been performed based on the latest DKIM specs
 (RFC 4871 or draft-ietf-dkim-base-10) and verification may fail for


 older versions.  If you are using Port25's PowerMTA, you need to use
 version 3.2r11 or later to get a compatible version of DKIM.

 --
 Sender-ID check details:


 --
 Result: pass
 ID(s) verified: header.from=sc...@renshawauto.net


 DNS record(s):
 renshawauto.net. 86400 IN TXT v=spf1 mx -all
 renshawauto.net. 86400 IN MX 10 mail.renshawauto.net.


 mail.renshawauto.net. 86400 IN A 66.255.244.196


 -- snip --


 Enjoy!

 Scott



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Re: .de tld trouble

2010-05-12 Thread nishant amin
thanks martin
On Wed, May 12, 2010 at 7:15 PM, Eric Shubert e...@shubes.net wrote:
 Thanks for the heads up, Martin.
 --
 -Eric 'shubes'

 Martin Waschbuesch wrote:

 Hi everyone,

 I don't know just how relevant this is for you, but since it *is* sort of
 a major thing...
 The entire .de TLD has had serious problems where the root servers either
 did not respond to DNS queries or (worse) they gave back NXDOMAIN.
 Now, this may result in people either not receiving or not being able to
 send mail from/to .de domains.
 Though problems seem to have been solved by DeNIC, it will take some time
 till everything is back to normal (due to ISP caches / domain TTLs).

 If anyone experienced anything weird - this may be why.

 Martin

 --
 However beautiful the strategy, you should occasionally look at the
 results.

 Winston Churchill



 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
    Vickers Consulting Group offers Qmailtoaster support and installations.
      If you need professional help with your setup, contact them today!



 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
 -
    Please visit qmailtoaster.com for the latest news, updates, and packages.
         To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] yum update

2010-04-20 Thread nishant amin
thanks

On Tue, Apr 20, 2010 at 5:00 PM, Jake Vickers j...@qmailtoaster.com wrote:
 On 04/20/2010 01:41 AM, nishant amin wrote:

 hi guys
 i am just wondering if its safe to do yum update on the centos 5.x.
 will this break any toaster packages?
 my installation tells me i  have over 30 packages reday for download
 and installation.

 regards
 nishant amin


 The updates will not affect anything. You can update.


 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
 -
    Please visit qmailtoaster.com for the latest news, updates, and packages.
         To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] yum update

2010-04-19 Thread nishant amin
hi guys
i am just wondering if its safe to do yum update on the centos 5.x.
will this break any toaster packages?
my installation tells me i  have over 30 packages reday for download
and installation.

regards
nishant amin

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] need help with spam assassin

2010-04-18 Thread nishant amin
thanks jake.
i have checked the option enable spam detection for users but i do not
see a spam folder  in their webmail account.i have also followed your
video on recompiling the the qmail installation to enable spambox
option.

any idea why the spam folder is not appearing in the respective users
we account?did i do somthing wrong

regards
nishant amin

On Sun, Apr 18, 2010 at 2:56 AM, Jake Vickers j...@qmailtoaster.com wrote:
 On 04/15/2010 04:32 AM, nishant amin wrote:

 hi guys
 i am having a unique situation hear.
 i have spamdyke up and running and its rejecting a huge amount of
 spam.i still have some spam comming through (from domains with valid
 rdns)
 i have enabled reject-ip-in-cc-rdns in spamdyke.conf.
 i then setup an email to which all the users who get spam can forward
 that spam to it.is there a way i can have spam assassin look at the
 inbox of that specific email account and learn such that such emails
 do not come in again.

 NB://somthing i have noticed is that once the users forward spam to
 that account the headres are some how changed..hence i can to get the
 original senders details in the headers
 all i see in the headers is my proxy ip since most users forward spam
 to me through webmail..

 kindly point me in the right direction.


 The users need to log into webmail and move the spam to their Spam folder.
 If they forward it, most email clients will mangle the headers and make
 learning from a message after it's forwarded is useless.


 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
 -
    Please visit qmailtoaster.com for the latest news, updates, and packages.
         To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Error sending Mail

2010-04-18 Thread nishant amin
there are to many people  connecting to the toaster site.
kindly us ethe alternative sites provided other users on the mailing list
regards
nishant amin

On Fri, Apr 16, 2010 at 5:24 PM, Charles Ferland ad...@megaquebec.netwrote:

  On 16/04/2010 9:49 AM, Jerry Menor wrote:

   Hi,

 Check clamav, version might be end of life.
 Disable it via, simcontrol.
 Plan to update clamav.

 Regards,
 Jerry

 --- On *Fri, 16/4/10, Janno Sannik ja...@foor.ee ja...@foor.ee* wrote:


 From: Janno Sannik ja...@foor.ee ja...@foor.ee
 Subject: Re: [qmailtoaster] Error sending Mail
 To: qmailtoaster-list@qmailtoaster.com
 Received: Friday, 16 April, 2010, 6:55 AM

  Just a wild guess - update clamav :D


 On 16.04.2010 13:45, Postmaster wrote:

 No error message attached, please re-send it!

 Regards
 Alex

 On 16/04/2010 11:34, Amit Dalia wrote:

 Dear All,

 From today morning I'm getting the below error while sending out-going
 email.






 I can't upgrade anything this morning


 wget
 http://www.qmailtoaster.com/download/stable/clamav-toaster-0.96.0-1.3.35.src.rpm
 --2010-04-16 10:11:26--
 http://www.qmailtoaster.com/download/stable/clamav-toaster-0.96.0-1.3.35.src.rpm
 Resolving www.qmailtoaster.com... 216.81.238.95
 Connecting to www.qmailtoaster.com|216.81.238.95|:80... failed: Connection
 timed out.
 Retrying.






Re: [qmailtoaster] understand smtp log

2010-04-16 Thread nishant amin
thank you guys

On Thu, Apr 15, 2010 at 5:47 PM, Michiel van Es | Info.nl
michi...@info.nl wrote:


  Original Message 
 Subject: Re: [qmailtoaster] understand smtp log
 From: PakOgah pako...@pala.bo-tak.info
 To: qmailtoaster-list@qmailtoaster.com qmailtoaster-list@qmailtoaster.com
 Date: 04/15/2010 04:18 PM

 nishant amin wrote:

 hi guys
 i was looking at the smtp logs on my mail server and came across the
 entries below


 04-15 14:49:46 tcpserver: status: 11/100
 04-15 14:49:46 tcpserver: status: 12/100
 04-15 14:49:46 tcpserver: pid 15160 from 84.111.61.254
 04-15 14:49:46 tcpserver: ok 15160 mail.cuea.edu:41.204.185.11:25
 :84.111.61.254::1442
 04-15 14:49:46 tcpserver: status: 13/100
 04-15 14:49:46 tcpserver: pid 15161 from 81.84.1.235
 04-15 14:49:46 tcpserver: ok 15161 mail.cuea.edu:41.204.185.11:25
 :81.84.1.235::18165
 04-15 14:49:47 tcpserver: status: 14/100
 04-15 14:49:47 tcpserver: pid 15164 from 173.233.212.7
 04-15 14:49:47 tcpserver: ok 15164 mail.cuea.edu:41.204.185.11:25
 :173.233.212.7::61932
 04-15 14:49:48 tcpserver: end 15161 status 0
 04-15 14:49:48 tcpserver: status: 13/100

 i did a check on 1p 173.233.212.7 results are shown below


 Spam Blacklist check for 173.233.212.7:


 whois.rfc-ignorant.org has not blacklisted this IP
 bl.spamcop.net has blacklisted this IP and the response is 127.0.0.2
 sbl.spamhaus.org has not blacklisted this IP
 xbl.spamhaus.org has blacklisted this IP and the response is 127.0.0.4
 zen.spamhaus.org has blacklisted this IP and the response is 127.0.0.4
 psbl.surriel.com has blacklisted this IP and the response is 127.0.0.2


 does it mean i am doing a relay for ip 173.233.212.7

 kindly help me understabd the above log

 Nope. the log said, the server is opening port 25 for incoming
 connection (email) from IP 173.233.212.7
 what email? perhaps it spam. have you check your
 /var/qmail/control/blacklists file? mine is
  -r zen.spamhaus.org

 to prevent more spam, please install spamdyke.

 Instead of using 5 diffirent software packages running 1 functionality, you
 could better intall an SPAM proxy like ASSP:

 http://assp.sourceforge.net/

 It has all the features like Qmail toaster and more..I never install any
 spam measures in my MTA , I want to keep it clean and let the spam proxy on
 port 25 do all the work for me.



 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
     Vickers Consulting Group offers Qmailtoaster support and
 installations.
       If you need professional help with your setup, contact them today!

 -
      Please visit qmailtoaster.com for the latest news, updates, and
 packages.

       To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
      For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com



 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
 -
    Please visit qmailtoaster.com for the latest news, updates, and packages.
         To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] connect(): No such file or directory

2010-04-16 Thread nishant amin
hi
as anyone upgraded their toaster with the newmodel script.are you
getting any errors with clamav.
qmailtoaster site has two new updated packages (squirrel mail and clamav )
is it safe to run the newmodel script
i am running qmt on centos 5.4

your insight and info is highly appreciated


On Fri, Apr 16, 2010 at 5:34 AM, South Computers
i...@southcomputers.com wrote:
 Just realized none of my 3 toasters were getting mail. Figured out it's the
 clamav.

 I assume others are having the same problem.

 I realize many of you may not get this until you figure it out yourself as
 your toasters may be down as well, but for those that are subscribed with
 another email address, or that think to check the qmailtoaster site, you
 need to update your clamav.

 Here's how:

 ssh to your server, or  if standing in from of it:

 login as root.

 cd /usr/src/qtms-install/   (or whereever you download your source files to)

 wget
 http://www.qmailtoaster.com/download/stable/clamav-toaster-0.96.0-1.3.35.src.rpm

 rpmbuild --rebuild --with cnt40 clamav-toaster-0.96.0-1.3.35.src.rpm
  -  note that this is for centos4, change it to your distro if not
 cnt40

 rpm -Uhv /usr/src/redhat/RPMS/i386/clamav-toaster-0.96.0-1.3.35.i386.rpm

 qmailctl restart

 Hope this helps someone.

 Cheers!
 Scott









 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
 -
    Please visit qmailtoaster.com for the latest news, updates, and packages.
         To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Header Information

2010-04-16 Thread nishant amin
i am also having this problem.when mails are received the headers have
the info eg senders mail server ip.send time etc but as soon as i
forward that mail to another account the headers are completely
replaced by qmailtoaster and it only shows info about the person who
forwarded the mail and not the info about the original sender.

kindly shed some light in to this
regards
nishant amin

On Fri, Apr 16, 2010 at 9:21 AM, Frank Ombech fomb...@gmail.com wrote:
 Whenever Im forwarding out mail qmail removes the Header information
 completely and puts a new header.    Is  there a way to retain the
 current Header information and add the new header information below.
 We want to trail some emails in the domains we control.

 Rgds

 Frank

 -
 Qmailtoaster is sponsored by Vickers Consulting Group 
 (www.vickersconsulting.com)
    Vickers Consulting Group offers Qmailtoaster support and installations.
      If you need professional help with your setup, contact them today!
 -
     Please visit qmailtoaster.com for the latest news, updates, and packages.

      To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
     For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] understand smtp log

2010-04-16 Thread nishant amin
hi michiel
are you running the proxy on the qmailtoaster?if so could you tell me
what i should watch out for as i install the proxy on my toaster.
also does it work well with sapmdyke?or i have to uninstall it

regards
nishant amin

On Fri, Apr 16, 2010 at 9:05 AM, nishant amin igonish...@gmail.com wrote:
 thank you guys

 On Thu, Apr 15, 2010 at 5:47 PM, Michiel van Es | Info.nl
 michi...@info.nl wrote:


  Original Message 
 Subject: Re: [qmailtoaster] understand smtp log
 From: PakOgah pako...@pala.bo-tak.info
 To: qmailtoaster-list@qmailtoaster.com qmailtoaster-list@qmailtoaster.com
 Date: 04/15/2010 04:18 PM

 nishant amin wrote:

 hi guys
 i was looking at the smtp logs on my mail server and came across the
 entries below


 04-15 14:49:46 tcpserver: status: 11/100
 04-15 14:49:46 tcpserver: status: 12/100
 04-15 14:49:46 tcpserver: pid 15160 from 84.111.61.254
 04-15 14:49:46 tcpserver: ok 15160 mail.cuea.edu:41.204.185.11:25
 :84.111.61.254::1442
 04-15 14:49:46 tcpserver: status: 13/100
 04-15 14:49:46 tcpserver: pid 15161 from 81.84.1.235
 04-15 14:49:46 tcpserver: ok 15161 mail.cuea.edu:41.204.185.11:25
 :81.84.1.235::18165
 04-15 14:49:47 tcpserver: status: 14/100
 04-15 14:49:47 tcpserver: pid 15164 from 173.233.212.7
 04-15 14:49:47 tcpserver: ok 15164 mail.cuea.edu:41.204.185.11:25
 :173.233.212.7::61932
 04-15 14:49:48 tcpserver: end 15161 status 0
 04-15 14:49:48 tcpserver: status: 13/100

 i did a check on 1p 173.233.212.7 results are shown below


 Spam Blacklist check for 173.233.212.7:


 whois.rfc-ignorant.org has not blacklisted this IP
 bl.spamcop.net has blacklisted this IP and the response is 127.0.0.2
 sbl.spamhaus.org has not blacklisted this IP
 xbl.spamhaus.org has blacklisted this IP and the response is 127.0.0.4
 zen.spamhaus.org has blacklisted this IP and the response is 127.0.0.4
 psbl.surriel.com has blacklisted this IP and the response is 127.0.0.2


 does it mean i am doing a relay for ip 173.233.212.7

 kindly help me understabd the above log

 Nope. the log said, the server is opening port 25 for incoming
 connection (email) from IP 173.233.212.7
 what email? perhaps it spam. have you check your
 /var/qmail/control/blacklists file? mine is
  -r zen.spamhaus.org

 to prevent more spam, please install spamdyke.

 Instead of using 5 diffirent software packages running 1 functionality, you
 could better intall an SPAM proxy like ASSP:

 http://assp.sourceforge.net/

 It has all the features like Qmail toaster and more..I never install any
 spam measures in my MTA , I want to keep it clean and let the spam proxy on
 port 25 do all the work for me.



 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
     Vickers Consulting Group offers Qmailtoaster support and
 installations.
       If you need professional help with your setup, contact them today!

 -
      Please visit qmailtoaster.com for the latest news, updates, and
 packages.

       To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
      For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com



 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
 -
    Please visit qmailtoaster.com for the latest news, updates, and packages.
         To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com





-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Header Information

2010-04-16 Thread nishant amin
hi Aleksander
if i forward the email through both my email client and web
mail(thunderbird and squirrel mail)the headers get changed/replaced.
any way to prevent this from happening.as frank mentioned if the
headers are changed then it will be hard to know whre the mail
originated from.

On Fri, Apr 16, 2010 at 9:40 AM, Aleksander Podsiadły
a...@westside.kielce.pl wrote:
 Dnia 2010-04-16, pią o godzinie 09:33 +0300, nishant amin pisze:
 [...] the headers are completely
 replaced by qmailtoaster [...]
 By your email client (e.g. Firefox) not by qmailtoster.

 --
 Pozdrawiam / Regards,
 Aleksander Podsiadły


 -
 Qmailtoaster is sponsored by Vickers Consulting Group 
 (www.vickersconsulting.com)
    Vickers Consulting Group offers Qmailtoaster support and installations.
      If you need professional help with your setup, contact them today!
 -
     Please visit qmailtoaster.com for the latest news, updates, and packages.

      To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
     For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] connect(): No such file or directory

2010-04-16 Thread nishant amin
thanks

On Fri, Apr 16, 2010 at 9:40 AM, Aleksander Podsiadły
a...@westside.kielce.pl wrote:
 Dnia 2010-04-16, pią o godzinie 09:29 +0300, nishant amin pisze:
 is it safe to run the newmodel script
 i am running qmt on centos 5.4
 Yes, it's safe.
 I upgraded 2 QMT servers, one i686 and one x86_64. All works fine.

 --
 Pozdrawiam / Regards,
 Aleksander Podsiadły


 -
 Qmailtoaster is sponsored by Vickers Consulting Group 
 (www.vickersconsulting.com)
    Vickers Consulting Group offers Qmailtoaster support and installations.
      If you need professional help with your setup, contact them today!
 -
     Please visit qmailtoaster.com for the latest news, updates, and packages.

      To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
     For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] need help with spam assassin

2010-04-15 Thread nishant amin
hi guys
i am having a unique situation hear.
i have spamdyke up and running and its rejecting a huge amount of
spam.i still have some spam comming through (from domains with valid
rdns)
i have enabled reject-ip-in-cc-rdns in spamdyke.conf.
i then setup an email to which all the users who get spam can forward
that spam to it.is there a way i can have spam assassin look at the
inbox of that specific email account and learn such that such emails
do not come in again.

NB://somthing i have noticed is that once the users forward spam to
that account the headres are some how changed..hence i can to get the
original senders details in the headers
all i see in the headers is my proxy ip since most users forward spam
to me through webmail..

kindly point me in the right direction.

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] understand smtp log

2010-04-15 Thread nishant amin
hi guys
i was looking at the smtp logs on my mail server and came across the
entries below


04-15 14:49:46 tcpserver: status: 11/100
04-15 14:49:46 tcpserver: status: 12/100
04-15 14:49:46 tcpserver: pid 15160 from 84.111.61.254
04-15 14:49:46 tcpserver: ok 15160 mail.cuea.edu:41.204.185.11:25
:84.111.61.254::1442
04-15 14:49:46 tcpserver: status: 13/100
04-15 14:49:46 tcpserver: pid 15161 from 81.84.1.235
04-15 14:49:46 tcpserver: ok 15161 mail.cuea.edu:41.204.185.11:25
:81.84.1.235::18165
04-15 14:49:47 tcpserver: status: 14/100
04-15 14:49:47 tcpserver: pid 15164 from 173.233.212.7
04-15 14:49:47 tcpserver: ok 15164 mail.cuea.edu:41.204.185.11:25
:173.233.212.7::61932
04-15 14:49:48 tcpserver: end 15161 status 0
04-15 14:49:48 tcpserver: status: 13/100

i did a check on 1p 173.233.212.7 results are shown below


Spam Blacklist check for 173.233.212.7:


whois.rfc-ignorant.org has not blacklisted this IP
bl.spamcop.net has blacklisted this IP and the response is 127.0.0.2
sbl.spamhaus.org has not blacklisted this IP
xbl.spamhaus.org has blacklisted this IP and the response is 127.0.0.4
zen.spamhaus.org has blacklisted this IP and the response is 127.0.0.4
psbl.surriel.com has blacklisted this IP and the response is 127.0.0.2


does it mean i am doing a relay for ip 173.233.212.7

kindly help me understabd the above log

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] help with qtp-back+cron job

2010-04-13 Thread nishant amin
thanks dave
i will try it .

On 4/13/10, Dave Hallowell d...@acbsco.com wrote:
 nishant amin,
 I think you probably need to supply the full path to the executable file.
 The first attempt should work if you change it to:
 22 00 * * * /usr/sbin/qtp-backup

 Dave



 On 4/13/2010 3:12 AM, nishant amin wrote:
 hi all

 i am trying to do a cronjob such that qtp-backup command is exectuted
 at specific hour of the day.this has proved fruitless.
 below describes what i have done so far

 1:created a cron tab as follows:
 22 00 * * * qtp-backup


 the above did not work.

 2:i created s acript to run the command and linked it to crontab as
 follows

 A:content of the script
   cd ~
   qtp-backup
 saved it as backup.sh and made it executable

 B:the crontab entry for the above
   22 00 * * * /scripts/./backup.sh


 the above did not work as well.


 kindly point out my mistakes ...

 regards
 nishant amin

 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and
 installations.
   If you need professional help with your setup, contact them today!
 -
  Please visit qmailtoaster.com for the latest news, updates, and
 packages.

   To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
  For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com




 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and installations.
   If you need professional help with your setup, contact them today!
 -
  Please visit qmailtoaster.com for the latest news, updates, and
 packages.

   To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
  For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Re: rbl logs

2010-04-08 Thread nishant amin
thanks eric
@jake this is just a thought.is it possible to do a video on tools in
the qtp package.(ie how to use them)



On Wed, Apr 7, 2010 at 7:32 PM, Eric Shubert e...@shubes.net wrote:
 # qmlog -f smtp
 is a nice command, fwiw. :)

 nishant amin wrote:

 thanks guys
 yes i do use spamdyke..
 yesterday i did a tail -f on smtp current and true to your words
 spamdyke was checking for both reverse dns as well as rbl black list.
 thank you very much


 On Tue, Apr 6, 2010 at 10:39 PM, Jake Vickers j...@qmailtoaster.com
 wrote:

 On 04/06/2010 12:07 PM, Eric Shubert wrote:

 nishant amin wrote:

 hi guys
 i have recently install qmail toaster and when i check view current
 rbl stats in qcontrol it displays
 total number of rbl blocked 0
 rbl logs: is empty..

 is the above normal  the above happened today.2days ago the rbl logs
 would show some activity.

 kindly assist

 nishant amin



 -

 Have you installed spamdyke? I don't know for sure, but I expect that
 rbl
 stats in qcontrol will not work with spamdyke. Jake could say for sure.

 If using Spamdyke then the RBL function of Qmailtoaster would not be
 utilized, so there would be no logs to parse for statistics, so you are
 correct if that is the case.


 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
  Vickers Consulting Group offers Qmailtoaster support and installations.
    If you need professional help with your setup, contact them today!

 -
   Please visit qmailtoaster.com for the latest news, updates, and
 packages.
        To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
   For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com





 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
    Vickers Consulting Group offers Qmailtoaster support and installations.
      If you need professional help with your setup, contact them today!


 --
 -Eric 'shubes'


 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
 -
    Please visit qmailtoaster.com for the latest news, updates, and packages.
         To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] need help with sa-update

2010-04-06 Thread nishant amin
hi guys
i am getting this error once the sa-update is run by cron tab

/etc/cron.daily/qtp-sa-update:

[18914] warn: plugin: failed to parse plugin (from @INC): Can't locate
Mail/DomainKeys/Message.pm in @INC (@INC contains:
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm line 83.
[18914] warn: BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm line 83.
[18914] warn: Compilation failed in require at (eval 59) line 1.

kindly assist

nishant amin

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] rbl logs

2010-04-06 Thread nishant amin
hi guys
i have recently install qmail toaster and when i check view current
rbl stats in qcontrol it displays
total number of rbl blocked 0
rbl logs: is empty..

is the above normal  the above happened today.2days ago the rbl logs
would show some activity.

kindly assist

nishant amin

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Re: need help with sa-update

2010-04-06 Thread nishant amin
thank you ..
i will try out your suggestions..

On Tue, Apr 6, 2010 at 7:01 PM, Eric Shubert e...@shubes.net wrote:
 nishant amin wrote:

 hi guys
 i am getting this error once the sa-update is run by cron tab

 /etc/cron.daily/qtp-sa-update:

 [18914] warn: plugin: failed to parse plugin (from @INC): Can't locate
 Mail/DomainKeys/Message.pm in @INC (@INC contains:
 /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.8
 /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
 /usr/lib/perl5/vendor_perl
 /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at
 /usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm
 line 83.
 [18914] warn: BEGIN failed--compilation aborted at
 /usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/DomainKeys.pm
 line 83.
 [18914] warn: Compilation failed in require at (eval 59) line 1.

 kindly assist

 nishant amin


 -

 Have you run qtp-newmodel within the last year?

 If not, run it. If you don't want to upgrade anything, that's fine. Just
 tell it to rebuild any package. It will install all of the current perl
 dependencies. Once qtp-newmodel gets to the sandbox part, you can quit it.

 I plan to make the dependency installation a script that can be invoked on
 its own, but haven't done do yet.

 Note, I would not recommend using CPAN to upgrade perl modules. There is at
 least one module there (namely MakeMaker) that cause problems with the
 present spamassassin-toaster package.

 --
 -Eric 'shubes'


 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
 -
    Please visit qmailtoaster.com for the latest news, updates, and packages.
         To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Re: rbl logs

2010-04-06 Thread nishant amin
thanks guys
yes i do use spamdyke..
yesterday i did a tail -f on smtp current and true to your words
spamdyke was checking for both reverse dns as well as rbl black list.
thank you very much


On Tue, Apr 6, 2010 at 10:39 PM, Jake Vickers j...@qmailtoaster.com wrote:
 On 04/06/2010 12:07 PM, Eric Shubert wrote:

 nishant amin wrote:

 hi guys
 i have recently install qmail toaster and when i check view current
 rbl stats in qcontrol it displays
 total number of rbl blocked 0
 rbl logs: is empty..

 is the above normal  the above happened today.2days ago the rbl logs
 would show some activity.

 kindly assist

 nishant amin


 -

 Have you installed spamdyke? I don't know for sure, but I expect that rbl
 stats in qcontrol will not work with spamdyke. Jake could say for sure.


 If using Spamdyke then the RBL function of Qmailtoaster would not be
 utilized, so there would be no logs to parse for statistics, so you are
 correct if that is the case.

 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
 -
    Please visit qmailtoaster.com for the latest news, updates, and packages.
         To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com