1

Topic: how I can add more than one destination by alias

I need to make an alias sales@example.net and then I need the mail arriving
to this email to be redirected to 3 physical mailboxes
I come from sendmail and there, we only need to add a line in the /etc/aliases
like this one, and run the script that make the aliases hash
sales: mailbox1,mailbox2,mailbox3
but here where all the addresses are virtual, I cant figure how to do it

please help

Thank You
Juan

----

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

2

Re: how I can add more than one destination by alias

sorry Im runing iRedMail 0.6.0 and mysql backend

Juan

3

Re: how I can add more than one destination by alias

Use PostfixAdmin to add alias.

4

Re: how I can add more than one destination by alias

i tried with postfixadmin, but I can create the alias to only one destination email,
or if I try to add another aliases with the same name to another destination
then i got an error, saying that the user exists.
or there is a way to put multiple destination mailboxes?

5

Re: how I can add more than one destination by alias

i too am wondering the same thing. did you ever figure out how to do it?

6

Re: how I can add more than one destination by alias

Please search this forum first.

Add an alias, save, and then edit it, you can add more destination addresses.

7

Re: how I can add more than one destination by alias

i dont have postfixadmin

8

Re: how I can add more than one destination by alias

So you should at least tell others what you are using

If no addition admin tools, modify MySQL directly

9 (edited by vinnyw 2010-07-17 10:14:07)

Re: how I can add more than one destination by alias

sorry im new to this. how would i do this? its centos 5.5, what else do u need to know?

what database am i changing

10

Re: how I can add more than one destination by alias

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| iredadmin          |
| mysql              |
| policyd            |
| roundcubemail      |
| test               |
+--------------------+
6 rows in set (0.00 sec)

11

Re: how I can add more than one destination by alias

Change column 'alias.goto' of database 'vmail', multiple alias addresses must be seperated by ',' (without quote/.

12

Re: how I can add more than one destination by alias

i dont see vmail there???

13

Re: how I can add more than one destination by alias

Search this forum, you can find how to add aliases for ldap mail user with phpldapadmin.

Or you can purchase iRedAdmin-Pro for easy account management.

14 (edited by vinnyw 2010-07-18 03:41:15)

Re: how I can add more than one destination by alias

i wouldnt have posted if i found it in a search...i searched multiple times before posting

keywords i used- add aliases ldap mail user phpldapadmin.

15

Re: how I can add more than one destination by alias

Search in google:
http://www.iredmail.org/wiki/index.php? … pLDAPadmin