setupmailserver
Mail Server Setup Tool
This tool can be used to setpset up Eenos mail server tools like Exim and Dovecot. You can rebuild the exim configurations and dovecot settings.
Eenos provideprovides custom custom-packaged distribution of Exim and Dovecot servers and maintainmaintains the package by ourself.ourselves. 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 the exim mail server, use the following command,
/usr/local/eenos/scripts/setupmailserver --installexim
Rebuild Exim Configuration
To rebuild the eximExim 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 dovecotDovecot service configuration, use the following command
/usr/local/eenos/scripts/setupmailserver --rebuilddoveconf