>Since the beginning when I first installed and configured IMGate, I've
>notice long delays in sending mail.  There's at least a two minute delay
>from when the mail is accepted until it's finally delivered.  In
>/var/log/maillog it will show a delay of  160 to 200 or more seconds.
>
>I'm running a P200, but so is our IMail server and it usually sends the
>message immediately.  I realize that there's some processing of the
>message by Postfix which IMail doesn't do, but is this typical or normal
>behavior of Postfix?

No, mail through postfix to internet be delivered in a short as well under 
5 seconds.

are you seeing deferrals?

or is the delay due to the messages sitting in incoming queue?  In the 
mailq program outpout, they will have a * by the msg id.  you can also see with

find /var/spool/postfix/deferred -maxdepth 5 -type f | wc -l
find /var/spool/postfix/incoming -maxdepth 5 -type f | wc -l

deferrals are going to show in maillog, but delays in the incoming queue won't.

Len




Reply via email to