1

Topic: Simple email forward

Hi,

I am using free version of iredmail with mysql

How can I setup a simple email forward so that emails to a email@virtualdomain.com sent to an external email address as a copy.

Please let me know.

Thanks
Richard

----

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

2

Re: Simple email forward

Insert records in MySQL table "vmail.alias".

3

Re: Simple email forward

Hi Zhang ... thank you for quick reply.

The alias table say

address                                goto
email@domain.com                email@domain.com

I will change this record to

address                                goto
email@domain.com                email@domain.com, richard@externaldomain.com

Will that do the trick?

Richard

4

Re: Simple email forward

Yes, that worked ....  Just add new/external email ids separated by comma in goto column.