On 2016-07-07, Gary Stainburn <[email protected]> wrote:
> I have the following check in acl_check_helo
>
>   deny   hosts = !+relay_from_hosts
>          message = Your server with the IP $sender_host_address is with\
>                help name ($sender_helo_name) configured incorrectly. \
>               Email has been blocked. (HELO Error)
>          condition = ${if match{$sender_helo_name}{\\.}{no}{yes}}

> As I was adding another one today I was wondering if there is a better way.  
> Every one of these users authenticates before they are allowed to send 
> emails. I was wondering how I could use this information to come up with a 
> better solution.

add
           authenticated = !*

> The problem is of course that this check is done before the user 
> authenticates.

move the check to the "smtp mail" ACL.

> Does anyone have any ideas?

-- 
This email has not been checked by half-arsed antivirus software 

-- 
## 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/

Reply via email to