local_lmtp.m4 revision 42575
1divert(-1)
2#
3# Copyright (c) 1998 Sendmail, Inc.  All rights reserved.
4#
5# By using this file, you agree to the terms and conditions set
6# forth in the LICENSE file which can be found at the top level of
7# the sendmail distribution.
8#
9#
10
11divert(0)
12VERSIONID(`@(#)local_lmtp.m4	8.5 (Berkeley) 5/19/1998')
13divert(-1)
14
15define(`LOCAL_MAILER_PATH',
16	ifelse(_ARG_, `',
17		ifdef(`confEBINDIR', confEBINDIR, `/usr/libexec')`/mail.local',
18		_ARG_))
19define(`LOCAL_MAILER_FLAGS', `SXfmnz9')
20define(`LOCAL_MAILER_ARGS', `mail.local -l')
21