1

Topic: Forwarded emails log

Hi,

Where are the actions of forwarding an email logged?

In Ubuntu /var/log/mail.log is generally the best place to start to troubleshoot issues. I was curious about email forwarding and where these actions are logged to. I can't seem to find any evidence of forwarding ion the mail.log even though emails are being forwarded.

Any ideas?

Robert




==== Required information ====
- iRedMail version (check /etc/iredmail-release): v0.9.6
- Linux/BSD distribution name and version: Ubuntu 16.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? Yes v2.6.0
- [IMPORTANT] Related original log or error message is required if you're experiencing 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: Forwarded emails log

Postfix rewrites the addresses for forwarding and doesn't log the original recipient address.

3

Re: Forwarded emails log

Thanks Zhuang