setupmailserver
Mail Server Setup Tool
This tool can be used to setp Eenos mail server tools like Exim and Dovecot. You can rebuild the exim configurations and dovecot settings.
Eenos provide custom packaged distribution of Exim and Dovecot servers and maintain the package by ourself. You will always get the updated software with eenos.
Command:
/usr/local/eenos/scripts/setupmailserver
Command Options:
Usage: /usr/local/eenos/scripts/setupmailserver <options>=[values]
Command Groups:
Options:
--install - Install Exim & Dovecot
--installexim - Install Exim SMTP server
--rebuildeximconf - Rebuild EXim configuration
--installdovecot - Install Dovecot IMAP/POP3 server
--rebuilddoveconf - Rebuild Dovecot configuration
Install Exim SMTP Server & Dovecot
To install and setup Exim and Dovecot together, use the following command
/usr/local/eenos/scripts/setupmailserver --install
Install Exim Only
To install or update exim mail server, use the following command,
/usr/local/eenos/scripts/setupmailserver --installexim
Rebuild Exim Configuration
To rebuild the exim mail server configuration file, use the following command.
/usr/local/eenos/scripts/setupmailserver --rebuildeximconf
Install DoveCot Only
To install Dovecot imap/pop3 service, use the following command,
/usr/local/eenos/scripts/setupmailserver --installdovecot
Rebuild DoveCot Configuration
To rebuild the dovecot service configuration, use the following command
/usr/local/eenos/scripts/setupmailserver --rebuilddoveconf