/usr/share/doc/mgetty/frontends/smail-direct.cfg is in mgetty-docs 1.1.36-3.1.
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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | #The following describes how to run mgetty+sendfax within smail
#
###################################################################
# /etc/smail/config
#
# configuration file for smail
#
#
auth_domains = "my.domain.de:uucp:fax"
# only important for sendfax ist to make authoritive for
# domain fax. This prevents using smarthost-driver
#
# by: Peter Heirich <peter@heirich.in-berlin.de>
########################################################################
# @(#) $Id: routers,v 1.3 1992/08/08 16:40:26 tron Exp $
# fax_delay - deviler over fax at night
#
fax_delay:
driver=queryprogram,
transport=fax_delay_output;
cmd="/usr/bin/test X${lc:host} != Xdirect",
domain="my.domain.de.fax:fax",
# fax_direct - deviler over fax next time
#
fax_direct:
driver=queryprogram,
transport=fax_direct_output;
cmd="/usr/bin/test X${lc:host} = Xdirect",
domain="my.domain.de.fax:fax",
#############################################################################
# @(#) $Id: transports,v 1.11 1992/09/06 04:41:55 tron Exp $
#
# fax_output
#
fax_direct_output:
driver=pipe, # as pipe to another program
uucp, # don't use user@domain addresses for routing
max_addrs=1; # limit on number of addresses
cmd="/usr/bin/faxspool -q -f $sender $user - ",
pipe_as_sender, # fore use -f flag of faxspool
fax_delay_output:
driver=pipe, # as pipe to another program
uucp, # don't use user@domain addresses for routing
max_addrs=1; # limit on number of addresses
cmd="/usr/bin/faxspool -q -f $sender -t $host $user - ",
pipe_as_sender, # for use -f flag of faxspool
##############################################################################
|