Charles Gregory:
>
> Additional info:
>
> All that shows in the logs is,
>
> Apr 24 08:26:59 barton postfix/pickup[14103]: 849CFF4569: uid=0
> from=<root>
> Apr 24 08:26:59 barton postfix/cleanup[2161]: 849CFF4569:
> message-id=<[email protected]>
> Apr 24 08:27:09 barton postfix/qmgr[6233]: 849CFF4569:
> from=<[email protected]>, size=278, nrcpt=1 (queue active)
> Apr 24 08:27:09 barton postfix/local[2235]: 849CFF4569:
> to=<[email protected]>, orig_to=<mungedactualalias>,
> relay=local, delay=10, status=deliverable (delivery via
> local: delivers to command: /usr/bin/procmail)
> Apr 24 08:27:40 barton postfix/qmgr[6233]: 849CFF4569: removed
This the result of root executing "sendmail -bv mungedactualalias".
I notice some unusual delays. You have a 10s delay between the
cleanup daemon dropping mail into the incoming queue, and the qmgr
scheduler opening the file for delivery. Then, there is a 31
seconds delay between the local daemon finishing delivery, and the
qmgr scheduler removing the message from the queue.
Possible explanations:
- Your mail server runs on a very slow CPU or file system.
- Your mail server is virtualized (VM, jail, zone, etc.) and gets
only a fraction of the resources of a real machine.
- Your mail server is suffering from 100x red-shift due to the
rapid expansion of the universe.
Sending Postfix off into space to study time dilation effects, that
is an option that I haven't considered before.
Wietse