Mails to domain alias to be archived

Issue #448 resolved
Karthick jraj created an issue

I have a alias for domain say, abc.com to abc.in

By default i dont get the those mails coming to abc.com, when i view from my archival account.

What configurations do i need to update to view both mails in same user login.

Mail server is zimbra.

Comments (11)

  1. Janos SUTO repo owner

    well, piler needs to figure out that a user has not only aaa@abc.in, but aaa@abc.com address as well. I have to think about it...

  2. Janos SUTO repo owner

    Btw. can you show me the ldif entries for a user having both abc.com and abc.in addresses?

  3. Janos SUTO repo owner

    eg. the following query returns the distribution lists members:

    ldapsearch -h 1.2.3.4 -LL -D 'uid=zimbra,cn=admins,cn=zimbra' -x -w `/opt/zimbra/bin/zmlocalconfig -s | grep zimbra_ldap_password | cut -f3 -d ' '` 'objectClass=zimbraDistributionList' 
    
  4. Karthick jraj reporter

    After running the following command i got the ldif entries as below,

    ldapsearch -x -H ldap://mail.jkzimbra.in:389 -D uid=zimbra,cn=admins,cn=zimbra -w p@ssw0rd -LLL '(&(objectClass=zimbraAccount) (uid:=karthick))'

    dn: uid=karthick,ou=people,dc=jkzimbra,dc=in sn: jk zimbraMailStatus: enabled zimbraAccountStatus: active displayName: jk objectClass: inetOrgPerson objectClass: zimbraAccount objectClass: amavisAccount zimbraId: 4bdf6f63-da65-4970-a010-501d4348137a zimbraCreateTimestamp: 20141113102456Z zimbraMailHost: mail.jkzimbra.in zimbraMailTransport: lmtp:mail.jkzimbra.in:7025 zimbraMailDeliveryAddress: karthick@jkzimbra.in mail: karthick@jkzimbra.in mail: zimbra@jkzimbra.in cn: jk uid: karthick userPassword:: e1NTSEF9enRQbDMrUXA5OEZPNUhSVVdZYkJ5MjY3OFc0LzBWUDc= zimbraPasswordModifiedTime: 20141113102456Z zimbraMailAlias: zimbra@jkzimbra.in zimbraPrefSortOrder: BDLV:,CAL:,CLV:,CLV-main:dateDesc,CNS:,CNSRC:,CNTGT:,CV:, TKL:,TV:,TV-main:dateDesc zimbraLastLogonTimestamp: 20141120140010Z

  5. Janos SUTO repo owner

    OK, thanks, however I can see only a single domain here, so karthick@otherdomain.in is not present here. Please confirm that your other domain address is karthick@otherdomain.in.

  6. Log in to comment