HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: Problems with faxmail
Hi !
Yes, you were right, faxmail was called twice. Now I only call it once, from
sendmail, like suggested:
Mfax, P=/usr/bin/faxmail, F=DFMhu, S=14, R=24, M=100000,
T=X-Phone/X-FAX/X-Unix
A=faxmail -d $u@$h $f
But now the fax is sent over and over again, and I get this mail back:
-----------Snip----------Snip--------Snip------------
**********************************************
** THIS IS A WARNING MESSAGE ONLY **
** YOU DO NOT NEED TO RESEND YOUR MESSAGE **
**********************************************
The original message was received at Fri, 18 Feb 2000 10:27:35 +0100
from [192.168.99.144]
----- The following addresses had transient non-fatal errors -----
<dsjkds@74101588.FAX>
----- Transcript of session follows -----
451 mailer fax died with signal 13
Arguments: faxmail -d dsjkds@74101588 meyer-kassel@online-shop-ag.de
<dsjkds@74101588.FAX>... Deferred
Warning: message still undelivered after 1 minute
Will keep trying until message is 5 days old
-----------Snip----------Snip--------Snip------------
I also tried this invocation:
Mfax, P=/usr/bin/faxmail, F=DFMhu, S=14, R=24, M=100000,
T=X-Phone/X-FAX/X-Unix
A=faxmail -d $u@$h
Same Problem, Mail ends in /var/spool/mqueue and is resent and resent
again....
Any Ideas ?
Thanks for your help !
Florian
-----Ursprüngliche Nachricht-----
Von: Christian Nause <Christian.Nause@Hagen.de>
An: F. Meyer-Kassel <meyer-kassel@online-shop-ag.de>
Cc: <flexfax@sgi.com>
Gesendet: Donnerstag, 17. Februar 2000 17:58
Betreff: Re: flexfax: Problems with faxmail
> Hi Florian,
>
> "F. Meyer-Kassel" schrieb:
> >
> > Hi !
> >
> > Thanks for your answer, but I doubt that this is really the problem,
because
> > "mailfax" ain't nothing more than a shell-script which calls faxmail. I
> > named them different so nobody will get confused... ;-)
> >
> > mailfax looks like this, only two lines:
> >
> > #! /bin/sh
> > /usr/bin/faxmail -n -s a4 -Ml=.99 -d "$2" "$1"
> >
> > As you can see it doesn't do anything more than calling faxmail with
some
> > params....
> >
> > Greetings
> >
> > Florian
>
> In my opinion you call faxmail twice. One call with sendmail and
> one call with your script. Why do you do that?
>
> For your help, a piece from my sendmail.cf which works fine:
> Mfax, P=/usr/local/bin/faxmail, F=DFMhu, S=14, R=24, M=100000,
> T=X-Phone/X-FAX/X-Unix
> A=faxmail -d $u@$h $f
>
> Christian
>