138032SpeterPUSHDIVERT(-1)
238032Speter#
3261370Sgshapiro# Copyright (c) 1998-2001 Proofpoint, Inc. and its suppliers.
464562Sgshapiro#	All rights reserved.
538032Speter# Copyright (c) 1983 Eric P. Allman.  All rights reserved.
638032Speter# Copyright (c) 1988, 1993
738032Speter#	The Regents of the University of California.  All rights reserved.
838032Speter#
938032Speter# By using this file, you agree to the terms and conditions set
1038032Speter# forth in the LICENSE file which can be found at the top level of
1138032Speter# the sendmail distribution.
1238032Speter#
1338032Speter#
1438032Speter
1538032Speterifdef(`POP_MAILER_PATH',, `define(`POP_MAILER_PATH', /usr/lib/mh/spop)')
1664562Sgshapiro_DEFIFNOT(`POP_MAILER_FLAGS', `Penu')
1738032Speterifdef(`POP_MAILER_ARGS',, `define(`POP_MAILER_ARGS', `pop $u')')
1890792Sgshapirodefine(`_POP_QGRP', `ifelse(defn(`POP_MAILER_QGRP'),`',`', ` Q=POP_MAILER_QGRP,')')dnl
1938032Speter
2038032SpeterPOPDIVERT
2138032Speter
2238032Speter####################################
2338032Speter###   POP Mailer specification   ###
2438032Speter####################################
2538032Speter
26266711SgshapiroVERSIONID(`$Id: pop.m4,v 8.23 2013-11-22 20:51:14 ca Exp $')
2738032Speter
2864562SgshapiroMpop,		P=POP_MAILER_PATH, F=_MODMF_(CONCAT(`lsDFMq', POP_MAILER_FLAGS), `POP'), S=EnvFromL, R=EnvToL/HdrToL,
2990792Sgshapiro		T=DNS/RFC822/X-Unix,_POP_QGRP
3038032Speter		A=POP_MAILER_ARGS
3138032Speter
3238032SpeterLOCAL_CONFIG
3338032Speter# POP mailer is a pseudo-domain
3438032SpeterCPPOP
35