ZhangHuangbin wrote:Of course. May i know which backend you're running? OpenLDAP or MySQL?
MYSQL
For MySQL backend, you can create new alias with MySQL command line manually:
$ mysql -uroot -p
mysql> USE vmail;
mysql> INSERT INTO alias (address, goto, domain) values ('orig@domain.ltd', 'user01@gmail.com,user02@hotmail.com', 'domain.ltd');
Ok, I added manually in mysql fields in the table alias, but the email does not arrive and returns the message "Undelivered Mail Returned to Sender"....
This is the mail system at host *********
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
****** : user unknown
Any ideas?