Re: [qmailtoaster] Benchmarking POP3

2009-06-15 Thread Jake Vickers

senthil vel wrote:

Dear Eric,
In one of the qmail toaster, the pop3 usage is very very high
(~1000) users using it. The server load is increasing up to 80. So the
server responding strange, Many users are getting auth failure (In
outlook the password prompt is popping up frequently even the
'remember my password' option has been enabled.
   So i am interested to edit the file
/var/qmail/supervise/pop3/run. Its default value is

#!/bin/sh

PASSPROG=/home/vpopmail/bin/vchkpw
HOSTNAME=`hostname --fqdn`

exec /usr/bin/softlimit -m 900 \
/usr/bin/tcpserver -v -R -c 200 0 110 \
/var/qmail/bin/qmail-popup $HOSTNAME \
$PASSPROG /var/qmail/bin/qmail-pop3d Maildir 21


I think increasing 900 to some high values, will make the server
some what regid. But as this is a very busy server, i am having a
short hesitation to take risk. So planned to make changes in a test
environment. But test server does not having that much traffic. So
that i was searching for a tool which make a fake traffic.

Can you help me in hardening the server.

  


Depending on the hardware, that should not be that much of a load. 
Increase the softlimit (double it) and tune mysql.
I have servers with twice that load that run loads of around 10, but 
then again if you're running this on a P3 that will be a bit of a load.

Also tune tcpserver by turning off some un-needed options.

-
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] Benchmarking POP3

2009-06-15 Thread senthil vel
Thanks Jake, One more clarification... 'tune mysql'  means, tuning of
/etc/my.cnf or something more than that?


Thanks and Regards,
S.Senthilvel.




On Mon, Jun 15, 2009 at 4:01 PM, Jake Vickersj...@qmailtoaster.com wrote:
 senthil vel wrote:

 Dear Eric,
        In one of the qmail toaster, the pop3 usage is very very high
 (~1000) users using it. The server load is increasing up to 80. So the
 server responding strange, Many users are getting auth failure (In
 outlook the password prompt is popping up frequently even the
 'remember my password' option has been enabled.
       So i am interested to edit the file
 /var/qmail/supervise/pop3/run. Its default value is

 #!/bin/sh

 PASSPROG=/home/vpopmail/bin/vchkpw
 HOSTNAME=`hostname --fqdn`

 exec /usr/bin/softlimit -m 900 \
 /usr/bin/tcpserver -v -R -c 200 0 110 \
 /var/qmail/bin/qmail-popup $HOSTNAME \
 $PASSPROG /var/qmail/bin/qmail-pop3d Maildir 21


 I think increasing 900 to some high values, will make the server
 some what regid. But as this is a very busy server, i am having a
 short hesitation to take risk. So planned to make changes in a test
 environment. But test server does not having that much traffic. So
 that i was searching for a tool which make a fake traffic.

 Can you help me in hardening the server.



 Depending on the hardware, that should not be that much of a load. Increase
 the softlimit (double it) and tune mysql.
 I have servers with twice that load that run loads of around 10, but then
 again if you're running this on a P3 that will be a bit of a load.
 Also tune tcpserver by turning off some un-needed options.

 -
 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] Benchmarking POP3

2009-06-15 Thread Jake Vickers

senthil vel wrote:

Thanks Jake, One more clarification... 'tune mysql'  means, tuning of
/etc/my.cnf or something more than that?


  


Correct. If you're using the default config file that came with 
CentOs/Fedora then it's tuned for machines with around 256M of RAM.
Watch top and see how much of a load mysql is using. Also make sure you 
have a caching DNS server installed since DNS lookups can drive the load 
up as well.



-
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] Benchmarking POP3

2009-06-15 Thread senthil vel
Thanks a ton Jack.. I am looking over it.


Thanks and Regards,
S.Senthilvel,




On Mon, Jun 15, 2009 at 4:16 PM, Jake Vickersj...@qmailtoaster.com wrote:
 senthil vel wrote:

 Thanks Jake, One more clarification... 'tune mysql'  means, tuning of
 /etc/my.cnf or something more than that?




 Correct. If you're using the default config file that came with
 CentOs/Fedora then it's tuned for machines with around 256M of RAM.
 Watch top and see how much of a load mysql is using. Also make sure you have
 a caching DNS server installed since DNS lookups can drive the load up as
 well.


 -
 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] Benchmarking POP3

2009-06-15 Thread Biju Jose
Senthilvel,

Is your line chocked? What bandwidth do you have for the connection?.
I had a similar issue earlier on one server and upgrading the DSL line from
384Kbps to 1gbps solved it.

Biju Jose

-Original Message-
From: senthil vel [mailto:senthilv...@gmail.com] 
Sent: Monday, June 15, 2009 4:20 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Benchmarking POP3

Thanks a ton Jack.. I am looking over it.


Thanks and Regards,
S.Senthilvel,




On Mon, Jun 15, 2009 at 4:16 PM, Jake Vickersj...@qmailtoaster.com wrote:
 senthil vel wrote:

 Thanks Jake, One more clarification... 'tune mysql'  means, tuning of
 /etc/my.cnf or something more than that?




 Correct. If you're using the default config file that came with
 CentOs/Fedora then it's tuned for machines with around 256M of RAM.
 Watch top and see how much of a load mysql is using. Also make sure you
have
 a caching DNS server installed since DNS lookups can drive the load up as
 well.




-
 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] Benchmarking POP3

2009-06-14 Thread Truong Duc Luong
Hi senthil,

You can install some tools have services monitoring ability like: Manage
Engine Opmanager, BMC, cacti,...

-Original Message-
From: news [mailto:n...@ger.gmane.org] On Behalf Of Eric Shubert
Sent: Saturday, June 13, 2009 9:36 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Benchmarking POP3

senthil vel wrote:
 Dear List,
 
   Is there any tool to benchmark the pop3 service?.  Thanks in
 advance
 
 
 
 Thanks and Regards,
 S.Senthilvel.
 

None that I'm aware of that target pop3 specifically.
What are you interested in measuring?

-- 
-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] Benchmarking POP3

2009-06-14 Thread senthil vel
Dear Eric,
In one of the qmail toaster, the pop3 usage is very very high
(~1000) users using it. The server load is increasing up to 80. So the
server responding strange, Many users are getting auth failure (In
outlook the password prompt is popping up frequently even the
'remember my password' option has been enabled.
   So i am interested to edit the file
/var/qmail/supervise/pop3/run. Its default value is

#!/bin/sh

PASSPROG=/home/vpopmail/bin/vchkpw
HOSTNAME=`hostname --fqdn`

exec /usr/bin/softlimit -m 900 \
/usr/bin/tcpserver -v -R -c 200 0 110 \
/var/qmail/bin/qmail-popup $HOSTNAME \
$PASSPROG /var/qmail/bin/qmail-pop3d Maildir 21


I think increasing 900 to some high values, will make the server
some what regid. But as this is a very busy server, i am having a
short hesitation to take risk. So planned to make changes in a test
environment. But test server does not having that much traffic. So
that i was searching for a tool which make a fake traffic.

Can you help me in hardening the server.

Dear Truong,
  The monitoring tolls do not provide any bench marking no?
They show the service is down at peak times. Reason was unable to
connect or connection timed out.



Thanks and Regards,
S.Senthilvel,
Webindia Internet Services
Chennai - 600 029, India.




On Sat, Jun 13, 2009 at 8:05 PM, Eric Shuberte...@shubes.net wrote:
 senthil vel wrote:

 Dear List,

          Is there any tool to benchmark the pop3 service?.  Thanks in
 advance



 Thanks and Regards,
 S.Senthilvel.


 None that I'm aware of that target pop3 specifically.
 What are you interested in measuring?

 --
 -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] Benchmarking POP3

2009-06-13 Thread senthil vel
Dear List,

  Is there any tool to benchmark the pop3 service?.  Thanks in
advance



Thanks and Regards,
S.Senthilvel.

-
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] Benchmarking POP3

2009-06-13 Thread Eric Shubert

senthil vel wrote:

Dear List,

  Is there any tool to benchmark the pop3 service?.  Thanks in
advance



Thanks and Regards,
S.Senthilvel.



None that I'm aware of that target pop3 specifically.
What are you interested in measuring?

--
-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