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] notification (hylafax script bug)
I traced it to a bug in the /var/spool/hylafax/bin/notice
It contains a line piping the output of awk to sendmail reading something
like this
) | 2>&1 $SENDMAIL -t -ffax -oi
This is bugged since awk does not produce the mime mail on STDERR but on
STDOUT
so the line should read
) | $SENDMAIL -t -ffax -oi
Erik_Vanherck@inventivedesigners.com schrieb:
>
> I want to enable notification when a job is done, failed or requeued.
> Setting the Notify option in sendfax.conf nor specifying -D seems to
work.
> Another option that does not work is -T.
> The emails are never sent ..
>
> I'm using hylafax-4.1rc2
Just a guess :
what does your local mailer said (logfiles?)
what does the hylafax logfiles mean?
Tell it to the list so anyone maybe gives you the right hint
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null