Re: [exim] Preventing exim from rewriting outgoing sender's …

Pàgina inicial
Delete this message
Reply to this message
Autor: Ted Cooper
Data:  
A: exim-users
Assumpte: Re: [exim] Preventing exim from rewriting outgoing sender's address
On 30/03/11 02:49, The Doctor wrote:
> ######################################################################
> #                      REWRITE CONFIGURATION                         #
> ######################################################################

>
> # There are no rewriting specifications in this default configuration file.
>
> begin rewrite
>
>


The lack of any rewrite configuration means that there's is no rewrite
happening, however, you do have submission turned on for
relay_from_hosts and authenticated users which will be causing something
similar. Forcing users to use their real email address isn't a bad thing
though.

  accept  hosts         = +relay_from_hosts
          control       = submission
          control       = dkim_disable_verify
  accept  authenticated = *
          control       = submission
          control       = dkim_disable_verify


You may wish to peruse
http://docs.exim.org/current/spec_html/ch44.html#SECTsubmodnon