1 Feb
2012
1 Feb
'12
1:55 p.m.
El 01/02/12 06:55, Frank Bonnet escribió:
hello
is there a way to forbid SOME ( not all ) users's login with dovecot 2 ? I need to move their IMAP folders to another place with more disk space but I don't want to stop dovecot IMAP service for the other users as the moving process will be a bit long ( 1 Tb to move )
thanks
Take a look to conf.d/auth-deny.conf.ext
You can setup a new passdb (a passwd-file can do it) with deny = yes, and add/remove users to that passwd-file as needed.