Dmitriy MiksIr wrote:
Hi! Is anyone implement vpopmail with separate uid (per-user uid) for
place users maildir to his own home directory?
Yes. It is built into vpopmail.
For example,
vadddomain -ujoe joedomain.com
-u user (sets the uid/gid based on a user in /etc/passwd)
As bonus for this scheme - user will have access to his mail (for
read/delete via shell)
What troubles and security holes can make this schema?
Allowing shell access will expose your machine to possible
local root exploits. I only give system administrators shell access.
Ken Jones