"Gregory Machin" <[EMAIL PROTECTED]> schrieb:

> Has anyone setup email to fax using, is there a good howto on it ?

Yes, I did!

Unfortunately, I can't send you my script, because I did it for my firm...
But "man faxmail" will help you!

You have just to pipe the E-Mail to a script with faxmail et voila'!
In your Exim-Configure, you have to add a pipe_transport to your router like
this:

------------
address_pipe:
  driver = pipe
  return_output
------------

then, in your data (of the router!), something like:

------------
# EXIM Filter

pipe "/your/script.sh"
------------

Hope to help!
Luca Bertoncello
([EMAIL PROTECTED])

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to