151225SericPUSHDIVERT(-1)
251225Seric#
351225Seric# Copyright (c) 1983 Eric P. Allman
451225Seric# Copyright (c) 1988 The Regents of the University of California.
551225Seric# All rights reserved.
651225Seric#
751225Seric# %sccs.include.redist.sh%
851225Seric#
951225SericPOPDIVERT
1051225Seric
1151225Seric##################################################
1251225Seric###   Local and Program Mailer specification   ###
1351225Seric##################################################
1451225Seric
15*58500SericVERSIONID(`@(#)local.m4	6.5 (Berkeley) 03/05/93')
1651225Seric
1755190Sericifdef(`LOCAL_MAILER_FLAGS',, `define(`LOCAL_MAILER_FLAGS', `rn')')dnl
1858088SericMlocal,		P=ifdef(`LOCAL_MAILER_PATH', `LOCAL_MAILER_PATH', /bin/mail), F=CONCAT(`lsDFMm', LOCAL_MAILER_FLAGS), S=10, R=20,
1958088Seric		A=mail -d $u
2058088SericMprog,		P=ifdef(`LOCAL_SHELL_PATH', `LOCAL_SHELL_PATH', /bin/sh), F=lsDFMe, S=10, R=20,
2158088Seric		A=sh -c $u
2251225Seric
2351225SericS10
24*58500SericR<@>			$n			errors to mailer-daemon
25