1

Topic: Timestamps on iredmail

Hi all,
I want to disable some options in order to have this as a path / home/vmail/vmail1/users without the timestamp and domain, I make changes in libs / syttings.py but these changes have no effect.
Y t there another file I need to change.
Thank's for help

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
====

----

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

2

Re: Timestamps on iredmail

Sorry, why do you mean "have no effect"?
Changing libs/settings.py is enough for newly created mail users.

3

Re: Timestamps on iredmail

Hi Zhang,
I mean thant when i create a new user still have the path /home/vmail/vmail1/domaine.tld/user-timestamp
Thank's for help

4

Re: Timestamps on iredmail

Do you have 'MAILDIR_APPEND_TIMESTAMP = False' in libs/settings.py?

5

Re: Timestamps on iredmail

Hi Zhang,
yes i do this
thank's for help

6

Re: Timestamps on iredmail

Could you please show me output of below command:

# grep -v '^#' libs/settings.py | sort

Also, you should restart Apache service after changed libs/settings.py.

7

Re: Timestamps on iredmail

Hi Zhang,
It's look OK now. Thank's a lot for your help.


ZhangHuangbin wrote:

Could you please show me output of below command:

# grep -v '^#' libs/settings.py | sort

Also, you should restart Apache service after changed libs/settings.py.