On Sun, 2 Jun 2002, Toshio Kumagai wrote:
> Hi all,
>
> I have problem on exim-4.04 sender option.
> This option cannot find specified file.
>
> # /usr/local/lib/exim/exim -bt -C /usr/local/lib/exim/exim.conf.external
> > asuka
> LOG: MAIN PANIC DIE
> failed to open /etc/mail/lists/asuka for linear search: No such file or directory
^^
Hrm.. That seems odd.
> # ls -l /etc/mail/l
> require_files = /etc/mail/lists/${local_part}
> retry_use_local_part
> senders = *@lsearch; /etc/mail/lists/${local_part} : \
^
> lsearch; /etc/mail/lists/${local_part}
^
I'm not 100% sure, but I'm think maybe you dont want those extra spaces
there..
Exim is trying to access
" /etc/....."
instead of
"/etc/...."
> Please tell me if you find my mistake, or
> any workaroud if it's exim problem.
>
> Regards.
>
> --
> *** Save Solaris x86 ***
> Toshio Kumagai TK2959 / TK127-AP
> Toshio_Kumagai@???, Japan
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
>
--