cyrus.m4 revision 42575
138032SpeterPUSHDIVERT(-1)
238032Speter#
338032Speter# Copyright (c) 1998 Sendmail, Inc.  All rights reserved.
438032Speter#
538032Speter# By using this file, you agree to the terms and conditions set
638032Speter# forth in the LICENSE file which can be found at the top level of
738032Speter# the sendmail distribution.
838032Speter#
938032Speter#
1038032Speter# This code incorporates code from Carnegie Mellon University, whose
1138032Speter# copyright notice and conditions of redistribution are as follows:
1238032Speter#
1338032Speter#***************************************************************************
1438032Speter#	(C) Copyright 1995 by Carnegie Mellon University
1538032Speter# 
1638032Speter#                      All Rights Reserved
1738032Speter# 
1838032Speter# Permission to use, copy, modify, and distribute this software and its 
1938032Speter# documentation for any purpose and without fee is hereby granted, 
2038032Speter# provided that the above copyright notice appear in all copies and that
21# both that copyright notice and this permission notice appear in 
22# supporting documentation, and that the name of CMU not be
23# used in advertising or publicity pertaining to distribution of the
24# software without specific, written prior permission.  
25# 
26# CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
27# ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
28# CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
29# ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
30# WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
31# ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
32# SOFTWARE.
33#
34#	Contributed to Berkeley by John Gardiner Myers <jgm+@CMU.EDU>.
35# 
36
37ifdef(`CYRUS_MAILER_FLAGS',, `define(`CYRUS_MAILER_FLAGS', `A5@/:|')')
38ifdef(`CYRUS_MAILER_PATH',, `define(`CYRUS_MAILER_PATH', /usr/cyrus/bin/deliver)')
39ifdef(`CYRUS_MAILER_ARGS',, `define(`CYRUS_MAILER_ARGS', `deliver -e -m $h -- $u')')
40ifdef(`CYRUS_MAILER_USER',, `define(`CYRUS_MAILER_USER', `cyrus:mail')')
41ifdef(`CYRUS_BB_MAILER_FLAGS',, `define(`CYRUS_BB_MAILER_FLAGS', `')')
42ifdef(`CYRUS_BB_MAILER_ARGS',, `define(`CYRUS_BB_MAILER_ARGS', `deliver -e -m $u')')
43
44POPDIVERT
45
46##################################################
47###   Cyrus Mailer specification               ###
48##################################################
49
50VERSIONID(`@(#)cyrus.m4	8.9 (Carnegie Mellon) 5/19/1998')
51
52Mcyrus,		P=CYRUS_MAILER_PATH, F=CONCAT(`lsDFMnPq', CYRUS_MAILER_FLAGS), S=10, R=20/40, T=X-Unix,
53		ifdef(`CYRUS_MAILER_MAX', `M=CYRUS_MAILER_MAX, ')U=CYRUS_MAILER_USER,
54		A=CYRUS_MAILER_ARGS
55
56Mcyrusbb,	P=CYRUS_MAILER_PATH, F=CONCAT(`lsDFMnP', CYRUS_BB_MAILER_FLAGS), S=10, R=20/40, T=X-Unix,
57		ifdef(`CYRUS_MAILER_MAX', `M=CYRUS_MAILER_MAX, ')U=CYRUS_MAILER_USER,
58		A=CYRUS_BB_MAILER_ARGS
59