Integrating Hylafax with CUPS

in

On RHEL4:

service cups restart
  • add printer for local T38 fax modem
lpadmin -p TestFax2 -v hylafax://fax2.ourdom.com
        -D "2nd Fax - T38 Hylafax Printer" -L "server.ourdom.com"
        -m hylafax.ppd -u allow:root,remroot,@faxlords
        -o printer-is-shared=true -o printer-error-policy -E

On Ubuntu:

/etc/init.d/cupsys restart
  • add printer for local T38 fax modem
lpadmin -p TestFax1 -v hylafax://fax1.ourdom.com
        -D "1st Fax - T38 Hylafax Printer" -L "tk.ourdom.com"
        -m hylafax.ppd -u allow:root,remroot,@faxlords
        -o printer-is-shared=true -o printer-error-policy -E

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
To prevent automated spam submissions leave this field empty.