1

Topic: Simple question I think

I'm almost positive I saw this setting while doing my initial setup, but I'll be damned if i can find it now.

I run a website that creates temporary email addresses for people. My iredmail installation is supporting that.

All emails to my domain hit the catchall and go to one account.   That account pops the emails every 5 seconds and redistributes them.

Right now, in the logs, it is rewriting the final recipient (catachall) instead of keeping the original recipient?

Where can I change that setting?


Example:

Email arrives for tempmail1@tempmail.com   I have a catchall for that domain and all mail goes to catchall@tempmail.com

the logs show the email being processed for catchall@tempmail.com and i lost all stats for the original recipient.


thanks!

----

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

2

Re: Simple question I think

Try below parameter in Postfix (/etc/postfix/main.cf):

enable_original_recipient = yes

3

Re: Simple question I think

That's what I was looking for.  Thanks!