> is the hook after the IMail SMTPD session is complete and the msg is > completely received, but before delivery to the mailbox?
Yes, the hook is after the SMTPD session is complete, but before delivery to the mailbox. IMail writes the Q*.SMD and D*.SMD files to the spool folder, terminates the SMTPD session, then spawns the custom delivery process passing it the queue file name. Then your custom delivery process does whatever it wants with the queue files, and when it is done (if you still want the email delivered to the mailbox) your custom process must spawn smtp32.exe and pass it the queue file name as a parameter. Bill -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Len Conrad Sent: Monday, March 29, 2004 2:50 PM To: [EMAIL PROTECTED] Subject: [IMGate] hook to IMail For any of you have looked at the Imail hook at the programming level: is the hook after the IMail SMTPD session is complete and the msg is completely received, but before delivery to the mailbox? in postfix terms, is the hook positioned sortat like a postfix content-filter, after the smtpd process? thanks Len
