Hi, I wonder if it is possible to process failed delivery notices with MIMEDefang? This is what happens on my server:
1. A workstation on the LAN sends out an email through our email server. Our email server uses MIMEDefang to process all email messages. 2. The remote SMTP server did not accept the email when our email server tries to deliver it. 3. Our email server generates a failed delivery notice to the sender of the email. The problem is that MIMEDefang does not process the notice email generated in step 3. Here are the log file entries: -------------------------------- Jul 15 13:56:56 ls2 sendmail[3589]: i6FKudF0003589: from=<[EMAIL PROTECTED]>, size=65967319, class=0, nrcpts=1, msgid=<[EMAIL PROTECTED]>, proto=SMTP, daemon=MTA, relay=mando.local [192.168.0.147] Jul 15 13:57:45 ls2 sendmail[3589]: i6FKudF0003589: Milter add: header: X-Scanned-By: MIMEDefang 2.42 Jul 15 16:28:09 ls2 sendmail[2097]: i6FKudF0003589: to=<[EMAIL PROTECTED]>, delay=02:31:25, xdelay=01:19:22, mailer=relay, pri=66087319, relay=relay.pair.com. [209.68.1.20], dsn=5.0.0, stat=Service unavailable Jul 15 16:28:09 ls2 sendmail[2097]: i6FKudF0003589: i6FM8jh7002097: DSN: Service unavailable Jul 15 16:28:50 ls2 sendmail[2097]: i6FM8jh7002097: to=<[EMAIL PROTECTED]>, delay=00:00:41, xdelay=00:00:30, mailer=smtp, pri=65998603, relay=sco.local. [192.168.0.121], dsn=2.0.0, stat=Sent (QAA01425 Message accepted for delivery) -------------------------------- The original email (msgid: i6FKudF0003589) gets processed by MIMEDefang but it looks like the notification message (msgid: i6FM8jh7002097) never gets processed. Is there a way I can process these notification emails with MIMEDefang? Thanks for your help, Kjell _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

