Hi,
i use puremessage for unix installed on RedHat O.S.
I use digest with ldap maps to manage all users and aliases:
<map notifications>
name = Digest Ldap
description = Digest Ldap
match_type = is
<args>
base = dc=example,dc=con
password = *******
match = (&(objectclass=inetorgperson)(objectclass=person)(|(mail=%s)(mailalternateaddress=%s)))
attr = mail
dn = cn=Directory Manager
</args>
source = ldap:********.babel.it
</map>
Bue in my system i have al Maillist Also.
With this configurations the digests, isn't send to list.
For this way, i create a file in /opt/pmx/etc/ that have static content:
mylist@example.con: ownerlist1@example.com
mylist2@example.con: ownerlist2@example.com
......
I configure in my maps.conf the new maps:
<map lists>
name = list notify
description = list notify
match_type = mail
source = file:lists
</map>
But the pmx-qdigest script, use only the "notifications" maps.
Can i configure pmx-qdigest script to use notifications and lists maps?
This thread was automatically locked due to age.