HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: Error message
> Nov 19 09:14:25 peo1 FaxQueuer[6957]: Bad exit status 042400 for "bin/notify
> "doneq/q9" "done" "1:10""
042400 = 69 * 256
>From sendmail's sysexits.h file:
#define EX_UNAVAILABLE 69 /* service unavailable */
The most common causes for service unavailable in my experience is broken
email address syntax and anti-relay measures.
A permission problem on the directory ought to produce a syslog message;
actually, even this failure would probably produce one.