Re: [exim] Sporadic lsearch errors in 4.33

Pàgina inicial
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
A: Eric Bullen
CC: exim-users
Assumpte: Re: [exim] Sporadic lsearch errors in 4.33
Eric Bullen wrote:

> search_open: lsearch "/etc/exim/user_list.txt"
> search_find: file="/etc/exim/user_list.txt"
> key="xx@???" partial=-1 affix=NULL starflags=0
> LRU list:
> :/etc/exim/user_list.txt
> End
> internal_search_find: file="/etc/exim/user_list.txt"
> type=lsearch key="xx@???"
> file lookup required for xx@???
> in /etc/exim/user_list.txt
> lookup yielded:
>


> Doesn't look good- I would expect some result after the "yielded:". All
> dirs of /, /etc/, and /etc/exim are all 0755 and the user_list.txt file is
> 0644 for perms. Any ideas? And I assure you that the "xx" and "yy" for the
> email addresses are all single words with only lower-case alpha characters
> in them.


What was it supposed to yield? How does your user_list.txt look? Is it

key1: value1?
key2: value2
or just
key1
key2
?

Nico