qpage.m4 revision 261363
1PUSHDIVERT(-1)
2#
3# Copyright (C) 1997, Philip A. Prindeville and Enteka Enterprise Technology
4#				Services
5#
6# Copyright (c) 1999, 2001 Proofpoint, Inc. and its suppliers.
7#	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# Tested with QuickPage version 3.2
14#
15ifdef(`QPAGE_MAILER_PATH', `', `define(`QPAGE_MAILER_PATH', `/usr/local/bin/qpage')')
16_DEFIFNOT(`QPAGE_MAILER_FLAGS', `mDFMs')
17ifdef(`QPAGE_MAILER_ARGS', `', `define(`QPAGE_MAILER_ARGS', `qpage -l0 -m -P$u')')
18ifdef(`QPAGE_MAILER_MAX', `', `define(`QPAGE_MAILER_MAX', `4096')')
19define(`_QPAGE_QGRP', `ifelse(defn(`QPAGE_MAILER_QGRP'),`',`', ` Q=QPAGE_MAILER_QGRP,')')dnl
20
21POPDIVERT
22
23######################################
24###   QPAGE Mailer specification   ###
25######################################
26
27VERSIONID(`$Id: qpage.m4,v 8.11 2013/11/22 20:51:14 ca Exp $')
28
29Mqpage, P=QPAGE_MAILER_PATH, F=_MODMF_(QPAGE_MAILER_FLAGS, `QPAGE'),
30	M=QPAGE_MAILER_MAX,  T=DNS/RFC822/X-Unix,_QPAGE_QGRP
31	A=QPAGE_MAILER_ARGS
32