Autor: Phil Pennock Datum: To: Raphael Berghmans CC: exim-users Betreff: Re: [Exim] exim 4 strange error ?!?
On 2002-03-20 at 15:53 +0100, Raphael Berghmans wrote: > I've found in the mainlog this entry:
>
> 16nfnK-0000Ct-00 == belindadrieghe@??? R=dnslookup T=remote_smtp defer
> (-1): smtp transport process returned non-zero status 0x000f: terminated by
> signal 15
>
>
> Somebody knows which could be the reason of this ?
Perhaps, if they know more about your system.
Which signal is "signal 15" on your OS?
Methods which might help you find out:
$ kill -l
$ less /usr/include/sys/signal
$ man -a signal
Or failing that, "uname -a" and ask.
On many systems, 15 is SIGTERM. Which is a signal only normally sent by
the 'kill' command. Did you or another admin kill any Exim processes?
--
Be slow in choosing a friend, slower in changing. -- Ben Franklin