Exim4 is another Message Transfer Agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the internet. Exim can be installed in place of sendmail, although the configuration of exim is quite different to that of sendmail.
Para instalar o exim4, execute o seguinte comando:
sudo apt-get install exim4 exim4-base exim4-config
Para configurar o exim4, execute o comando seguinte:
sudo dpkg-reconfigure exim4-config
A interface de utilizador será apresentada. A interface do utilizador permite-lhe configurar muitos parâmetros. Por exemplo, no exim4 os ficheiros de configuração são divididos entre ficheiros múltiplos. Se desejar ter esses ficheiros num só ficheiro pode configurar essa forma na interface de utilizador.
All the parameters you configure in the user interface are
stored in
/etc/exim4/update-exim4.conf.conf
file.
If you wish to re-configure, either you re-run the
configuration wizard or manually edit this file
using your favourite editor. Once you configure, you can run
the following command to generate the master configuration
file:
sudo update-exim4.conf
The master configuration file, is generated and
it is stored in
/var/lib/exim4/config.autogenerated
.
![]() |
|
Em momento algum, deve editar o ficheiro de configuração principal, |
You can run the following command to start exim4 daemon.
sudo /etc/init.d/exim4 start
TODO: This section should cover configuring SMTP AUTH with exim4.