exim.conf does not exist

olegan

Verified User
Joined
Aug 30, 2005
Messages
7
I had play with exim, and I warry if I can delete somethinfg.
I cannot locate /etc/exim.conf in my system (FreeBSD 4.11)
I was run the script
.../scripts/exim.sh in order to fix all stuff,
but still no exim.conf founded in the system.
But now exim basically working.
Do I need to warry abount exim.conf
or this could bw fine without it.
 
Depending on the version of exim.conf you've downloaded you may have a bit more work before exim will run:

SpamBlocker exim.conf version 2.0-release, currently distributed by DA, requires the following files be set up on your server:
Code:
/etc/virtual/bad_sender_hosts
/etc/virtual/blacklist_senders
/etc/virtual/blacklist_domains
/etc/virtual/use_rbl_domains
/etc/virtual/whitelist_senders
/etc/virtual/whitelist_domains
/etc/virtual/whitelist_hosts
all set up with the same ownership and permissions as /etc/virtual/domains.

Jeff
 
Back
Top