OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: postfix not delivering all by itself

From: Wietse Venema (wietseporcupine.org)
Date: Mon Oct 25 2010 - 14:51:56 CDT


Jay G. Scott:
> alias_maps: The alias databases that are used for local(8) delivery

You can change the path for mail that is not delivered locally with
virtual_alias_maps and with transport_maps.

virtual_alias_maps changes the recipient address. Example:

    search key lookup result
    ---------- -------------
    userexample.com userhost.example.com

transport_maps changes the delivery agent. Example:

    search key lookup result
    ---------- -------------
    userexample.com smtp:host.example.com

Each of these mechanisms has its uses.

More in http://www.postfix.org/ADDRESS_REWRITING_README.html

        Wietse