On 11/15/19 11:12 AM, Zinski, Steve wrote:
> We're actually migrating to Proofpoint (no more sendmail). Proofpoint will 
> use our LDAP server for routing mail, so I'm trying to determine the best way 
> to represent our mailman aliases in LDAP.


I know nothing about Proofpoint and not much about LDAP, but every list
address has a target which is a pipe to Mailman's mail wrapper with
unique arguments depending on the address. E.g., `l...@example.com`
pipes to `mailman/mail/mailman post list` and `list-suf...@example.com`
pipes to `mailman/mail/mailman suffix list` for the various suffixes.

If you can do this programmatically, you may be able to do it similarly
to the way Exim does it (see <http://www.exim.org/howto/mailman21.html>).

Otherwise, you will probably need 10 individual entries per list for the
list name and the nine suffixes.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to