1

Topic: alias email functionality

I am not sure how to handle this.
I am migrating emails from an old server to my iredmail server.

The email accounts are very old

some email accounts are across several  domains with aiases

trying to figure out:
primary email  jane@xyz.com
alias   jane@abc.com

receive email as jane@xyz.com - OK
email for jane@abc.com is delivered by default
send as jane@xyz.com OK
send as jane@abc.com  FAILS 

Is there any way of allowing the above to not fail ?


===== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.6 MYSQL edition.
- Linux/BSD distribution name and version: Ubuntu 16.04 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):MYSQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? YES
- Related log if you're reporting an issue:  unknown
==========

----

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

2

Re: alias email functionality

jwmcgregor wrote:

Is there any way of allowing the above to not fail ?

So you want to send email as alias address, right?

This is a bug of iRedAPD-2.0, it doesn't check per-user alias address. And it's fixed in development edition days ago. Patches (in order):

https://bitbucket.org/zhb/iredapd/commi … bce1ad0975
https://bitbucket.org/zhb/iredapd/commi … 441c0c814e
https://bitbucket.org/zhb/iredapd/commi … 7385161a10

3

Re: alias email functionality

ZhangHuangbin wrote:
jwmcgregor wrote:

Is there any way of allowing the above to not fail ?

So you want to send email as alias address, right?

This is a bug of iRedAPD-2.0, it doesn't check per-user alias address. And it's fixed in development edition days ago. Patches (in order):

https://bitbucket.org/zhb/iredapd/commi … bce1ad0975
https://bitbucket.org/zhb/iredapd/commi … 441c0c814e
https://bitbucket.org/zhb/iredapd/commi … 7385161a10



This fix worked fine.