On Tue, May 31, 2005 at 05:38:55PM +0800, Eddie wrote: > Tzafrir, > > We need to send an email with the fax number for astfax to fax. > eg: > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: ... > > <attach fax image> > > How to configure postfix to understand and deliver this? > I've tried putting this line in /etc/aliases : > fax: |/var/mail/ast_fax/ast_fax /var/mail/ast_fax/ast_fax.call > > It don't seems to works.
This is basically a postfix question and not an asterisk question. What you should do is probably define an alternative transport, "fax", in /etc/postfix/master.cf . See the following example for defining the transport "maildrop": http://www.postfix.org/MAILDROP_README.html This will keep the "local" method for actual mail delivery (e.g: cron jobs to root). You should be able to define such exceptions in the transports file. -- Tzafrir Cohen | [EMAIL PROTECTED] | VIM is http://tzafrir.org.il | | a Mutt's [EMAIL PROTECTED] | | best ICQ# 16849755 | | friend _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
