Home Messaging SMTP routing Address rewriting (smtp_generic_maps)

Address rewriting (smtp_generic_maps)

Print PDF

This feature is available with artica version 1.4.091522

If you are under this release you need to upgrade your Artica version.
If this version is not released use the How to upgrade Artica to a nightly build ?

This feature perform address rewriting,typically to transform a locally valid address into a globally valid address when sending mail across the Internet.

  • Select Messaging/Main Parameters on the left menu.
  • Click on Routing & Network tab
  • Choose address rewriting icon

The next screen display a form with 2 fields

the Source pattern allow you to define wich email/domain must be rewritten

 

 

Source patterns are tried in the order as listed below:

  • user@domain address
    Replace user@domain by address. This form has the highest precedence.
  • user address
    Replace user@site by address when site is equal to $myorigin, when site is listed in $mydestination,or when it is listed in $inet_interfaces or $proxy_interfaces.
  • @domain address
    Replace other addresses in domain by address.
    This form has the lowest precedence.


Examples:

  • his@localdomain.local -» hisaccount@hisisp.example
  • her@localdomain.local -» heraccount@herisp.example
  • @localdomain.local -»hisaccount+local@hisisp.example