Re: [Exim] internal routing only ACL

Pàgina inicial
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
A: Test, James
CC: exim-users
Assumpte: Re: [Exim] internal routing only ACL
Test, James wrote:
> I have a list of aliases (file called aliases.internal) that I don't
> want to allow incoming external mail to reach, just internal. Does
> anyone know how to configure exim (maybe something in the
> system-filter?) to do that?


maybe

deny message = don't try this
      !senders = *@+local_domains
      condition = ${lookup {$local_part@$domain} lsearch \
                     {/etc/exim/aliases.internal}}



or check in your aliases_internal router for the sender.

Nico