Hi! I think the "solution" you found doesn't do what you asked for in your original post!
You asked how to exclude a *recipient* address from the list domainlist domains_we_reject = *.se:*.*.*.ru:*.*.ru:*.ru:*.*.br:*.br:*.in:*.cn:*.rus That is, when checking a recipient address (one to which the message is being sent) you wanted "*@live.ru" to be exempted, despite having "*.ru" in the above list of blocked recipients? The solution you posted doesn't look at the *recipient* address at all, but the email address of the *sender* of the message. Perhaps you first need to think about what you're trying to achieve and explain your needs more clearly. For example: - When a message is going *to* a <*@*.ru> address do you want it delivered or blocked? - When a message is going *to* a <*@live.ru> address do you want it delivered or blocked? - When a message is going *to* a <[email protected]> address do you want it delivered or blocked? - When a message is coming *from* a <*@*.ru> address do you want it delivered or blocked? - When a message is coming *from* a <*@live.ru> address do you want it delivered or blocked? - When a message is coming *from* a <[email protected]> address do you want it delivered or blocked? - When there is a conflict between these — that is, one says "deliver" and the "block" — which should win? Cheers, Mike B-) On 30 November 2015 at 14:11, kuncho pencho <[email protected]> wrote: > Hi, i found solution for me. Just removed previous code and add in > acl_check_data: > > deny senders = /etc/exim/deny_senders > #here domain *.ru is block. > > > > > > > > !senders = [email protected] : [email protected] > > Now, it's working. But, i have very strange situation with one my client. > In "!senders" is his mail address and my test address. My address can > deliver mail but my client cannot. Wht can be wrong? > > Thanks. > > > > > > > > > >-------- Оригинално писмо -------- > > >От: kuncho pencho [email protected] > > >Относно: Re: [exim] How to exclude users from reject rcpt? > > >До: [email protected] > > >Изпратено на: 28.11.2015 07:07 > > > > > > Hi, > > > > I tried this suggestion with my personal email and it was rejected .. so, > not working. :( > > > > Exim version is 4.68. > > > > > > > > >-------- Оригинално писмо -------- > > >От: Jasen Betts [email protected] > > >Относно: Re: [exim] How to exclude users from reject rcpt? > > >До: [email protected] > > >Изпратено на: 25.11.2015 11:31 > > > > On 2015-11-24, kuncho pencho < > [email protected] > wrote: > > > Hi, > > > > > > How can i exclude domains from reject rcpt? Is it possible? I set this > code in mine config file: > > > > > > domainlist domains_we_reject = > *.se:*.*.*.ru:*.*.ru:*.ru:*.*.br:*.br:*.in:*.cn:*.rus > > > > [...] > > > > > deny > > > sender_domains = +domains_we_reject > > > > > So, i have client from *@live.ru , but it was reject by the rule. What > can i do? > > > > add "!live.ru:" to the list somewhere before *.ru > > > > -- > > \_(ツ)_ > > > > -- > > ## 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/ > > > > -- > ## 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/ > -- Systems Administrator & Change Manager IT Services, University of York, Heslington, York YO10 5DD, UK Tel: +44-(0)1904-323811 Web: www.york.ac.uk/it-services Disclaimer: www.york.ac.uk/docs/disclaimer/email.htm -- ## 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/
