Re: [Mailman-Users] [EXTERNAL] Re: LDAP routing

2019-11-15 Thread Mark Sapiro
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 ).

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

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter 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


Re: [Mailman-Users] [EXTERNAL] Re: LDAP routing

2019-11-15 Thread Zinski, Steve
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.


On 11/15/19, 2:03 PM, "Mailman-Users on behalf of Grant Taylor via 
Mailman-Users"  wrote:

On 11/14/19 11:31 AM, Zinski, Steve wrote:
> We are migrating from sendmail (virtuser) mail routing 
> to LDAP routing. Setting up routing for users is pretty 
> straightforward using the inetLocalMailRecipient class and 
> the mail/mailLocalAddress/mailRoutingAddress attributes. But I was 
> wondering what would be the best (correct) way to represent the mailman 
> alias addresses in LDAP (i.e., list-admin, list-bounces, list-confirm, 
> etc.). Would each get its own entry in LDAP or is there a better way? Any 
> help would be appreciated.

Are your mailing lists mixed in a dedicated (sub)domain name?  Or are 
they mixed in with other non-mailing list addresses?

The former probably doesn't need much other than something akin to a 
mailertable entry.  (Is that also migrating to LDAP?)  If it's the 
former, you're going to need /something/ to cause Sendmail to recognize 
the mailing list addresses.  This probably means that you're going to 
need LDAP entries.



-- 
Grant. . . .
unix || die



--
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