This shows you the differences between two versions of the page.
|
en:linux:exim [2010/03/07 13:31] matthieu |
en:linux:exim [2013/07/10 18:31] (current) matthieu [Setup] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag>en en:linux en:server en:mail}} | ||
| ====== Exim 4 ====== | ====== Exim 4 ====== | ||
| Line 25: | Line 26: | ||
| The settings to configure are : | The settings to configure are : | ||
| - | * System mail name : the server name, for example bouthors.fr | + | * System mail name (mailname) : the server name, for example debian.bouthors.fr |
| * IP-addresses to listen on for incoming SMTP connections : IP list allowed to send emails, for example 127.0.0.1. | * IP-addresses to listen on for incoming SMTP connections : IP list allowed to send emails, for example 127.0.0.1. | ||
| - | * Other destinations for which mail is accepted : allow to receive emails for this domains, for example bouthors.fr. | + | * Other destinations for which mail is accepted : used to store mails on this server |
| * Visible domain name for local users : name used for local accounts when they send emails outside, par exemple bouthors.fr | * Visible domain name for local users : name used for local accounts when they send emails outside, par exemple bouthors.fr | ||
| * IP address or host name of the outgoing smarthost : IP of dns name of the relay, some examples : | * IP address or host name of the outgoing smarthost : IP of dns name of the relay, some examples : | ||
| Line 57: | Line 58: | ||
| * System mail name : bouthors.fr | * System mail name : bouthors.fr | ||
| * IP-addresses to listen on for incoming SMTP connections : 127.0.0.1 | * IP-addresses to listen on for incoming SMTP connections : 127.0.0.1 | ||
| - | * Other destinations for which mail is accepted : bouthors.fr. | + | * Other destinations for which mail is accepted : |
| * Visible domain name for local users : bouthors.fr | * Visible domain name for local users : bouthors.fr | ||
| * IP address or host name of the outgoing smarthost : smtp.gmail.com::587 | * IP address or host name of the outgoing smarthost : smtp.gmail.com::587 | ||
| Line 101: | Line 102: | ||
| dc_eximconfig_configtype='satellite' | dc_eximconfig_configtype='satellite' | ||
| - | dc_other_hostnames='bouthors.fr' | + | dc_other_hostnames='' |
| dc_local_interfaces='127.0.0.1' | dc_local_interfaces='127.0.0.1' | ||
| dc_readhost='bouthors.fr' | dc_readhost='bouthors.fr' | ||
| Line 122: | Line 123: | ||
| * http://www.exim.org/ | * http://www.exim.org/ | ||
| * http://wiki.debian.org/GmailAndExim4 | * http://wiki.debian.org/GmailAndExim4 | ||
| - | |||