9 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Virtual users
FromSent OnAttachments
Julian MorrisonNov 20, 2001 6:45 am 
SysopNov 20, 2001 7:18 am 
Julian MorrisonNov 20, 2001 7:37 am 
SysopNov 20, 2001 8:25 am 
Bill MichellNov 20, 2001 9:34 am 
Mark ConstableNov 20, 2001 7:30 pm 
Jeff SkalnyNov 26, 2001 9:13 am 
Juha SaarinenNov 26, 2001 11:19 am 
Sam VarshavchikNov 26, 2001 2:38 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Virtual usersActions...
From:Sysop (sys@foolclan.com)
Date:Nov 20, 2001 8:25:43 am
List:net.sourceforge.lists.courier-users

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.