Hello Konstantin,
On 2015-05-07 18:00, Konstantin wrote:
One of our users is unable to restore message to his mailbox.
In audit page i see notification 'restore message' in action field for
him.
Is there any way to configure piler to log full information for
restore action:
- Piler id
- message subject
- envelope recipient address
- delivery responce code from remote SMTP server that message accepted
for delivery. For ex. "250 OK id=12345"
- and finally in case of failure - reason why message did not restore.
the gui logs the following (at the end of the smtp conversation):
syslog(LOG_INFO, "sending mail from=$from, rcpt=" . implode(" ", $to) .
", status=$ok");
Though it's not exactly what you asked for, however it gives some
feedback
about the restore.
If you can't see such entries in the mail log, then I suggest to run
ngrep
and see what's going on between the gui and the remote smtp server.
Janos