Tom Kistner wrote:
> Banoba Ezra wrote:
>
>> The exim i installed from my ports collection has the exiscan patch.
>
> Which one? IN your config, you have a mix of old (non-ACL) and new
> (exiscan-acl) options.
>
> [...]
>
> However, I'd recommend to find out which patch is in your binary (check
> the defaults for the port), and in case it's the old (non-acl) one,
> upgrade to the latest.
The old exiscan patch is the default, for backwards compatibility reasons.
You can build the port with:
make
=> build with the old exiscan patch
make WITH_EXISCAN_ACL=yes
=> build with the new exiscan-acl patch
make WITHOUT_EXISCAN=yes
=> build without any exiscan patch
Regards
Oliver