DirectAdmin – Create Email Suffix Wildcard Aliases

Like Gmail, User able to append username+something@gmail.com to alias to their own gmail account. There are many benefits to use this email scheme and this is how to do.

This article based on DirectAdmin control panel and Exim.

In Exim, looking for the section begin routers, for me I put in a section of virtual_aliases_nostar, virtual_user, virtual_aliases, drop_solo_alias and localuser and put following configuration

  local_part_suffix = +* : -* : _*
  local_part_suffix_optional

This is allow user to add suffix as optional for something like user+something@domain.com, user-something@domain.com and user_something@domain.com which will alias to user@domain.com

When you put the configuration, check the log on /var/log/exim/mainlog to see that there should not introduce new error when use user email alias.

After done, if you use the DirectAdmin, you may need to save to path /usr/local/directadmin/templates/custom, so, in case that the exim got updated to the new version, it still be there.

Leave a Reply

Your email address will not be published. Required fields are marked *