0

I'd like to build an email to fax gateway. The OS will be Linux. It will periodically check an email address via POP3 and derive the fax number, etc, from the email. The email will be encrypted to prevent "fax spam". I need to be able to specify the details via the CLI - so GUI software is a bad idea.

The question is, what is some good FOSS CLI fax software for Linux? Why do you recommend it?

d-_-b
  • 1,124
  • 3
  • 11
  • 23

1 Answers1

5

Hylafax. Works flawlessly. Simple instructions, complex abilities. Works great with USB modems. Free. Active development. Of course I recommend it. :)

Leo
  • 1,038
  • 1
  • 8
  • 13
  • 1
    And if you need a web front end. Take a look at AvantFax – xeon Jul 06 '10 at 22:10
  • AvantFax looks cool! I guess this will be useful for keeping track of the faxes that were sent and if one wants to send on manually. – d-_-b Jul 07 '10 at 12:26