Re: Help to setup a Unix socket based authentication server for dovecot in Python

2021-08-15 Thread Aki Tuomi
> On 13/08/2021 15:12 Sherin A wrote: > > > Hi, > I am building a custom server platform in which dovecot is used for imap/pop > . But the default authentication mechanism is not suitable for me becuase > each domain will have different system users and different location for mail > storage

Help to setup a Unix socket based authentication server for dovecot in Python

2021-08-15 Thread Sherin A
Hi,  I am  building a custom server platform in which dovecot is used for imap/pop . But the default authentication mechanism is not suitable for me becuase each domain will have different system users and different location for mail storage . So I need to create a custom authentication mecha

Re: Help to setup a Unix socket based authentication server for dovecot in Python

2021-08-13 Thread dovecot
So this is a single system user with single email, there are a number of system users and email accounts, I don't need to use SQL or LDAP or another password file. I can write python script to analyze the logins and the mail folders including quota and send to socket file , But how the fo

Re: Help to setup a Unix socket based authentication server for dovecot in Python

2021-08-13 Thread dovecot
On 08-13-2021 8:19 am, Sherin A wrote: the default authentication mechanism is not suitable for me becuase each domain will have different system users and different location for mail storage . So I need to create a custom authentication mechanism using python . There is an option to use Key-v

Help to setup a Unix socket based authentication server for dovecot in Python

2021-08-13 Thread Sherin A
Hi,  I am  building a custom server platform in which dovecot is used for imap/pop . But the default authentication mechanism is not suitable for me becuase each domain will have different system users and different location for mail storage . So I need to create a custom authentication mecha