HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] Newbie: SENDTO in FaxDispatch does not work
--- André_Weidemann <Andre.Weidemann@web.de> wrote:
>
> 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é.
Uh? In your first post you pointed that you don't have
an MTA running in your system :-). And pointed it
again in the second. You needed a MTA in your system,
the use of sendmail is the current option but you can
use postfix for example.
__________________________________________________
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