![]() |
Pedro Rocadas wrote: > --- Andr�_Weidemann <Andre.Weidemann@web.de> wrote: > >>Hi all, >>in the FaxDispatch I set >>SENDTO=Andre.Weidemann@web.de but I do not >>receive an e-mail when a fax comes in. >>How is Hylafax sending the e-mail? Doesn't it need >>an smtp Server? >>Where do I configure this or is Hylax doing it in a >>completly different way? >>Any help would be greatly appreciated. >> >>Thanx a lot in advance, >> Andr�. > > > I know there is sales support, but can I receive a $1 > for this questions? :-). > > ok, do you want receive by email ALL the incomming > fax? Or you want routing by <put here DID, > modem/line>? Can wee see the regexp that you are using > in FaxDispatch? > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com > > ____________________ HylaFAX(tm) Users Mailing List _______________________ > To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi > On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null > Hi Pedro, you can have the dollar if you can solve my problem. This is how my FaxDispatch looks like (Suse 8.0 default): if [ "$5" != "" ]; then PHONEMATCH=$5\$ USERENTRY=`grep -v "^#" etc/users | grep "$PHONEMATCH"` if [ "$USERENTRY" != "" ]; then USERNAME=`echo $USERENTRY | awk '{print $1}'` #I added the next line myself FILETYPE=tif; SENDTO="$USERNAME" fi fi This how the etc/users looks like: # # Sample users file for FaxDispatch on ISDN lines # format: <email> <MSN or extention> # Andre.Weidemann@web.de 'my-phone-number' Those are the files. I might be way off here but HOW is Hylafax sending the file? I have no sendmail no nothing configured on the machine it is running on. The computers only purpose is to recieve faxes and send all of them (preferably via e-amil) to me. Thank you for your help, Andr�. ____________________ HylaFAX(tm) Users Mailing List _______________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null