26

Re: iRedAdmin feature requests: web-based iRedMail admin console

labasus wrote:

3) Last login date/time of email account(this one missed in Qmailadmin).

Already implemented. smile

----

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

27 (edited by Rashef 2009-08-07 18:08:06)

Re: iRedAdmin feature requests: web-based iRedMail admin console

ZhangHuangbin wrote:

Thanks rashef.

wink

28

Re: iRedAdmin feature requests: web-based iRedMail admin console

Rashef wrote:
ZhangHuangbin wrote:

Thanks rashef.

wink

   
Hi I saw your project and I liked it I wonder if you can implement class restrictions when sending mail users examples users who can send to all domains, users can send only the .com and users they can send to me this is only mydomain.com

   
excuse is that I'm not good with English
good luck from Cuba

29

Re: iRedAdmin feature requests: web-based iRedMail admin console

hi.... I have a problem....

Install required python modules.

$ sudo easy_install web.py Jinja2 python-ldap netifaces


well site where is web.py, Jinja2 etc DON'T WORK...
http://cheeseshop.python.org/pypi/web.py/    is out of work....
give me another link please....

30

Re: iRedAdmin feature requests: web-based iRedMail admin console

zmmaj wrote:

http://cheeseshop.python.org/pypi/web.py/    is out of work....

Works for me here in China mainland.

Here is official link of webpy-0.32:
http://webpy.org/static/web.py-0.32.tar.gz

31 (edited by zmmaj 2009-10-03 23:20:46)

Re: iRedAdmin feature requests: web-based iRedMail admin console

I was install web.py.x.y.z, step by step.... but I can't fint Jinja2 on one single install file for Centos5...
I was found this

http://dev.pocoo.org/hg/jinja2-main/file/73b04625ab54

but how to install these ???

And nop...' cheese'   still don't work for me.....

Failed to Connect
Firefox can't establish a connection to the server at cheeseshop.python.org.

Here is from shell

[root@localhost zmaj]# easy_install web.py Jinja2 python-ldap netifaces
Searching for web.py
Reading http://cheeseshop.python.org/pypi/web.py/
error: Download error: (101, 'Network is unreachable')


Or just tell me, it's possible to admin users whitout IRedAdmin ??
To create new.. admin passwords... delete suspicious mails etc???

sad((

32

Re: iRedAdmin feature requests: web-based iRedMail admin console

If you use RHEL/CentOS 5.x, you can install binary packages from iRedMail repository now:
http://www.iredmail.org/yum/rpms/5/

If you need source rpm, here they are:
http://www.iredmail.org/yum/srpms/

I packed them yesterday.

33

Re: iRedAdmin feature requests: web-based iRedMail admin console

tnx....:)
Only one more... stupid probably sad
what is 'netifaces' , i can't find that...

34

Re: iRedAdmin feature requests: web-based iRedMail admin console

zmmaj wrote:

what is 'netifaces' , i can't find that...

It's an optional python module, used to show ip address and netmask of network interfaces, you can ignore it safely.

35

Re: iRedAdmin feature requests: web-based iRedMail admin console

Hi.

Did you made iRedAdmin to support mysql-based installations?

Also, a few ideas (maybe you already implemented them, but just to be sure):

1. Domain admins should be able to modify policyd settings for their domains, like: whitelist, blacklist, disable greylisting for a user or for entire domain etc.

2. Enable or disable clamd.

3. Set level at which an email will be considered spam and level at which it will be discarded.

Etc.

36

Re: iRedAdmin feature requests: web-based iRedMail admin console

maxie_ro wrote:

Did you made iRedAdmin to support mysql-based installations?

Of course we will make it work with MySQL backedn in the future, please just be patient. smile

1. Domain admins should be able to modify policyd settings for their domains, like: whitelist, blacklist, disable greylisting for a user or for entire domain etc.

Of course we will integrate policyd management. Hope we will add whitelist/blacklist management in next release.

2. Enable or disable clamd.

No plan yet.
This can be set in amavisd, but if we don't have amavisd integrated in SQL/LDAP, we can't enable/disable it in web-based admin panel.

3. Set level at which an email will be considered spam and level at which it will be discarded.

You mean spam scores, right?
Same answer as #2. smile

37

Re: iRedAdmin feature requests: web-based iRedMail admin console

Hello iredmail support
I think to stop squirrelmail support is wrong!
Squirrelmail has many nice plugins, and for design gives: http://www.nutsmail.com/
Roundcube have not so much plugins, and not so cool themes.
I wish me for the iredmail admin interface following features:
Make groups:
group A has only one email addy 3 aliase 10mb quota 3 forwards
group B has only one email addy  6 aliase 25mb quota 6 forwards
group C has two email addy 12 aliase 50mb quota 12 forwards

than make an email addy of time, the user pay for one year and after one year the email inactive automaticaly. When user pay for a second year i can reactivate the email addy.

I think this features are very nice for an email business.
Than an function to stop IP logging for webmail and postfix.
No IP sending by send a email from an client or webmail.
And an easy patch function, it gives nice postfix and squirrelmail patchs.
thank you iredmail team for iredmail it is a great solution.
chun23

38

Re: iRedAdmin feature requests: web-based iRedMail admin console

chun23 wrote:

Make groups:
group A has only one email addy 3 aliase 10mb quota 3 forwards
group B has only one email addy  6 aliase 25mb quota 6 forwards
group C has two email addy 12 aliase 50mb quota 12 forwards

Account number limit, this will be implemented in next feature (v1.2 or later).

39

Re: iRedAdmin feature requests: web-based iRedMail admin console

Release quarantine (false positives) using the admin console would be great, by the way is there a way to release them similar to what MailWatch can do but without changing the original sender's address? Mailwatch is changing it from original user to root.

40

Re: iRedAdmin feature requests: web-based iRedMail admin console

Hi Zhang,
hope this help..
1. admin have global password,by login to every users using global password(only admin have it)  would be great
   or,
2. admin can see clear password every users, (like vpopmail, on table domain "pw_clear_passwd")...

41

Re: iRedAdmin feature requests: web-based iRedMail admin console

Hi Zhang,

I need feature SMTP quota per user, so I can setup user a@mydomain.com can send email up to 5 Mb, meanwhile b@mycompany.com only send up to 1Mb. Is it possible?

42

Re: iRedAdmin feature requests: web-based iRedMail admin console

@rgunawans, Yes, you can implement it with Policyd. smile

Havn't starting to integrate Policyd yet, but i will consider to implement the most request features first.

43

Re: iRedAdmin feature requests: web-based iRedMail admin console

yrjc2004 wrote:

Hi I saw your project and I liked it I wonder if you can implement class restrictions when sending mail users examples users who can send to all domains, users can send only the .com and users they can send to me this is only mydomain.com

Now iRedMail have this feature.

view the demo

https://demo.iredmail.org/

44 (edited by k04l 2010-08-17 10:34:00)

Re: iRedAdmin feature requests: web-based iRedMail admin console

(just saw the dev demo)


batch import Domains

roundcube 0.4

45

Re: iRedAdmin feature requests: web-based iRedMail admin console

k04l wrote:

batch import Domains
roundcube 0.4

Batch import domains, this won't be available.
Roundcube is part of iRedMail, not iRedAdmin feature. v0.4 will be available in iRedMail-0.7 (hope so).

46

Re: iRedAdmin feature requests: web-based iRedMail admin console

ZhangHuangbin wrote:
labasus wrote:

1) Quota status show not only quota limit, but the current size of the mailbox.

Currently i don't know how to get the current size of mailbox. If you have idea, please let me know. smile

Bump for this. I'd like to see current size of individual mailbox as well. Unfortunately I don't have an solution either, currently I've checked somewhat accurate size per mailbox just via `du` and shell.

47

Re: iRedAdmin feature requests: web-based iRedMail admin console

I didn't find an feature request for this, so let's apply it then smile

Possibility to create admin, who has an privilege to create domains. I'm quite happy even if there's no limit for max amount of domains, but that shouldn't hurt either.

This way I could assign an kind of "subadmin" -class to some of the admin accounts. Now every time someone needs an new domain they need to contact someone with global admin -privileges, which is quite annoying, since in our usage model those who request new domains are domain admins as well and it'd save an step from them if they could create the domain by themselves.

48

Re: iRedAdmin feature requests: web-based iRedMail admin console

how about Active Directory authentication wizard? what i mean by that is for a admin to be able to configure AD authentication from iRedmailAdmin-pro interface

49

Re: iRedAdmin feature requests: web-based iRedMail admin console

if you choose AD auth, you use ad manage the user, and can not use the iRedAdmin, also would lose some feature of iRedadmin-pro.