Author: Andreas Metzler Date: To: exim-users Subject: Re: [Exim] smtp_etrn_hosts
On 2004-02-23 Idris Saliu <saliui@???> wrote: > I'm trying to get my mail server to accept the ETRN command, but when
> I put the following in the exim config file,
> smtp_etrn_hosts = mail.example.com, exim fails to start with the
> following error. > 2004-02-23 11:13:31 Exim configuration error in line 229:
> main option "smtp_etrn_hosts" unknown [...]
You are trying to use an exim v3 directive with exim v4.
smtp_etrn_hosts has been replaced with a ACL (acl_smtp_etrn).
cu andreas