/var/spool/hylafax/config/mainpine-21 is in hylafax-server 3:6.0.6-8.
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 | # $Id$
#
# prototype config file for Mainpine Ltd. RockForce and IQ series
#
#
# CONFIG: CLASS2.1:"Agere Systems"-"Mainpine Venus V.92"*-*
# CONFIG: CLASS2.1:"Mainpine"-"Mainpine CFAX34"*-*
#
# BEGIN-SERVER
# END-SERVER
#
ModemType: Class2.1
ModemRate: 57600 # for V.34 faxing
ModemFlowControl: rtscts
ModemNoFlowCmd: AT&K0
ModemSoftFlowCmd: AT&K4
ModemHardFlowCmd: AT&K3
ModemRecvFillOrder: MSB2LSB
Class2DisableV17Cmd: ATS29=1
Class2APCmd: AT+FAP=1,1,1
Class2BUGCmd: AT+FBU=0 # early firmware is buggy
Class2SendRTC: yes
Class2UseHex: yes
# You may want to do something like this to enable CTC in ECM
# Class2Cmd: AT+FCLASS=2.1;+FRY=4
# If your line supports Caller-ID, you may want to uncomment this...
# ModemResetCmds: AT+VCID=1
# CallIDPattern: "NMBR="
# CallIDPattern: "NAME="
|