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. So I was thinking to write something like: default_transport = mysql:/etc/postfix/default_transport.cf where the database was giving me the right value to do it. In this case which will be the value of default transport to send email without put in queue? I tried with an empty value, but it's not working... it's look like need to be commented out... any idea? Thanks Michele