Exim.conf

thoroughfare

Verified User
Joined
Aug 11, 2003
Messages
575
Hi,

Does Exim use the exim.conf in /usr/local/directadmin/data/templates/exim.conf or /etc/exim.conf?

And is the data in the customapache dir just for the purpose of recompiling apache and related components, or does it contain any files actually used for running apache etc.?

Thanks,
Matt :)
 
/etc/exim.conf

customapache is simply there for the time of the recompile, ONCE everything is compiled the only thing you really need is the build script itself.. (if you want to use it again... or you can delete that also :)

Chris
 
As the directory says, it is a template for the exim.conf file, provided by DirectAdmin. I think you don't need it, unless you want to install DirectAdmin.
 
The proftpd.conf actually has tokens which need to be "tokenzied" .. so it's an actual template which is used to create the /etc/proftpd.conf. You can have a look to see what I mean, it's just the |SERVER_IP| token, so if you need to restore your /etc/proftpd.conf, just replace that with your server IP.

John
 
Pretty sure they're /usr/local/directadmin/conf/directadmin.conf and /etc/httpd/conf/httpd.conf.
 
httpd.conf and directadmin.conf are also tokenized. You can figure it out pretty quick if the have |ANYTHING| like that, they're probably tokenized ;)

John
 
Thanks John. But when are they actually used? Will they overwrite the current httpd.conf etc?

Thanks,
Matt
 
Those main ones are only for installs. Main config files don't get overwritten, only "sub" config files like the user httpd.conf files and the /etc/proftpd.vhosts.conf file.

John
 
Back
Top