1PUSHDIVERT(-1) 2# 3# Copyright (c) 1998 Sendmail, Inc. All rights reserved. 4# 5# By using this file, you agree to the terms and conditions set 6# forth in the LICENSE file which can be found at the top level of 7# the sendmail distribution. 8# 9# 10# This code incorporates code from Carnegie Mellon University, whose 11# copyright notice and conditions of redistribution are as follows: 12# 13#*************************************************************************** 14# (C) Copyright 1995 by Carnegie Mellon University 15# 16# All Rights Reserved 17# 18# Permission to use, copy, modify, and distribute this software and its 19# documentation for any purpose and without fee is hereby granted, 20# 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