Joel Michael wrote:
>
> Hi,
> I was wondering if there was any possible way to disable all people
> authenticating to a virtual domain, but still allow mail to be delivered
> to the domain. Short of changing everyone's password, that is.
>
> Is this possible?
Sure. There are several things you can do to accounts.
[kbo@orbital vpopmail-4.9.3]$ ./vmoduser -h
vmoduser: usage: email_addr
-u(no dialup)
-d(no password changing)
-p(no pop access)
-w(no web mail access)
-i(no imap access)
-b(bounce mail)
-r(no external relay)
-c commant (modify the comment/gecos field)
-x(clear all flags)
You can use the vmoduser program. It sets bit flags in the
gid fields.
Ken Joens