Re: [Exim] Using different configurations with eximon

Top Page
Delete this message
Reply to this message
Author: Stian Grytoyr
Date:  
To: Mills Mr C P
CC: 'exim-users@exim.org'
Subject: Re: [Exim] Using different configurations with eximon
Mills Mr C P <C.P.Mills@???> writes:

| I tried using -C /path/to/alternate/config/file but this
| does not work. Does eximon support the -C option or
| similar?


Put something like this in a shell script:

#!/bin/bash

EXIMON_EXIM_CONFIG=/path/to/alternate/config/file
export EXIMON_EXIM_CONFIG
/path/to/eximon

--
Regards,
Stian Grytoyr