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*51243SericVERSIONID(@(#)local.m4	2.2 (Berkeley) 10/02/91)
1651225Seric
17*51243SericMlocal,	P=ifdef(`LOCAL_MAILER', `LOCAL_MAILER', /bin/mail), F=rlsDFMmn, S=10, R=20, A=mail -d $u
18*51243SericMprog,	P=ifdef(`LOCAL_SHELL', `LOCAL_SHELL', /bin/sh),   F=lsDFMe,   S=10, R=20, A=sh -c $u
1951225Seric
2051225SericS10
2151225SericR@			$n			errors to mailer-daemon
22