Re: [exim] exim and email to fax

Góra strony
Delete this message
Reply to this message
Autor: Luca Bertoncello
Data:  
Dla: exim-users
Temat: Re: [exim] exim and email to fax
"Gregory Machin" <gregory.machin@???> 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
(lucabert@???)