Hello.
I use the next acl for MAIL FROM:
deny message = You must authenticate youself before using this domain
condition = ${if inlist{$sender_address_domain}{LOCALDOMAIN}}
! authenticated = *
I use macros LOCALDOMAIN because a domains list isn't expanded. E.g.:
deny message = You must authenticate youself before using this domain
condition = ${if inlist{$sender_address_domain}{+local_domains}}
! authenticated = *
doesn't work.
Do anybody know how use lists in string expansions?
--
## 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/