xref: /freebsd/contrib/sendmail/cf/mailer/fax.m4 (revision a8445737e740901f5f2c8d24c12ef7fc8b00134e)
1PUSHDIVERT(-1)
2#
3# Copyright (c) 1998 Sendmail, Inc.  All rights reserved.
4# Copyright (c) 1983 Eric P. Allman.  All rights reserved.
5# Copyright (c) 1988, 1993
6#	The Regents of the University of California.  All rights reserved.
7#
8# By using this file, you agree to the terms and conditions set
9# forth in the LICENSE file which can be found at the top level of
10# the sendmail distribution.
11#
12#
13#  This assumes you already have Sam Leffler's HylaFAX software.
14#
15#  Tested with HylaFAX 4.0pl1
16#
17
18ifdef(`FAX_MAILER_ARGS',,
19	`define(`FAX_MAILER_ARGS', faxmail -d $u@$h $f)')
20ifdef(`FAX_MAILER_PATH',,
21	`define(`FAX_MAILER_PATH', /usr/local/bin/faxmail)')
22ifdef(`FAX_MAILER_MAX',,
23	`define(`FAX_MAILER_MAX', 100000)')
24POPDIVERT
25####################################
26###   FAX Mailer specification   ###
27####################################
28
29VERSIONID(`@(#)fax.m4	8.11 (Berkeley) 5/19/98')
30
31Mfax,		P=FAX_MAILER_PATH, F=DFMhu, S=14, R=24, M=FAX_MAILER_MAX, T=X-Phone/X-FAX/X-Unix,
32		A=FAX_MAILER_ARGS
33
34LOCAL_CONFIG
35CPFAX
36