Please check your configuration file /etc/hylafax/hosts.hfaxd. More
information is available with "man hosts.hfaxd", "man faxadduser".
The normal content of that file should be:
# hosts.hfaxd
# This file contains permissions and password for every user in
# the system.
#
# For more information on this biject, please see its man page
# and the commands faxadduser and faxdeluser.
localhost:21::
Bye,
Giuseppe
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-us...@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sa...@ifax.com.*
hylafax for debian is already compiled using PAM support. In order to
enable it create a file called /etc/pam.d/hylafax with these three lines:
@include common-auth
@include common-account
@include common-session
At this point every access to hylafax will require user/password. Access
from external machines may use local users, but also all local accesses
will *require* a password, i.e., if you type 'faxstat -s' you will be
prompted for password authentication.