Re: [exim] Problem/Question Exim 4.74 and FreeBSD building T…

Top Page
Delete this message
Reply to this message
Author: Peter Bowyer
Date:  
To: exim-users
Subject: Re: [exim] Problem/Question Exim 4.74 and FreeBSD building TRUSTED_CONFIG_LIST
On 2 February 2011 16:34, B. Cook <bcook@???> wrote:
>
> #!/bin/sh
> exec /usr/local/sbin/exim -C /usr/local/etc/exim/amx/configure -bdf -q30m


Just a thought - if the compiled-in config file path is the same one
as you're calling with -C, you probably don't need the -C.

This doesn't fix the problem you're seeing but might allow you to work round it.

Peter