1*65150SericPUSHDIVERT(-1)
2*65150Seric#
3*65150Seric# Copyright (c) 1983 Eric P. Allman
4*65150Seric# Copyright (c) 1988, 1993
5*65150Seric#	The Regents of the University of California.  All rights reserved.
6*65150Seric#
7*65150Seric# %sccs.include.redist.sh%
8*65150Seric#
9*65150Seric
10*65150Sericifdef(`POP_MAILER_PATH',, `define(`POP_MAILER_PATH', /usr/lib/mh/spop)')
11*65150Sericifdef(`POP_MAILER_FLAGS',, `define(`POP_MAILER_FLAGS', `eu')')
12*65150Sericifdef(`POP_MAILER_ARGS',, `define(`POP_MAILER_ARGS', `pop $u')')
13*65150Seric
14*65150SericPOPDIVERT
15*65150Seric
16*65150SericLOCAL_CONFIG
17*65150Seric# POP mailer is a pseudo-domain
18*65150SericCPPOP
19*65150SericPOPDIVERT
20*65150Seric
21*65150Seric####################################
22*65150Seric###   POP Mailer specification   ###
23*65150Seric####################################
24*65150Seric
25*65150SericVERSIONID(`@(#)pop.m4	8.1 (Berkeley) 12/15/93')
26*65150Seric
27*65150SericMpop,		P=POP_MAILER_PATH, F=CONCAT(`lsDFM', POP_MAILER_FLAGS), S=10, R=20/40,
28*65150Seric		A=POP_MAILER_ARGS
29