# cat /etc/mgetty+sendfax/sendfax.config
#
# sendfax configuration file
#
# this is a sample configuration file, see mgetty.info for details
#
# comment lines start with a "#", empty lines are ignored
# ----- global section -----
#
# In this section, you put the global defaults, per-port stuff is below
# tell everybody what's going on
verbose y
# ... and send everything to the log file (quite detailed)
debug 5
# which devices to use for outgoing faxes
fax-devices modem
# which fax number to transmit to the receiving station
fax-id 03-1234-5678
# which command is used to dial out? (Could be ATD, ATDP, ATX3D0W...)
dial-prefix ATDT
# try transmitting every page three times, continue if 3rd try fails as well
max-tries 3
max-tries-continue y
# ----- port specific section -----
#
# Here you can put things that are valid only for one line, not the others
#
# Modem on ttyS0 needs special initialization to do h/w handshaking
#port ttyS0
#  modem-handshake AT&K4
# Modem on ttyS1 doesn't work reliably in class 2.0, use class 2 instead
port modem
  modem-type cls2
#port modem
#   speed 115200
#   fax-only y
#   switchbd 19200
本文に戻る >>