local_lmtp.m4 revision 90792
138032Speterdivert(-1)
238032Speter#
3261194Sgshapiro# Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.
464562Sgshapiro#	All rights reserved.
538032Speter#
638032Speter# By using this file, you agree to the terms and conditions set
738032Speter# forth in the LICENSE file which can be found at the top level of
838032Speter# the sendmail distribution.
938032Speter#
1038032Speter#
1138032Speter
1238032Speterdivert(0)
1338032SpeterVERSIONID(`$Id: local_lmtp.m4,v 8.16 2000/08/18 18:58:45 ca Exp $')
1438032Speterdivert(-1)
1538032Speter
1638032Speterifdef(`_MAILER_local_',
1738032Speter	`errprint(`*** FEATURE(local_lmtp) must occur before MAILER(local)
1838032Speter')')dnl
19266527Sgshapiro
2038032Speterdefine(`LOCAL_MAILER_PATH',
2138032Speter	ifelse(defn(`_ARG_'), `',
2264562Sgshapiro		ifdef(`confEBINDIR', confEBINDIR, `/usr/libexec')`/mail.local',
2338032Speter		_ARG_))
2438032Speterdefine(`LOCAL_MAILER_FLAGS', `PSXfmnz9')
2538032Speterdefine(`LOCAL_MAILER_ARGS', `mail.local -l')
2638032Speterdefine(`LOCAL_MAILER_DSN_DIAGNOSTIC_CODE', `SMTP')
2738032Speterdefine(`_LOCAL_LMTP_', `1')
2838032Speter