1

Topic: How disable a email account ?

how can I disable an email account without to delete the User acc?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: How disable a email account ?

Set accountStatus=disabled in LDAP or set active=0 in MySQL.

3

Re: How disable a email account ?

Thank you zang !

4

Re: How disable a email account ?

Using a Full Feature iRedAdmin can do that easily.

5

Re: How disable a email account ?

With iRedAdmin (official web-based admin panel), you can set account status with one click (Checkbox: Enable this account):

http://iredmail.googlecode.com/hg/screenshots/iredadmin/user_profile_general.png

6

Re: How disable a email account ?

Hi, Huangbin,

What does the disable mean? I guess the user won't be able to login, but is the email account still receiving emails if someone else tries to send email to it? Does the disable also cause the email to be removed from all mailing lists on the iRedmail system.

Thanks

7

Re: How disable a email account ?

jinhp2011 wrote:

What does the disable mean? I guess the user won't be able to login, but is the email account still receiving emails if someone else tries to send email to it? Does the disable also cause the email to be removed from all mailing lists on the iRedmail system.

Disabling user with attribute/value "accountStatus=disabled" means:

- User cannot login via POP3/IMAP/SMTP.
- Mail server won't accept emails which sent to this account.
- User won't be removed from mailing list.

8

Re: How disable a email account ?

ZhangHuangbin wrote:
jinhp2011 wrote:

What does the disable mean? I guess the user won't be able to login, but is the email account still receiving emails if someone else tries to send email to it? Does the disable also cause the email to be removed from all mailing lists on the iRedmail system.

Disabling user with attribute/value "accountStatus=disabled" means:

- User cannot login via POP3/IMAP/SMTP.
- Mail server won't accept emails which sent to this account.
- User won't be removed from mailing list.

where database and table for setting enable account.
Thankyou