]> git.sur5r.net Git - openldap/blob - clients/mail500/mail500.m4
Fix minor bugs...
[openldap] / clients / mail500 / mail500.m4
1 PUSHDIVERT(-1)
2 ## Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
3 ## All rights reserved.
4 ##
5 ## Redistribution and use in source and binary forms are permitted only
6 ## as authorized by the OpenLDAP Public License.  A copy of this
7 ## license is available at http://www.OpenLDAP.org/license.html or
8 ## in file LICENSE in the top-level directory of the distribution.
9
10 dnl
11 dnl mail500 mailer
12 dnl
13 dnl This file should be placed in the sendmail's cf/mailer directory.
14 dnl To include this mailer in your .cf file, use the directive:
15 dnl     MAILER(mail500)
16 dnl
17
18 ifdef(`MAIL500_HOST',
19         `define(`MAIL500_HOST_FLAG', CONCAT(` -l ', CONCAT(MAIL500_HOST,` ')))',
20         `define(`MAIL500_HOST_FLAG', `')')
21 ifdef(`MAIL500_CONFIG_PATH',,
22         `define(`MAIL500_CONFIG_PATH', /etc/mail/mail500.conf)')
23 ifdef(`MAIL500_MAILER_PATH',,
24         `ifdef(`MAIL500_PATH',
25                 `define(`MAIL500_MAILER_PATH', MAIL500_PATH)',
26                 `define(`MAIL500_MAILER_PATH', /usr/local/libexec/mail500)')')
27 ifdef(`MAIL500_MAILER_FLAGS',,
28         `define(`MAIL500_MAILER_FLAGS', `SmnXuh')')
29 ifdef(`MAIL500_MAILER_ARGS',,
30         `define(`MAIL500_MAILER_ARGS',
31                 CONCAT(`mail500',CONCAT(` -C ',MAIL500_CONFIG_PATH,MAIL500_HOST_FLAG,`-f $f -m $n@$w $u')))')
32
33 POPDIVERT
34
35 MAILER_DEFINITIONS
36
37 ######################*****##############
38 ###   MAIL500 Mailer specification   ###
39 ##################*****##################
40
41 VERSIONID(`$OpenLDAP$')
42
43 Mmail500,       P=MAIL500_MAILER_PATH, F=CONCAT(`DFM', MAIL500_MAILER_FLAGS), S=11/31, R=20/40, T=DNS/RFC822/X-Unix,
44                 ifdef(`MAIL500_MAILER_MAX', `M=500_MAILER_MAX, ')A=MAIL500_MAILER_ARGS
45
46 LOCAL_CONFIG
47 # Mail500 Domains
48 #CQ foo.com
49
50 PUSHDIVERT(3)
51 # mail500 additions
52 R$* < @ $=Q > $*        $#mail500 $@ $2 $: <$1@$2>              domain handled by mail500
53 POPDIVERT