Maximum number of delivery of emails

2010-09-07 Thread Avinash Pawar // Viva
Hi, I want to send 1 Lacs emails per hour. Please suggest me the steps to achieve this. -- Incase of any further queries, Please feel free to mail me or contact me on the numbers provided below. Thanks Regards, Avinash Pawar Software Engineer. Viva Infomedia Pvt. Ltd. 242, Oshiwara

Re: Maximum number of delivery of emails

2010-09-07 Thread Victor Duchovni
On Tue, Sep 07, 2010 at 01:50:30PM +0530, Avinash Pawar // Viva wrote: I want to send 1 Lacs emails per hour. Most readers of this (international) list do not know that 1 lac is 100,000. This usage is largely confined to India. Please suggest me the steps to achieve this. This is

Re: Maximum number of delivery of emails

2010-09-07 Thread Ralf Hildebrandt
* Victor Duchovni victor.ducho...@morganstanley.com: On Tue, Sep 07, 2010 at 01:50:30PM +0530, Avinash Pawar // Viva wrote: I want to send 1 Lacs emails per hour. Most readers of this (international) list do not know that 1 lac is 100,000. This usage is largely confined to India. Ah! I'm

Re: Maximum number of delivery of emails

2010-09-07 Thread Avinash Pawar // Viva
Hi, How many mails can I sent using basic configuration of postfix? Also please give me some idea about postfix performance tuning. On Tue, Sep 7, 2010 at 6:44 PM, Victor Duchovni victor.ducho...@morganstanley.com wrote: On Tue, Sep 07, 2010 at 01:50:30PM +0530, Avinash Pawar // Viva wrote:

Re: Maximum number of delivery of emails

2010-09-07 Thread Victor Duchovni
On Tue, Sep 07, 2010 at 06:50:17PM +0530, Avinash Pawar // Viva wrote: How many mails can I sent using basic configuration of postfix? This question has no answer, except to say that on typical commodity server hardware you are unlikely to send more than ~3,000 msgs/sec per Postfix instance. A

Re: Maximum number of delivery of emails

2010-09-07 Thread lst_hoe02
Zitat von Victor Duchovni victor.ducho...@morganstanley.com: On Tue, Sep 07, 2010 at 06:50:17PM +0530, Avinash Pawar // Viva wrote: How many mails can I sent using basic configuration of postfix? This question has no answer, except to say that on typical commodity server hardware you are

Re: Maximum number of delivery of emails

2010-09-07 Thread Victor Duchovni
On Tue, Sep 07, 2010 at 06:13:23PM +0200, lst_ho...@kwsoft.de wrote: This question has no answer, except to say that on typical commodity server hardware you are unlikely to send more than ~3,000 msgs/sec per Postfix instance. A queue-manager performance test I ran 2 years ago showed that at

Re: Maximum number of delivery of emails

2010-09-07 Thread Jeroen Geilman
On 09/07/2010 08:07 PM, Victor Duchovni wrote: On Tue, Sep 07, 2010 at 06:13:23PM +0200, lst_ho...@kwsoft.de wrote: This question has no answer, except to say that on typical commodity server hardware you are unlikely to send more than ~3,000 msgs/sec per Postfix instance. A queue-manager

Re: Maximum number of delivery of emails

2010-09-07 Thread lst_hoe02
Zitat von Victor Duchovni victor.ducho...@morganstanley.com: On Tue, Sep 07, 2010 at 06:13:23PM +0200, lst_ho...@kwsoft.de wrote: This question has no answer, except to say that on typical commodity server hardware you are unlikely to send more than ~3,000 msgs/sec per Postfix instance. A

Re: Maximum number of delivery of emails

2010-09-07 Thread Victor Duchovni
On Tue, Sep 07, 2010 at 09:07:54PM +0200, lst_ho...@kwsoft.de wrote: Single-core CPU limit. The system had 4 CPUs and the load peaked at ~25%. The queue manager is single-threaded, and must do a fair amount of message envelope processing. So the current design tops out at ~2-3k msgs/sec,

Re: Maximum number of delivery of emails

2010-09-07 Thread Wietse Venema
Victor Duchovni: On Tue, Sep 07, 2010 at 09:07:54PM +0200, lst_ho...@kwsoft.de wrote: Single-core CPU limit. The system had 4 CPUs and the load peaked at ~25%. The queue manager is single-threaded, and must do a fair amount of message envelope processing. So the current design tops out at