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