1c5841015SericPUSHDIVERT(-1)
2c5841015Seric#
3c5841015Seric# Copyright (c) 1983 Eric P. Allman
4c5841015Seric# Copyright (c) 1988, 1993
5c5841015Seric#	The Regents of the University of California.  All rights reserved.
6c5841015Seric#
7c5841015Seric# %sccs.include.redist.sh%
8c5841015Seric#
9c5841015Seric
10c5841015Sericifdef(`POP_MAILER_PATH',, `define(`POP_MAILER_PATH', /usr/lib/mh/spop)')
11e14a1e0aSericifdef(`POP_MAILER_FLAGS',, `define(`POP_MAILER_FLAGS', `Penu')')
12c5841015Sericifdef(`POP_MAILER_ARGS',, `define(`POP_MAILER_ARGS', `pop $u')')
13c5841015Seric
14c5841015SericPOPDIVERT
15c5841015Seric
16c5841015Seric####################################
17c5841015Seric###   POP Mailer specification   ###
18c5841015Seric####################################
19c5841015Seric
20*2d2f13f1SericVERSIONID(`@(#)pop.m4	8.5 (Berkeley) 04/23/95')
21c5841015Seric
22*2d2f13f1SericMpop,		P=POP_MAILER_PATH, F=CONCAT(`lsDFM', POP_MAILER_FLAGS), S=10, R=20/40, T=DNS/RFC822/X-Unix,
23c5841015Seric		A=POP_MAILER_ARGS
24be47e9d2Seric
25be47e9d2SericLOCAL_CONFIG
26be47e9d2Seric# POP mailer is a pseudo-domain
27be47e9d2SericCPPOP
28