St?phane MERLE: > Hi, > > Le 06/06/2011 18:43, Wietse Venema a ?crit : > > St?phane MERLE: > >> Hi, > >> > >> I can see in my logs that postfix is "waiting" for 10s between each email. > > What are the name and arguments of the program that is waiting?
> this is a php script using the mail command ... > $retour=mail($to, $subject, $message, $headers, $option5); This uses /usr/sbin/sendmail. It places your messages into the /var/spool/postfix/maildrop directory, where they wait to be picked up by Postfix (but only when Postfix is running). > > Like, looking at the mail logfile, with all the warnings where > > Postfix is trying to tell you that there is a problem. > > > > http://www.postfix.org/DEBUG_README.html#logging Wietse