On Mon, 6 Nov 2006, Daniel Tiefnig wrote: > Oh, never mind. I DID try it, but obviously didn't look close enough. I > just saw exim didn't start a daemon if started as: > exim -q<time> -qff > On the other hand, now i see it DOES, if started as: > exim -qff -q<time> > This might be due to the format of the "-q<qflags><time>" parameter, > (first flags, then time) but I didn't look at the code.
It's because if you specify -q twice, the second one will override the first. -- Philip Hazel University of Cambridge Computing Service Get the Exim 4 book: http://www.uit.co.uk/exim-book -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
