1

Topic: add user error

When i add a user, iRedAdmin does not check validity of account, so is add a user such "abc@jj.com@domain.ltd",hope a bugfix can to correct this problem.

tks!

----

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

2

Re: add user error

Thanks for your feedback, will fix it in next release.

3

Re: add user error

Fixed in both open source and Pro editions of iRedAdmin. Thanks again. smile
http://code.google.com/p/iredmail/sourc … =iredadmin

4

Re: add user error

how can I fix this in existing running iRedAdmin?

5

Re: add user error

hata_ph wrote:

how can I fix this in existing running iRedAdmin?

Change source code manually by following the commit log.

6 (edited by hata_ph 2011-05-14 10:12:32)

Re: add user error

the file location pls...thanks

got it...is under /var/www/iredadmin/libs...

7

Re: add user error

hata_ph wrote:

the file location pls...thanks

You can find it in commit log here:
http://code.google.com/p/iredmail/sourc … iredadmin#

It's "libs/iredutils.py" in root directory of iRedAdmin. It could be one of below:
- /var/www/iRedAdmin-x.y.z/libs/iredutils.py (RHEL/CentOS)
- /usr/share/apache2/iRedAdmin-x.y.z/libs/iredutils.py (Debian/Ubuntu)
- /srv/www/iRedAdmin-x.y.z/libs/iredutils.py (openSUSE)
- /usr/local/www/iRedAdmin-x.y.z/libs/iredutils.py (FreeBSD)