OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Fax server with postfix

From: Kai Fürstenberg (postfixfuerstenberg.ws)
Date: Mon Oct 02 2006 - 00:50:45 CDT


Giedrius Augys schrieb:
> My question is about , how to configure postfix , when a new message
> arrive to particular user, postfix executes script, which grabs
> subject fields and puts atachment to temp dir and later using agi I
> will transmit fax..
Ok,

You have a install also a MTA with filtering language (e.g. procmail).
Then you can use something like
mailbox_transport = procmail
in main.cf. You can also work with transport_maps to do this (please
also read the documentation).

Postfix does not execute any scripts on a special mail, but procmail can
do this.

So you need both (MDA and MTA): Postfix to accept the mail and deliver
it to the MTA which executes the script on that mail and creates a call
file or executing the agi-script or whatever.

Kai