ok going from memory
pam auth is usually done through the pam lib's (on unix based systems anyways)
basically the pam libs utilize the master.passwd (or other similiar files) within the operating system
while the operating system uses its own adduser function to maintain these files
pam is just an offshoot of these functions?
I believe that if you need file based auth on dovecot then you can make a user.db file and use that??
see :
https://doc.dovecot.org/configuration_manual/authentication/passwd_file/
On 4/14/2022 4:47 PM, Marc wrote:
Is there a way to configure the name of the pam file?