Configuration error for "on_success"

View: New views
4 Messages — Rating Filter:   Alert me  

Configuration error for "on_success"

by Ahmet YAZICI :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I'm using a gateway appliance which uses exim as mail router. I need to
compile exim and i don't have manufacturer's editme file.. when i compile
exim and try to start up, it says:

2009-07-06 09:49:58 Exim configuration error in line 434 of /etc/exim.conf:
  option "on_success" unknown


Which build option do i need to turn on to start exim successfully?

Thanks

--
Ahmet YAZICI
--
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Re: Configuration error for "on_success"

by Nigel Metheringham :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 6 Jul 2009, at 15:46, Ahmet YAZICI wrote:

> Which build option do i need to turn on to start exim successfully?


Not a clue.  The string "on_success" (without the quotes) does not exist
in the current exim source or documentation tree.

Your config file is not a valid exim config.

        Nigel.
--
[ Nigel Metheringham             Nigel.Metheringham@... ]
[ - Comments in this message are my own and not ITO opinion/policy - ]


--
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Re: Configuration error for "on_success"

by Heiko Schlittermann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ahmet YAZICI <ahmety@...> (Mo 06 Jul 2009 16:46:19 CEST):
> Hello,
>
> I'm using a gateway appliance which uses exim as mail router. I need to
> compile exim and i don't have manufacturer's editme file.. when i compile
> exim and try to start up, it says:
>
> 2009-07-06 09:49:58 Exim configuration error in line 434 of /etc/exim.conf:
>   option "on_success" unknown

I can imagine that the "private" edition used on the appliance
is patched to understand "on_success" - may be you can check the
output of ``exim -bP all'' or ``exim -bP transports'' or ``exim
-bP routers''.

May be you can post some snippet of your config around line 434.

    Best regards from Dresden/Germany
    Viele Grüße aus Dresden
    Heiko Schlittermann
--
 SCHLITTERMANN.de ---------------------------- internet & unix support -
 Heiko Schlittermann HS12-RIPE -----------------------------------------
 gnupg encrypted messages are welcome - key ID: 48D0359B ---------------
 gnupg fingerprint: 3061 CFBF 2D88 F034 E8D2  7E92 EE4E AC98 48D0 359B -


--
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

signature.asc (204 bytes) Download Attachment

Re: Configuration error for "on_success"

by Phil Pennock-9 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 2009-07-06 at 17:46 +0300, Ahmet YAZICI wrote:

> Hello,
>
> I'm using a gateway appliance which uses exim as mail router. I need to
> compile exim and i don't have manufacturer's editme file.. when i compile
> exim and try to start up, it says:
>
> 2009-07-06 09:49:58 Exim configuration error in line 434 of /etc/exim.conf:
>   option "on_success" unknown
>
>
> Which build option do i need to turn on to start exim successfully?

These come from a private patch to Exim.  Putting "Exim on_success" into
a web search-engine yielded:

  http://www.mail-archive.com/exim-users@.../msg15343.html

(and your question, pushing that down the rankings).

The patches weren't posted, that I can see, but were written by Tom
Kistner for his employer.

Since Exim is GPL'd, you can ask the gateway appliance vendor for the
patches (or at least, for the source of the the Exim they distribute).

Failing that, you should look at what the on_success option is
configured to do and decide if you need that functionality; if not, you
could just comment out those directives.  You can use
  exim -C /path/to/candidate/exim.conf -bV
to do a rough pass over the config file for sanity.

-Phil

--
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/