This is a discussion on canonical_sender lookup table within the alt.comp.mail.postfix forums, part of the Mail Servers and Related category; Hi i want to use canonical_sende table depending of recipient or dependent of interface. I mean : when recipent != myrecipent , then ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi
i want to use canonical_sende table depending of recipient or dependent of interface. I mean : when recipent != myrecipent , then use canonical table or when interface != myinterface, then use canonical table how can i do it any tips ? thanks Max |
|
|||
|
Am Wed, 18 Jul 2007 17:19:29 +0200 schrieb Max Bergmann:
> Hi > > i want to use canonical_sende table depending of recipient or dependent > of interface. > I mean : > when recipent != myrecipent , then use canonical table http://www.postfix.org/ADDRESS_REWRI...html#canonical -> "For dynamic mappings you can use regular expression tables. This requires that you become intimately familiar with the ideas expressed in regexp_table(5), pcre_table(5) and canonical(5)." Especially regexp, pcre. > when interface > != myinterface, then use canonical table Same document "Canonical mapping can be turned off selectively for mail received by smtpd(8), qmqpd(8), or pickup(8), by overriding main.cf settings in the master.cf file." So you can set "-o receive_override_options=no_address_mappings" in master.cf where you want to. > how can i do it > > any tips ? > > thanks > > Max Alexander |
![]() |
| Thread Tools | |
| Display Modes | |
|
|