Hello to all, finally I did the trick. I set up a "virtual domain local mail account" with couriers webadmin. This are the lines you nedd to fax with another address than @fax (change this with your domain)tplk.fax || echo "$EXT"@fax|cut -d - -f 2 cut eliminates the fax- in front of [EMAIL PROTECTED]
then save and install new configuration. Webadmin then creates in /usr/lib/courier/etc/aliasdir/ the directory .courier-:webadmin. And within this directory a file tplk:fax-default. This file have the content || echo "$EXT"@fax|cut -d - -f 2. In my /usr/lib/courier/aliases/webadmin the line @tplk.fax: .webadmin/tplk.fax Greetings daniel -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Sam Varshavchik Gesendet: Dienstag, 12. September 2006 00:16 An: [email protected] Betreff: Re: [courier-users] Courierfax Daniel Müller writes: > Hi, > > now if I put > @fax.domain.com: fax in my alias file > it is to be rewritten at smtp to: "[EMAIL PROTECTED]". > This is wrong. Nope. This is right. See Virtual Domains in the makealiases(8) man page. > The right way to be rewritten should be > "[EMAIL PROTECTED]". > > When I put the file .courier-fax-default into my directory > /usr/lib/courier/etc/aliasdir > With the content || echo "$EXT"@fax > > Nothing happens except the mails to my faxaddress ([EMAIL PROTECTED]) rest > in my mailque forever. Of course something happens. And to find out exactly what happened, you look at the maillog/syslog file. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
