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


-- 
## List details at http://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/

Reply via email to