On Fri, 2009-09-04 at 17:19 +0100, Jonathan Gilpin wrote: > Is it possible to run an external command after delivering a mail to a > mailbox? perhaps to fork an external delivery via SMTP from a maildir?
Not exactly - Pipe delivery & do anything you want? Use an unseen router to duplicate delivery Use system filter to duplicate delivery Once a message is delivered to all recipients, the work of the MTA is done. If you want to do some thing once an email has been delivered completely to a Maildir, perhaps you could look into using inotify or a cron job. -- The Exim manual - http://docs.exim.org -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
