HylaFAX The world's most advanced open source fax server |
Hey Guys, In regards to the Hylafax+ HOWTO section…how I use my configuration to send faxes using the mail2sendfax script? Right now my sendmail.mc file has the following added to it: define(`FAX_MAILER_PATH',`/usr/bin/faxmail')dnl define(`FAX_MAILER_ARGS',`faxmail -d -n -p 12pt $u@$h $f')dnl MAILER(`fax')dnl This works perfectly to use to faxmail to send the fax…but I wanted to use the script that is mentioned in the HOWTO. If I change that to read: define(`FAX_MAILER_PATH',`/usr/bin/mail2sendfax')dnl define(`FAX_MAILER_ARGS',`mail2sendfax -d -n -p 12pt $u@$h $f')dnl MAILER(`fax')dnl It fails to work. Can anybody direct me to some instructions for this? Thanks! Lucas |