Hello,

I browsed /opt/exim/valiases folder, and I saw a file called desytec.com with 
this content:

*: :blackhole:

I think I am near to find the solution to this. So, can you tell me if I can 
safely remove that file to solve the problem? I want to avoid to do "trial and 
error", so I prefer you confirm this.

Thanks
Jaime

-----Mensaje original-----
De: Ian Eiloart [mailto:[email protected]] 
Enviado el: lunes, 14 de diciembre de 2015 10:48
Para: Jaime Stuardo <[email protected]>
CC: Exim Users <[email protected]>
Asunto: Re: [exim] Mails are not sent


> On 11 Dec 2015, at 20:53, Jaime Stuardo <[email protected]> wrote:
> 
> I am attaching my exim configuration file.
> 
> There is a line that shows:
> 
> domainlist relay_domains = lsearch;/opt/exim/localdomains :
> lsearch;/opt/exim/secondarymx
> 
> I am wondering if this is the file that affects this behavior. When I 
> saw /opt/exim/localdomains file, this is listed:
> 
> 
> vps-1128921-x.dattaweb.com
> gestionproyectos.cl
> v-track.cl
> vtrack.cl
> dias.cl
> gestionx.cl
> marvas.cl
> commerce.gestionx.cl
> depasa.cl
> desytec.cl
> desytec.cn
> desytec.com.cn
> desytec.com
> 
> As you read in my original mail, the address that is blackholed, 
> belongs to desytec.com domain. Can I safely remove "desytec.com" line 
> in above file to solve this problem?

the list local_domains isn’t used in the router virtual_aliases, but there is a 
test that searches that file. So, it would help. Whether it does any harm 
elsewhere depends on whether the list, or the file, is consulted for any other 
purpose. Removing it could, for example, prevent local submission.

virtual_aliases:
  driver = redirect
  allow_defer
  allow_fail
  data = ${if 
exists{/opt/exim/valiases/$domain}{${lookup{*}lsearch{/opt/exim/valiases/$domain}}}}
  file_transport = address_file
  group = exim
  pipe_transport = virtual_address_pipe
  domains = lsearch;/opt/exim/localdomains
  retry_use_local_part


--
Ian Eiloart
Postmaster, University of Sussex
+44 (0) 1273 87-3148



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