Julian Morrison wrote:
Sysop wrote:
I would suggest the complete courier setup, and use authmysql. THen the
users only exist as a sql table entry, and don't have a shell or ftp
login to the box. All the mail dir's can have the same UID/GID, but
different names, such as my setup, /home/mailusers/use...@domain.com and
/home/mailusers/use...@domain.com. I set all the mail dir's to have the
UID/GID of mailusers and then set mailusers to have an invalid shell, so
that login doesn't work anymore.
imapd and pop3d will use authmysql to get that information.
That sounds ideal, thanks :-)
not sure about filter/delivery, but I'm sure it will work as well.
That will probably treat the user's specified directory as a "home
directory"
Do you know if there are pre-existing admin scripts? eg: if sqwebmail can
add/repassword/delete authmysql users?
I don't think so. Each user can re-password them selves from there. I
would suggest phpmysql for adding/removing users. Still requires you to
run maildirmake where you want the users directory to be... I guess you
can script it out though.... just give it a user name, and it does the
rest.