/usr/share/mgetty/templates/etc/sendfax.config is in mgetty-fax 1.1.36-1.6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | #
# 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 ttyS1
# which fax number to transmit to the receiving station
fax-id
# which command is used to dial out? (Could be ATD, ATDP, ATX3D0W...)
#dial-prefix ATD
# 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 ttyS1
# modem-type cls2
|