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] faxmail



At 04:50 PM 5/18/01 -0400, Tech Support wrote:
>I'm hoping someone can shed some light on a problem that I am having
>using faxmail with exim.
>
>I have *one* user who wants email faxed to him. I set up an alias as
>follows:
>
>sam:    "|/usr/bin/faxmail -d info@555-1212"
>
>Everything works fine... almost. The mail gets converted and the fax
>sent perfectly. The problem I have is that after the job is submitted
>hylafax returns a message about queuing the fax on the fax server:
>
>request id is 157 (group id 157) for host zeus.elbnet.com (1 file)
>
>Exim thinks this is an error and returns a failure message to the
>original email sender. Is there any way to stop hylafax from outputting
>the queuing message?

Yes, you need to eliminate the stdout, apparently...

sam:    "|/usr/bin/faxmail -d info@555-1212 >/dev/null 2>&1"
will eliminate stdout *and* stderr
sam:    "|/usr/bin/faxmail -d info@555-1212 >/dev/null"
will eliminate only stdout

Lee.



____________________ HylaFAX(tm) Users Mailing List _______________________
 To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null




Project hosted by iFAX Solutions