cyrus.m4 revision 38032
138032SpeterPUSHDIVERT(-1)
238032Speter#
3157001Sgshapiro# Copyright (c) 1998 Sendmail, Inc.  All rights reserved.
464562Sgshapiro#
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# 
16157001Sgshapiro#                      All Rights Reserved
1738032Speter# 
1864562Sgshapiro# Permission to use, copy, modify, and distribute this software and its 
1964562Sgshapiro# documentation for any purpose and without fee is hereby granted, 
2038032Speter# provided that the above copyright notice appear in all copies and that
2138032Speter# both that copyright notice and this permission notice appear in 
2290792Sgshapiro# supporting documentation, and that the name of CMU not be
2390792Sgshapiro# used in advertising or publicity pertaining to distribution of the
2490792Sgshapiro# software without specific, written prior permission.  
2590792Sgshapiro# 
2638032Speter# CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
2738032Speter# ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
2864562Sgshapiro# CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
2964562Sgshapiro# ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
3038032Speter# WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
3138032Speter# ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
3238032Speter# SOFTWARE.
3338032Speter#
3438032Speter#	Contributed to Berkeley by John Gardiner Myers <jgm+@CMU.EDU>.
3538032Speter# 
3638032Speter
3738032Speterifdef(`CYRUS_MAILER_FLAGS',, `define(`CYRUS_MAILER_FLAGS', `A5@/:|')')
3838032Speterifdef(`CYRUS_MAILER_PATH',, `define(`CYRUS_MAILER_PATH', /usr/cyrus/bin/deliver)')
3938032Speterifdef(`CYRUS_MAILER_ARGS',, `define(`CYRUS_MAILER_ARGS', `deliver -e -m $h -- $u')')
4038032Speterifdef(`CYRUS_MAILER_USER',, `define(`CYRUS_MAILER_USER', `cyrus:mail')')
4138032Speterifdef(`CYRUS_BB_MAILER_FLAGS',, `define(`CYRUS_BB_MAILER_FLAGS', `')')
4238032Speterifdef(`CYRUS_BB_MAILER_ARGS',, `define(`CYRUS_BB_MAILER_ARGS', `deliver -e -m $u')')
4338032Speter
4438032SpeterPOPDIVERT
4538032Speter
4664562Sgshapiro##################################################
4764562Sgshapiro###   Cyrus Mailer specification               ###
4864562Sgshapiro##################################################
4938032Speter
5064562SgshapiroVERSIONID(`@(#)cyrus.m4	8.9 (Carnegie Mellon) 5/19/98')
5164562Sgshapiro
5264562SgshapiroMcyrus,		P=CYRUS_MAILER_PATH, F=CONCAT(`lsDFMnPq', CYRUS_MAILER_FLAGS), S=10, R=20/40, T=X-Unix,
5338032Speter		ifdef(`CYRUS_MAILER_MAX', `M=CYRUS_MAILER_MAX, ')U=CYRUS_MAILER_USER,
5438032Speter		A=CYRUS_MAILER_ARGS
5538032Speter
5638032SpeterMcyrusbb,	P=CYRUS_MAILER_PATH, F=CONCAT(`lsDFMnP', CYRUS_BB_MAILER_FLAGS), S=10, R=20/40, T=X-Unix,
5738032Speter		ifdef(`CYRUS_MAILER_MAX', `M=CYRUS_MAILER_MAX, ')U=CYRUS_MAILER_USER,
5838032Speter		A=CYRUS_BB_MAILER_ARGS
5938032Speter