moyorakkhi wrote:xyz@example.com is an alias of abc@example.com
I'm wondering how you add this kind of alias.
With iRedMail default settings, if you have a mailbox "abc@example.com", then create an alias domain "alias.com", alias mailbox "abc@alias.com" will be available automatically.
You mentions "xyz@" is an alias of "abc@", ideally, it should work as expected. May i know how you create this kind of alias? Is it just a typo error?
Here's my test on local server:
- Original domain: example.com, user: abc@example.com
- Alias domain: alias.com, alias address: abc@alias.com
Output of commands mentioned in my previous post:
# for i in $(ls *cf); do echo $i; postmap -q 'abc@example.com' mysql:./$i; done
catchall_maps.cf
domain_alias_catchall_maps.cf
domain_alias_maps.cf
recipient_bcc_maps_domain.cf
recipient_bcc_maps_user.cf
relay_domains.cf
sender_bcc_maps_domain.cf
sender_bcc_maps_user.cf
sender_login_maps.cf
abc@example.com
transport_maps_domain.cf
transport_maps_user.cf
virtual_alias_maps.cf
abc@example.com
virtual_mailbox_domains.cf
virtual_mailbox_maps.cf
vmail1/example.com/a/b/c/abc-2012.07.31.23.18.04//Maildir/
# for i in $(ls *cf); do echo $i; postmap -q 'abc@alias.com' mysql:./$i; done
catchall_maps.cf
domain_alias_catchall_maps.cf
domain_alias_maps.cf
abc@example.com
recipient_bcc_maps_domain.cf
recipient_bcc_maps_user.cf
relay_domains.cf
sender_bcc_maps_domain.cf
sender_bcc_maps_user.cf
sender_login_maps.cf
transport_maps_domain.cf
transport_maps_user.cf
virtual_alias_maps.cf
virtual_mailbox_domains.cf
virtual_mailbox_maps.cf
Send an email to both abc@example.com and abc@alias.com, i can receive both testing emails in abc@'s mailbox.