Re: Postfix Optimization

2010-11-19 Thread Randy Ramsdell
Victor Duchovni wrote: On Fri, Nov 19, 2010 at 06:05:12PM +0530, Avinash Pawar // Viva wrote: I also noticed the number of TCP connections by *ss -s *command Whenever it goes beyond 900 then mail sending speed is 5-6 mails per second. When the connections are below 900 then the mail sending s

Re: Postfix Optimization

2010-11-19 Thread Victor Duchovni
On Fri, Nov 19, 2010 at 06:05:12PM +0530, Avinash Pawar // Viva wrote: > I also noticed the number of TCP connections by *ss -s *command > > Whenever it goes beyond 900 then mail sending speed is 5-6 mails per second. > > When the connections are below 900 then the mail sending speed is 100-200.

Re: Postfix Optimization

2010-11-19 Thread Wietse Venema
Avinash Pawar // Viva: > Hi, > > I also noticed the number of TCP connections by *ss -s *command Postfix uses one process per TCP connection - one SMTP client or one SMTP server, depending on the direction. > Whenever it goes beyond 900 then mail sending speed is 5-6 mails per second. > > When

Re: Postfix Optimization

2010-11-19 Thread Avinash Pawar // Viva
Hi, I also noticed the number of TCP connections by *ss -s *command Whenever it goes beyond 900 then mail sending speed is 5-6 mails per second. When the connections are below 900 then the mail sending speed is 100-200. On Fri, Nov 19, 2010 at 5:50 PM, Wietse Venema wrote: > Avinash Pawar //

Re: Postfix Optimization

2010-11-19 Thread Wietse Venema
Avinash Pawar // Viva: > Hi, > > I have developed PHP and MySQL web application which sending mails to > postfix by using fsockopen command. > > Whenever there is no mailq then mail sending is very fast almost 1000 in > 6-10 seconds. (i.e. it sends almost 100-200 mails per second). > > But whene

Postfix Optimization

2010-11-19 Thread Avinash Pawar // Viva
Hi, I have developed PHP and MySQL web application which sending mails to postfix by using fsockopen command. Whenever there is no mailq then mail sending is very fast almost 1000 in 6-10 seconds. (i.e. it sends almost 100-200 mails per second). But whenever I send bulk mails then most of the ma