snickn
Verified User
It appears you have a minor typo in the exim.conf that causes it not to start right away...
[root@vanity customapache]# service exim restart
Shutting down exim:
Starting exim: 2003-10-07 19:52:49 Exim configuration error in line 268:
error in ACL: unknown ACL condition/modifier in "accpet hosts = +relay_hosts"
[FAILED]
vi /etc/exim.conf
:%s/accpet/accept/g
:wq!
[root@vanity ~] service exim restart
Not much to fix it, however still a tad annoying
[root@vanity customapache]# service exim restart
Shutting down exim:
Starting exim: 2003-10-07 19:52:49 Exim configuration error in line 268:
error in ACL: unknown ACL condition/modifier in "accpet hosts = +relay_hosts"
[FAILED]
vi /etc/exim.conf
:%s/accpet/accept/g
:wq!
[root@vanity ~] service exim restart
Not much to fix it, however still a tad annoying
