Topic: Issue with releasing from amavisd-new quarantine
==== 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:
======== Required information ====
- iRedMail version: 0.8.5
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Ubuntu 12.04 64bit
- Related log if you're reporting an issue:
====
iRedAdmin Pro gives out a timeout when trying to release a message from quarantine. I have enabled the support for quarantine with these instructions: http://www.iredmail.org/wiki/index.php? … g.Messages
The instructions say that you can manually release the mail like this:
# telnet localhost 9998
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
request=release
mail_id=CynKoUgc0+Oz
secret_id=cKj-gQxqqJsN
This will give an error that the quarantine file does not exist. This works as it should instead:
# telnet localhost 9998
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
request=release
mail_id=CynKoUgc0+Oz
secret_id=cKj-gQxqqJsN
quar_type=Q
From what I see, it tries to release the mail from the local filesystem by default. If I understand right, quar_type=Q instructs it to release it from the database instead. Am I missing something from amavisd-new configuration to make this as the default?
It saves the mail correctly to the DB and can release the mail when you add that line to the connection. I think it may not be working from iRedAdmin if it behaves as with the instructions (not adding that one line to the end when releasing). iRedAdmin can delete the mails from DB without any problems, so it seems to be able to communicate with amavisd.
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.