On 13/12/10 23:43, Javivi wrote: > Hi, i'm using exim4 to send email until now. Now i need received email, but > this email I need to send to a script, this script take the file attach and > send it to another program.
You need to configure a pipe transport for exim to use. http://www.exim.org/exim-html-3.20/doc/html/spec_18.html I'm guessing that the best method for you would be to get exim to deliver through procmail, and then ask procmail to pass selected messages through to your script. http://www.exim.org/exim-html-3.20/doc/html/spec_18.html#SEC540 Procmail can be used to examine details of each message, and decide whether to pass them to your script, or whether to do delivery onwards to the users mailbox. http://www.procmail.org/ -jim -- ## 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/
