1

Topic: Catch-all email setup in iRedmail 0.8.1 + MySQL

Hello,

I have an iRedMail mail server, v 0.8.1 with the MySQL backend with multiple virtual domains currently. Everything works, except for setting up a catch-all alias for a couple of the domains. How would I go about doing that?

Thanks!

----

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

2

Re: Catch-all email setup in iRedmail 0.8.1 + MySQL

You can add catch-all alias manually with MySQL command line or phpMyAdmin tools, for example:

# mysql -uroot -p
mysql> USE vmail;
mysql> INSERT INTO alias (address, goto, domain) VALUES ('your_domain.com', 'user1@example.com,user2@test.com', 'your_domain.com');

If you have iRedAdmin-Pro-MySQL (a.k.a. iRedAdmin-Pro for MySQL backend) installed, you can manage catch-all alias in domain profile page, under tab "Catch-all". Screenshot for your reference:

http://www.iredmail.org/images/iredadmin/domain_profile_catchall.png