I noticed there are a few documents like here:
That reference using
Is this the case or is there a difference between the two commands eximconf and exim_conf?
Also,
That reference using
./build eximconf. Is this the same as ./build exim_conf? Notice the underscore between exim and conf. Based on the document number, I suspect eximconf is old, and some standardization was done to use underscores, based on the output of ./build:
Code:
| Components configuration options: |
| ./build exim_conf |
| ./build dovecot_conf |
| ./build blockcracking |
| ./build easy_spam_fighter |
| ./build php_ini |
| ./build phpmyadmin_public |
| ./build rewrite_confs |
| ./build secure_php |
| ./build spamassassin_cron |
| ./build litespeed_license |
| ./build litespeed_license_migrate |
Is this the case or is there a difference between the two commands eximconf and exim_conf?
Also,
./build rewrite_confs ... is that a convenience command to rebuild all configuration files then?