Difference between ./build eximconf and ./build exim_conf

CanadaGuy

Verified User
Joined
Nov 14, 2019
Messages
158
I noticed there are a few documents like here:


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?
 
Yes, they're just 'alias' :) There are more of them, for example 'mariadb' and 'mysql', 'pure-ftpd' and 'pureftpd' etc.
 
Are these aliases documented somewhere?
Better Documentation is on the Request list..:)

 
Back
Top