51

Re: Wishlist of iRedAdmin-Pro-LDAP

Add to wishlist:  add sender_email_address to Blacklist/Whitelist direct from Received Mails (https://domain.tld/iredadmin/activities/received) selected from action list

----

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

52

Re: Wishlist of iRedAdmin-Pro-LDAP

labasus wrote:

Add to wishlist:  add sender_email_address to Blacklist/Whitelist direct from Received Mails (https://domain.tld/iredadmin/activities/received) selected from action list

Good idea. Added to my TODO list.

53

Re: Wishlist of iRedAdmin-Pro-LDAP

currently under the "Profile of user" the "Member of Mail Lists" & "Member of Mail Aliases" are listed by the order the alias / mailinglist was added. This makes it hard to find a particular alias or mailng list to add to the current user (as it is not in alphabetical order).

Please update this to list by alphabetical order instead. This will make it more user friendly.

54

Re: Wishlist of iRedAdmin-Pro-LDAP

woods wrote:

Please update this to list by alphabetical order instead. This will make it more user friendly.

Sorry about the inconvenience. This fix will be available in next release.

55

Re: Wishlist of iRedAdmin-Pro-LDAP

There is no option to add Whitelist/Blacklist based on domains (not global and for users only).

56

Re: Wishlist of iRedAdmin-Pro-LDAP

labasus wrote:

There is no option to add Whitelist/Blacklist based on domains (not global and for users only).

So you need a per-domain white/blacklist? It's possible with Cluebringer, but need some time to test it and achieve it in iRedAdmin-Pro.

On my todo list now, but low priority.

57 (edited by mharvester 2014-08-30 18:21:40)

Re: Wishlist of iRedAdmin-Pro-LDAP

1. Make a small button "Search" near search field in the top.

2. Make fail2ban work with iredmail`s white/black lists

3. Add "Company name" field to user`s properties

4. Make a patch for openldap to support MS Outlook address-book

5. Check quota column sort algorithm in the users list. Now, somehow users with overloaded mailboxes can be in any part of the list when sorting by this column.

58

Re: Wishlist of iRedAdmin-Pro-LDAP

mharvester wrote:

1. Make a small button "Search" near search field in the top.

Will fix it in future release. Any problem to press 'Enter' key to search directly?

mharvester wrote:

2. Make fail2ban work with iredmail`s white/black lists

No plan yet.

mharvester wrote:

3. Add "Company name" field to user`s properties

Just curious, why do you need company name in user's properties?

mharvester wrote:

4. Make a patch for openldap to support MS Outlook address-book

Excuse me, need patch for MS Outlook or OpenLDAP?

mharvester wrote:

5. Check quota column sort algorithm in the users list. Now, somehow users with overloaded mailboxes can be in any part of the list when sorting by this column.

I believe what you need is a way to easily find out who's mailbox is nearly full, right?

59

Re: Wishlist of iRedAdmin-Pro-LDAP

mharvester wrote:

5. Check quota column sort algorithm in the users list. Now, somehow users with overloaded mailboxes can be in any part of the list when sorting by this column.

You will be able to view mailbox usage (percentage) directly with upcoming release of iRedAdmin-Pro.

*) How to view it: In users list page, click "Quota" label in table header.
*) Note: It will query LDAP/SQL for all users, not simply sorting quota with accounts listed in current page.

Screenshot:

Post's attachments

Screen Shot 2014-09-04 at 11.44.55 PM.png
Screen Shot 2014-09-04 at 11.44.55 PM.png 71.34 kb, 3 downloads since 2014-09-04 

You don't have the permssions to download the attachments of this post.

60

Re: Wishlist of iRedAdmin-Pro-LDAP

ZhangHuangbin wrote:
mharvester wrote:

1. Make a small button "Search" near search field in the top.

Will fix it in future release. Any problem to press 'Enter' key to search directly?

Not a problem, just inconvenience. When insert search text from buffer by pressing Ctrl+V you need leave mouse and press Enter.

ZhangHuangbin wrote:
mharvester wrote:

2. Make fail2ban work with iredmail`s white/black lists

No plan yet.

sad

ZhangHuangbin wrote:
mharvester wrote:

3. Add "Company name" field to user`s properties

Just curious, why do you need company name in user's properties?

For users grouping, for correct address book...we have job title but have not company i see some inconsistencies here.

ZhangHuangbin wrote:
mharvester wrote:

4. Make a patch for openldap to support MS Outlook address-book

Excuse me, need patch for MS Outlook or OpenLDAP?

--- ./openldap-2.4.33/servers/slapd/schema_prep.c.orig    2012-12-07 09:54:56.000000000 +0700
+++ ./openldap-2.4.33/servers/slapd/schema_prep.c    2012-12-07 09:58:10.000000000 +0700
@@ -908,6 +908,7 @@
             "DESC 'RFC4519: common supertype of name attributes' "
             "EQUALITY caseIgnoreMatch "
             "SUBSTR caseIgnoreSubstringsMatch "
+            "ORDERING caseIgnoreOrderingMatch "
             "SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )",
             NULL, SLAP_AT_ABSTRACT,
             NULL, NULL,

ZhangHuangbin wrote:
mharvester wrote:

5. Check quota column sort algorithm in the users list. Now, somehow users with overloaded mailboxes can be in any part of the list when sorting by this column.

I believe what you need is a way to easily find out who's mailbox is nearly full, right?

Yes, for this.

61

Re: Wishlist of iRedAdmin-Pro-LDAP

mharvester wrote:

--- ./openldap-2.4.33/servers/slapd/schema_prep.c.orig    2012-12-07 09:54:56.000000000 +0700
+++ ./openldap-2.4.33/servers/slapd/schema_prep.c    2012-12-07 09:58:10.000000000 +0700
@@ -908,6 +908,7 @@
             "DESC 'RFC4519: common supertype of name attributes' "
             "EQUALITY caseIgnoreMatch "
             "SUBSTR caseIgnoreSubstringsMatch "
+            "ORDERING caseIgnoreOrderingMatch "
             "SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )",
             NULL, SLAP_AT_ABSTRACT,
             NULL, NULL,

You'd better post this patch to OpenLDAP mailing list. iRedMail doesn't patch and rebuild OpenLDAP, it just installs packages provided by Linux/BSD venders.

mharvester wrote:

5. Check quota column sort algorithm in the users list. Now, somehow users with overloaded mailboxes can be in any part of the list when sorting by this column.

This feature will be available in next release of iRedAdmin-Pro. See screenshot here:
https://twitter.com/iredmail/status/507705960622604288

62

Re: Wishlist of iRedAdmin-Pro-LDAP

One more wish smile

Make "Message size limit per user" for outbound and inbound emails, policyd can handle it.
Reason - Some of users use VSAT and need not BIG messages, just shot reports.

63

Re: Wishlist of iRedAdmin-Pro-LDAP

mharvester wrote:

Make "Message size limit per user" for outbound and inbound emails, policyd can handle it.

Do you mean per-message size limit?

64

Re: Wishlist of iRedAdmin-Pro-LDAP

ZhangHuangbin wrote:
mharvester wrote:

Make "Message size limit per user" for outbound and inbound emails, policyd can handle it.

Do you mean per-message size limit?

Yes per-message size limit which can be different for each user.

65

Re: Wishlist of iRedAdmin-Pro-LDAP

mharvester wrote:

Yes per-message size limit which can be different for each user.

Unfortunately, Cluebringer doesn't support per-message size limit.

66

Re: Wishlist of iRedAdmin-Pro-LDAP

ZhangHuangbin wrote:
mharvester wrote:

Yes per-message size limit which can be different for each user.

Unfortunately, Cluebringer doesn't support per-message size limit.

Amavis module has message_size_limit_maps, hope you can use it.

67

Re: Wishlist of iRedAdmin-Pro-LDAP

mharvester wrote:

Amavis module has message_size_limit_maps, hope you can use it.

Amavisd is configured as after-queue content filter, so message_size_limit works after message entered Postfix mail queue. Do you need a after-queue message size check? I believe you prefer before-queue check in Postfix policy server like Policyd-1.8.

68 (edited by mharvester 2014-09-13 20:35:15)

Re: Wishlist of iRedAdmin-Pro-LDAP

ZhangHuangbin wrote:
mharvester wrote:

Amavis module has message_size_limit_maps, hope you can use it.

Amavisd is configured as after-queue content filter, so message_size_limit works after message entered Postfix mail queue. Do you need a after-queue message size check? I believe you prefer before-queue check in Postfix policy server like Policyd-1.8.

Before-queue check made by Postfix base on it`s message_size_limit, setted for the server, so for my problem (limited user connection speed and high price for the data amount) after-queue check for some users is OK.

69

Re: Wishlist of iRedAdmin-Pro-LDAP

Hi,

I would love to see the following:

OpenPGP key support
Bootstrap GUI Interface
Mapping to Cloud Drives (GDrive / OneDrive / Dropbox etc.)


Let me know what you think

Thanks

70

Re: Wishlist of iRedAdmin-Pro-LDAP

mharvester wrote:

Before-queue check made by Postfix base on it`s message_size_limit, setted for the server, so for my problem (limited user connection speed and high price for the data amount) after-queue check for some users is OK.

Cluebringer has patch for Amavisd to implement before-queue rejection for per-user message size limit, you can try it.
I will try to implement this in iRedAdmin-Pro.

71

Re: Wishlist of iRedAdmin-Pro-LDAP

sumoemail wrote:

OpenPGP key support

This should be implemented in mail client applications, e.g. webmail, desktop mail client, not iRedAdmin-Pro.
If you want to see this feature in Roundcube webmail, you should post this request in Roundcube webmail mailing list.

sumoemail wrote:

Bootstrap GUI Interface

On my todo list to switch to Bootstrap for iRedAdmin-Pro, but have to implement some more features first.
By the way, what's the problem with current interface/theme?

sumoemail wrote:

Mapping to Cloud Drives (GDrive / OneDrive / Dropbox etc.)

I guess you mean integrating cloud drives in webmail? If yes, you should post this request in Roundcube webmail mailing list instead.

72

Re: Wishlist of iRedAdmin-Pro-LDAP

More wishes: make a possibility manage postfix, dovecot, apache mapping IP<->domain<->SSL certificates. Now, if you want to add another IP and cert for particular domain you have do everything by hands sad

73

Re: Wishlist of iRedAdmin-Pro-LDAP

My Whish: Integrate Samba4 with iRedMail LDAP

benefits:
- anybody can easily add SOGO with OpenChange without fuss of syncing OpenLDAP and Samba4 users/passwords
- I can run Windows PDC with same usernames and passwords as used in mail (on same server where is mail).
- if I run PDC, password change on domain also change passwords on mail

74

Re: Wishlist of iRedAdmin-Pro-LDAP

Hi kmihalj,

Sorry, no plan to integrate Samba4.

iRedMail-0.9.0 will integrate SOGo, you should be easy to integrate OpenChange and other components yourself.

75 (edited by riverco 2014-11-21 03:33:35)

Re: Wishlist of iRedAdmin-Pro-LDAP

Hi,

wanted to share some info :
OpenPGP key support : on the todo and milestone list of the roundcube team (however requires extensive coding to implement openpgp+mail inside browser and make it secure (see roundcube maillinglist) . openpgp on desktop ..already exists of course.

Mapping to cloud drives if you mean store the mails into the cloud ? Dovecot has such option through a plugin. See dovecot enterprise plugins.
If you meant store files in drive through interface can be achieved with owncloud and roundcube integration.

My opinion is that it would be great iredmail focuses on what it is so good and that is a great mail systems with great clients  (lets hope roundcube stays !! (my wish) as its better groupware if you add a few plugins even has caldav/carddav/exchange and the new great kolab calendar plugin etc)

Regards,