76

Re: iRedMail-0.9.3 has been released.

Hello.
I'm testing this version and looks great but I have a remark about creating the directory structure to mailboxes.
In the file libs \ iredutils.py line # 571
is:

chars = [username [0] username [1] username [0]]

isn't should be?

chars = [username [0] username [1] username [2]]

For test@example.com creates a \t\e\t\test-[timestamp] instead of \t\e\s\test-[timestamp]

Another thing - when deleting a user from the domain does not delete files from the disk. Is this normal?

----

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

77

Re: iRedMail-0.9.3 has been released.

bardzotrudny wrote:

isn't should be?

chars = [username [0] username [1] username [2]]

You're correct. Fixed moment ago:
https://bitbucket.org/zhb/iredadmin-ose … 9b40c8e395

bardzotrudny wrote:

Another thing - when deleting a user from the domain does not delete files from the disk. Is this normal?

Correct.

78

Re: iRedMail-0.9.3 has been released.

ZhangHuangbin wrote:

...
You're correct. Fixed moment ago:
https://bitbucket.org/zhb/iredadmin-ose … 9b40c8e395

bardzotrudny wrote:

Another thing - when deleting a user from the domain does not delete files from the disk. Is this normal?

Correct.

OK, I read that there is no option for delete files. I can write script to do this but after deleting a mailbox it is not writed to table deleted_mailboxes:

mysql> select * from deleted_mailboxes;
Empty set (0.00 sec)

79

Re: iRedMail-0.9.3 has been released.

"deleted_mailboxes" is just to store the maildir path of a removed account, so that sys admin can delete mailbox manually. It's NOT used to store the maildir path which had been removed.

80

Re: iRedMail-0.9.3 has been released.

ZhangHuangbin wrote:

"deleted_mailboxes" is just to store the maildir path of a removed account, so that sys admin can delete mailbox manually. It's NOT used to store the maildir path which had been removed.

Exactly.
My mistake, bad explained.
I delete the user (in iRedAdmin panel) and his maildir is not added to the table deleted_mailboxes
I use the open source edition.
Is this the effect of http://iredmail.org/admin_panel.html (last position in the table)?

81 (edited by MAGNet 2016-01-12 20:07:21)

Re: iRedMail-0.9.3 has been released.

for non-local MySQL server:
in file ./samples/iredmail.mysql string "CREATE TRIGGER ..." should be "CREATE DEFINER='root'@'localhost' TRIGGER ..."
else we have errors:

dict: Error: sql dict: commit failed: The user specified as a definer ('tmpuser'@'myhost') does not exist

this user was removed after install. Fix it please..
..but i don't know how it works with other backends

82

Re: iRedMail-0.9.3 has been released.

bardzotrudny wrote:

I delete the user (in iRedAdmin panel) and his maildir is not added to the table deleted_mailboxes
I use the open source edition.

The latest iRedAdmin open source edition doesn't have this feature, but it's implemented in development release, it will be available in next stable release. here's commit log (patch) if you want to give it a try:
https://bitbucket.org/zhb/iredadmin-ose … 437b4dfb6c

bardzotrudny wrote:

Is this the effect of http://iredmail.org/admin_panel.html (last position in the table)?

No. iRedAdmin-Pro has this feature.

83

Re: iRedMail-0.9.3 has been released.

I'm not too sure how in depth you want to get in the upgrade guide but it may be worth mentioning to add the iredapd database into the backup scripts (mysql in my case).

This is likely a step a lot of people will forget... and likely wouldn't find out unless they needed to restore.

84

Re: iRedMail-0.9.3 has been released.

fpoe wrote:

I'm not too sure how in depth you want to get in the upgrade guide but it may be worth mentioning to add the iredapd database into the backup scripts (mysql in my case).

You're right, thanks for the report.
I will update iRedMail upgrade tutorial immediately.


== UPDATE ==

Upgrade tutorial has been updated:
http://www.iredmail.org/docs/upgrade.ir … latest-170

85

Re: iRedMail-0.9.3 has been released.

Hello,
what is the best way to upgrade iredmail (0.9.2 to 0.9.3) ,
In the doc it's say "you do NOT need to download the latest iRedMail and run the script", but there is a lot of steps to upgrade manually.

Can we upgrade running the script ?
I tried, but script ask me same questions as the first installation, so I stop.

Thanks
(sorry for this question, but it's my first upgrade)

More information about our configuration :
Iredmail 0.9.2 MySQL
Iredadmin pro 2.1.3

86

Re: iRedMail-0.9.3 has been released.

Hi umanit,

You must follow our tutorial and do each upgrade step manually.

87

Re: iRedMail-0.9.3 has been released.

Dear all,

iRedMail-0.9.4 has been released:
http://www.iredmail.org/forum/topic1051 … eased.html