[Exim] failed to expand "${lookup{$local_part}lsearch{SYSTEM…

Top Page
Delete this message
Reply to this message
Author: Dilip M
Date:  
To: exim-users@exim.org
Subject: [Exim] failed to expand "${lookup{$local_part}lsearch{SYSTEM_ALIASES_FILE}}": failed to open
Hi,

I'm just trying to cnfigure exim.I'm getting this error.
-------------------------------------------
# exim -bt dilipm
dilipm@??? cannot be resolved at this time:
    failed to expand "${lookup{$local_part}lsearch{SYSTEM_ALIASES_FILE}}":
failed to open SYSTEM_ALIASES_FILE for linear search: No such file or
directory
-------------------------------------------


The MX recored for out domain "s7technologies.com" is "s7technologies.com"
-------------------------------------------
#more /etc/exim/exim.conf
# primary_hostname =
domainlist local_domains = s7technologies.com
domainlist relay_to_domains =
hostlist   relay_from_hosts = 127.0.0.1
qualify_domain = s7technologies.com
[...]
------------------------------------------
Created a local system uset 'dilipm'
# grep dilip /etc/passwd
dilipm:x:500:500::/home/dilipm:/bin/bash
------------------------------------------
[root@exim-2 input]# more /etc/aliases
# Basic system aliases -- these MUST be present.
mailer-daemon:  postmaster
postmaster:     dilipm
[...]
------------------------------------------
# exim -bt postmaster
postmaster@??? cannot be resolved at this time:
     failed to expand "${lookup{$local_part}lsearch{SYSTEM_ALIASES_FILE}}":
failed to open SYSTEM_ALIASES_FILE for linear search: No such file or
directory
--------------------------------------------
[root@exim-2 input]# ls -l /etc/aliases
-rw-r--r--    1 mailnull mail          654 Feb 25 13:00 /etc/aliases
----------------------------------------



All other configuration remains DEFAULT

Where i'm going wrong ?

-Dilip