Domain throttling in Postfix

2010-11-24 Thread Avinash Pawar // Viva
Hi, I want to put throttling in postfix. Throttling can be of two types : 1. Domain wise throttling (i.e. postfix should sent only 10 mails to gmail.com and 20 to yahoo.com at a time) 2. On hour basis throttling (i.e. postfix should sent only 1 emails in 1 hour) Is it possible to have such

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

Re: Postfix Optimization

2010-11-19 Thread Avinash Pawar // Viva
: 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

Postfix sends 3-4 mails per second

2010-11-07 Thread Avinash Pawar // Viva
Hi, Before 4 days my postfix sends 45-50 mails per second. Now my postfix sends only 3-4 mails per second. Can you tell me why it is happened? -- Incase of any further queries, Please feel free to mail me or contact me on the numbers provided below. Thanks Regards, Avinash Pawar Project

Re: Postfix sends 3-4 mails per second

2010-11-07 Thread Avinash Pawar // Viva
, 2010 at 2:37 PM, Patrick Ben Koetter p...@state-of-mind.dewrote: * Avinash Pawar // Viva avin...@vivainfomedia.com: Before 4 days my postfix sends 45-50 mails per second. Now my postfix sends only 3-4 mails per second. Can you tell me why it is happened? Your server was an open relay

Re: Postfix sends 3-4 mails per second

2010-11-07 Thread Avinash Pawar // Viva
, Nov 7, 2010 at 3:41 PM, mouss mo...@ml.netoyen.net wrote: Le 07/11/2010 10:58, Avinash Pawar // Viva a écrit : Nov 7 01:21:47 dell860-403 postfix/smtp[7103]: D49ADC130086: to=rdcha...@yahoo.co.in mailto:rdcha...@yahoo.co.in, relay=mx1.mail.in.yahoo.com http://mx1.mail.in.yahoo.com

Routing emails through multiple postfix servers

2010-10-05 Thread Avinash Pawar // Viva
Hi, Please suggest me solution on following requirements : User will send emails on one postfix server then this server will route email traffic to multiple postfix servers. How we can implement this feature ? Should we use any Load Balancer? -- Incase of any further queries, Please feel

Maximum Concurrent Connections

2010-09-20 Thread Avinash Pawar // Viva
Hi, I want to know how we can increase the maximum number of concurrent connections. So please tell me at what extent I can increase value and where it is stored? -- Incase of any further queries, Please feel free to mail me or contact me on the numbers provided below. Thanks Regards,

deferred status

2010-09-13 Thread Avinash Pawar // Viva
Hi, I got the following error in maillog file from last 4-5 days whenever I send the message : ♫ Sep 13 06:31:58 dell860-504 postfix/smtp[8930]: 16A1842B81DA: to= x...@xx.com, relay=none, delay=1.6, delays=1.3/0/0.33/0, dsn=4.4.1, status=deferred (connect to xxx.com[xxx.xxx.xxx.xx]:

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

Want description

2010-08-27 Thread Avinash Pawar // Viva
Hi, I want the description of following lines which are found in maillog file : Aug 27 04:23:21 dell860-504 postfix/scache[20225]: statistics: start interval Aug 27 04:19:59 Aug 27 04:23:21 dell860-504 postfix/scache[20225]: statistics: domain lookup hits=1 miss=10 success=9% Aug 27 04:23:21

Priority Management in postfix

2010-06-27 Thread Avinash Pawar // Viva
Hi, I want to give priority to each outbound email and as per priority email will be sent. For example, if there are three email with priority *high*, *medium* and * low* respectively. In this case, the high priority email should be sent first, then medium priority email should be sent then low

Re: different IP for outbound mail

2010-06-16 Thread Avinash Pawar // Viva
) and send the mail with the help of choose IP. Please suggest me any solution for the same. On Tue, Jun 15, 2010 at 7:21 PM, Wietse Venema wie...@porcupine.org wrote: Avinash Pawar // Viva: Dear Sir/Madam, When any e-mail sent from postfix, the system's IP address will be use in email header

different IP for outbound mail

2010-06-15 Thread Avinash Pawar // Viva
Dear Sir/Madam, When any e-mail sent from postfix, the system's IP address will be use in email header. But I want that each mail should take different ip's. These ip's will store in ip tables or they will save in virtual interfaces. Please suggest me whether this is possible or not. If