On 8/19/2011 10:27 AM, Ram wrote: >>> To avoid the double write to disk can I write to postfix queue >>> directly >>> using some postfix library >> Direct Postfix queue access is not and will never be supported. > I think I will have to make my app parallel processing. > But is there a reason why you should not make a postfix-devel > package :-) > Postfix has a impressive set of features , this could be one of them > too.
To avoid double writes, open an SMTP connection rather than a file. To get parallel delivery, use multiple SMTP connections. But from the volume you've described, you'll have trouble without using specialized hardware. -- Noel Jones