On Mon, Feb 15, 2010 at 7:25 AM, Michele Carandente <carande...@gmail.com> wrote: > Hi to everybody. > I'm queuing all the emails to be sent. > So the option that is doing it is: default_transport = smtp > > I would like to have the option to send directly emails, without queue.
You can't, at least if you not to write the code :). But you can and should queue only deliverable messages (postfix will do this if you haven't broked the configuration). And, you can but should avoid, put queue directory in RAM. And don't forget a stop/startup script to save and restore RAM fs content, and recover from a abrupt reboot. -- Reinaldo de Carvalho http://korreio.sf.net http://python-cyrus.sf.net "Don't try to adapt the software to the way you work, but rather yourself to the way the software works" (myself)