On 29 Jun 2011, at 19:49, Mike Lyon wrote: > Hello, > > Total noob here. Couldn't find the answer in the FAQ either :( > > I need to specify a static Return-Path for all e-mails that go through my > exim instance. How do do that? > > Thank You in advance! > > -Mike
You need to use the "F" flag in a rewrite rule. See section 31 of the docs. The rule will look something like *@* [email protected] F Needless to say you must have the consent of the domain owner. -- Ian Eiloart Postmaster, University of Sussex +44 (0) 1273 87-3148 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
