My ISP requires my sender envelope header, and from: header to be a specific address. How do I configure exim to force all email to have this address when relaying?
|
feedback
|
|
Assuming you have fairly standard routers/transports. Simply modify the transport that is used for outbound mail to perform address rewriting:
The first rule will handle From/Sender/Reply-To and the second Return-Path. You can replace | |||
|
feedback
|