Re: [Exim] Problem with relaying

Pàgina inicial
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
A: tom.rowden
CC: exim-users
Assumpte: Re: [Exim] Problem with relaying
Tom Rowden wrote:
> No, I don't want to relay by domain, that's the point.. I don't know how I
> am in the first place!


But you do :)


>   # Accept bounces to lists even if callbacks or other checks would fail
>   warn     message      = X-WhitelistedRCPT-nohdrfromcallback: Yes
>            condition    = ${if and {{match{$local_part}{.*-bounces\+.*}}
> {exists
> {MAILMAN_HOME/lists/${sg{$local_part}{(.*)-bounces\+.*}{\$1}}}}}{yes}{no}}


Dangerous, you should check for your local domains

>   accept  condition     = ${if and {{match{$local_part}{.*-bounces\+.*}}
> {exists
> {MAILMAN_HOME/lists/${sg{$local_part}{(.*)-bounces\+.*}{\$1}}}}}{yes}{no}}


Same here.

>   # Deny unless the sender address can be verified.
>   accept    local_parts = !+noenvfromcheck
>          !verify = sender


wrong, this means "accept if the sender can be verified" what you most
probably want is

deny !local_parts = +noenvfromcheck
      !verify = sender



Nico


--

## List details at http://www.exim.org/mailman/listinfo/exim-users Exim
details at http://www.exim.org/ ##