PDA

View Full Version : exim.conf does not exist



olegan
02-02-2006, 02:17 AM
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.

sander815
02-02-2006, 10:57 AM
cd /etc

wget http://files.directadmin.com/services/exim.conf

service exim restart

then edit /etc/exim.conf to your needs(f.i. deny message = Email blocked by BSHL - to unblock see http://www.example.com/

and restart exim again

nobaloney
02-08-2006, 05:16 PM
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:

/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