postfix takes 60-90ms to queue email -- normal?
- by Jeff Atwood
We're seeing some (maybe?) strange delays when submitting individual emails to our local Postfix server.
To help diagnose the issue, I wrote a little test program which sends 5 emails:
get smtp 1ms ( 1 ms)
email 0 677ms (676 ms)
email 1 802ms (125 ms)
email 2 890ms ( 88 ms)
email 3 973ms ( 83 ms)
email 4 1088ms (115 ms)
Discounting the…