[Exim] Problem with local_interfaces config option

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Patrick Emerson
Date:  
À: exim-users
Sujet: [Exim] Problem with local_interfaces config option
I am running Exim 4.22 on Suse 9.0 and I am trying to setup Amavisd to scan
for viruses and I am getting an error when I try to start it up:

Initializing SMTP port (exim)2004-05-10 08:41:48 Exim configuration error
in line 584:
option "local_interfaces" unknown

I have this in my config file so it will accept SMTP traffic over port 25
from any address and it will only accept SMTP over port 10025 from the
localhost, which is where I have the amavisd installed.

local_interfaces = 0.0.0.0.25 : 127.0.0.1.10025

I have tried several different variations of this parameter and they all get
the same error.

local_interfaces = <; 0.0.0.0.25 ; 127.0.0.1.10025
local_interfaces = <; [0.0.0.0]:25 ; [127.0.0.1]:10025

Any help would be greatly appreciated.