RE: [exim] Whitelist?

Pàgina inicial
Delete this message
Reply to this message
Autor: j2
Data:  
A: 'Ian FREISLICH'
CC: 'Exim-users'
Assumpte: RE: [exim] Whitelist?

> accept condition = ${if eq \
> {${lookup {$sender_address+$local_part@$domain} lsearch {/the/file} \
> {yes}{no}}} {yes}}


So, here I would use

sender@???+localuser@???:    yes


in the text file?