[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linux-31] configurer exim sans nom de domaine et en mode satellite



Le 08/04/2018 18:58, Jean-Marc Mongrelet a écrit :
Par ici:
https://doc.ubuntu-fr.org/exim4-satellite

Il manque une info importante dans cette doc...
Pour smarthost moi j'ai ça:
$ cat /etc/exim4/update-exim4.conf.conf | grep smarthost
dc_smarthost='smtp.sfr.fr::587'

Où 587 c'est le port!


J'ai aussi un fichier passwd.client:
$ sudo cat /etc/exim4/passwd.client
# password file used when the local exim is authenticating to a remote
# host as a client.
#
# see exim4_passwd_client(5) for more documentation
#
# Example:
### target.mail.server.example:login:password
smtp.sfr.fr:jean-marc@sfr.fr:Le_mot_de_passe


$ ls -l /etc/exim4/passwd.client
-rw-r----- 1 root Debian-exim 258 janv. 24 20:12 /etc/exim4/passwd.client

Voila,

JM