1 (edited by admin@tayra.ru 2016-05-16 18:18:40)

Topic: forwarding for unknown recipients

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- Linux/BSD distribution name and version: debian 8.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue: it's question, not a problem.
====
How to set up call forwarding emails with unknown recipients to the service mailbox, for example, support@domain.com?

----

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

2

Re: forwarding for unknown recipients

Perhaps you mean alias users?
http://www.iredmail.org/docs/sql.create.mail.alias.html

3

Re: forwarding for unknown recipients

You need per-domain catch-all support:
http://www.iredmail.org/docs/sql.create.catch-all.html

4

Re: forwarding for unknown recipients

phyt wrote:

Perhaps you mean alias users?
http://www.iredmail.org/docs/sql.create.mail.alias.html

No, I finded this.
I need catch emails with wrong, removed or disabled adresses, but sending for my domain.
I do not know, how my clients can misinterpret my adresses, but I do not want lose them.

Thank you!

5

Re: forwarding for unknown recipients

ZhangHuangbin wrote:

You need per-domain catch-all support:
http://www.iredmail.org/docs/sql.create.catch-all.html

Thank you!