[Mailman-Developers] Re: Integration of Mailman 3 with LDAP

2019-07-16 Thread sandeep kumar
There might be some minor details that I am not aware of, but if you setup correct settings, other things should work okay. You *may* have to create your own Sign-In pages though. I am assuming you won't have a sign-up page. We will be using the same Sign-In page and we will also be having

[Mailman-Developers] Re: Integration of Mailman 3 with LDAP

2019-07-16 Thread sandeep kumar
Hi Abhilash I am a naive to Python development, but my client was having the requirement of sending SMS to the moderators. We are using postgresql database . I have used psycopg2 module to fetch the email address of the moderator from the database for the list that is posted.(mlist_fqdnname)

[Mailman-Developers] Re: Integration of Mailman 3 with LDAP

2019-07-16 Thread Abhilash Raj
On Tue, Jul 16, 2019, at 9:56 AM, sandeep kumar wrote: > Thanks Abhilash for valuable inputs. > > I will come back to you if in case of any challenges. > > We have also implemented sending SMS notification along with the mail > notification to the moderator whenever the post is held for

[Mailman-Developers] Re: Integration of Mailman 3 with LDAP

2019-07-16 Thread sandeep kumar
Thanks Abhilash for valuable inputs. I will come back to you if in case of any challenges. We have also implemented sending SMS notification along with the mail notification to the moderator whenever the post is held for approval. We could able to achieve that through the inputs received from

[Mailman-Developers] Re: Integration of Mailman 3 with LDAP

2019-07-16 Thread Abhilash Raj
On Tue, Jul 16, 2019, at 4:12 AM, sandeep kumar wrote: > Hi Team > > We want to integrate LDAP authentication for a user to login into > postorious. > > When a user tries to login, he should be authenticated by an LDAP instead > of getting authenticated using the credentials saved in the mailman