iRedMail

Results 122 comments of iRedMail

- For MariaDB and PostgreSQL backends, it's almost ready. Only one Pull Request left for admin account management. - For OpenLDAP backend, no web admin panel is offered yet. Note:...

You mentioned `USE_ANTISPAM=NO`, this is parameter used by old Docker image, there's no parameter to control spam/virus scanning. But if you use the new docker image (https://hub.docker.com/r/iredmail/test-mariadb), to disable spam...

If email has same value of email header `Message-ID:` and recipients as archived one, then it's considered as duplicate, hence it will be discarded. Did you check and compare the...

Any related info in Postfix log file? I expect Postfix logs 2 messages or 2 smtp connections.

/opt/www/iredadmin/rc_scripts/uwsgi/*.ini should have bigger value for "buffer-size =" parameter. For example: https://github.com/iredmail/iRedAdmin/blob/master/rc_scripts/uwsgi/debian.ini#L7

As a temporary solution, you can add a shell command in /opt/iredmail/custom/iredadmin/custom.sh to modify this file.

The biggest problem with this docker container is how to update SQL databases automatically. The solution might be easy: 1. add a new table in each database and store current...

FYI https://docs.iredmail.org/errors.html#recipient-address-rejected-sender-is-not-same-as-smtp-authenticate-username

> * A manual modification is needed by administrators each time a user want to give a delegation to another user, this in not trivial at all. > * Using...

http -> https redirection is configured in `/etc/nginx/sites-enabled/00-default.conf`.