On Fri, May 02, 2014 at 05:26:02PM -0400, Jonathan Engbrecht wrote:
> I want a configuration with the following characteristics:
>
> this server does not receive email. it only sends.
>
> messages from the server come with a From: of <user>@<server fqdn>
>
> messages from the server have an envelope sender of <some valid, routeable
> address> (not the same as above).
The MULTI_INSTANCE_README file describes an approach where routable
addresses are tagged with extensions that identify the sending user.
Assuming a recipient delimiter of "+", rewrite (in the headers and
envelope):
us...@bogus.example -> user+bogu...@routable.example
If the user is also a fantasy, the variant described in
MULTI_INSTANCE_README is:
lu...@bogus.example -> user+luser=bogus....@routable.example
where "luser" is fiction, but "user" recieves mail.
This does not require leaving bogus addresses intact in headers.
--
Viktor.