Salut
J’avais souvent cette erreur:
[quote]exim paniclog on ubuntu-desktop has non-zero size
socket bind() to port 25 for address ::1 failed: Cannot assign requested address: daemon abandoned [/quote]
En fouillant j’ai vu que c’est relatif à ipv6
lists.debian.org/debian-user/20 … 00156.html
Another thing worth mentioning: your Exim always complains about the
IPv6 address ::1 (which equals 127.0.0.1 in IPv4). If you don’t use
IPv6, you could try disabling it in Exim.
Donc j’ai modifié mon fichier de conf, avec l’opérateur root:
cd /etc/exim4
gedit update-exim4.conf.conf
Et j’ai masqué l’adresse ipv6 car je n’utilise pas ipv6
#dc_local_interfaces=‘127.0.0.1 ; ::1’
dc_local_interfaces=‘127.0.0.1’
Pas d’erreur depuis ![]()