Rich Shepard wrote:
On Wed, 11 Feb 2009, Terry Carmen wrote:
What do you get with:
grep E4041AAE /var/log/maillog
Terry,
Feb 9 11:43:58 salmo postfix/smtpd[17963]: E4041AAE:
client=vms173007pub.verizon.net[206.46.173.7]
Feb 9 11:43:59 salmo postfix/cleanup[17966]: E4041AAE:
message-id=<88ba18204f8d4137a8f4a4b0601d2...@mrdsoffice>
Feb 9 11:43:59 salmo postfix/qmgr[32715]: E4041AAE:
from=<usern...@gte.net>, size=4572, nrcpt=1 (queue active)
Feb 9 11:44:01 salmo postfix/local[17967]: E4041AAE:
to=<rshep...@appl-ecosys.com>, relay=local, delay=4, delays=1.4/0/0/2.6,
dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail)
Feb 9 11:44:01 salmo postfix/qmgr[32715]: E4041AAE: removed
Might be worth turning on logging procmail. I don't see any problem from
postfix, looks like the mail was delivered and whatever procmail did
with it will probably revealed via procmail's log for future messsages.
In procmailrc:
LOGFILE="/path/to/procmail.log"
J.P.