Hello all,
Just wondering if anyone has made a custom authentication module that
might work with our virtual user management system. Details are below.
Our virtual user management system relies on a structure where each domain
has its own aliases and passwd file, something like:
/etc/mail/domaina.com/aliases
/etc/mail/domaina.com/passwd
/etc/mail/domainb.com/aliases
/etc/mail/domainb.com/passwd
The passwd files contain lines like:
username:cryptedpasswd:quotastring
MailDir spools are located as follows:
/var/spool/domaina.com/user1/
/var/spool/domaina.com/user2/
/var/spool/domainb.com/user1/
The mail system is run under a single UID/GID, and no shell accounts on
the server beyond those for senior sysadmins.
While I have read authlib.7, and its information is copious to say the
least, it doesnt exactly fill me with confidence. Just wondering if anyone
on the list has written an authentication module for a setup that is
simular to mine. Thanks in advance!
-F