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 Sign-Up
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)
>Fr
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 appro
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 t
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
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
database.
What file should be edited and any small clue would be wel