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
F. Meyer-Kassel:
>/usr/bin/faxmail -n -s a4 -Ml=.99 -d "$2" "$1"
The syntax for the -M option is wrong; man faxmail.
Also, "-s a4" is probably obsolete. Check the "default" line in
/usr/local/lib/fax/pagesizes.
Besides, a better approach than an external script would be
define(`FAX_MAILER_ARGS', faxmail -n -s a4 -M<whatever> -d $u@$h $f)
in the appropriate sendmail.mc file.