Re: hilfe bei exim
On Mon, Oct 06, 2003 at 11:29:02AM +0200, Peter Kuechler wrote:
[...]
> Über einen Umweg habe ich jetzt festgestellt, das Exim scheinbar Mails, die
> nicht lokal zugestellt werden, sofort weiterschicken will. Klar, das dazu
> eine DNS-Anfrage gestellt wird.
>
> Die Frage ist aber warum exim das tut. Es wird so gestartet:
>
> 239 ? S 0:00 /usr/sbin/exim4 -bd
>
> Laut man-pages bedeutet -bd, das es als Daemon läuft und smtp
> Verbindungen animmt. Die Queues sollen nur durch ein
> /usr/sbin/exim4 -qf geleert werde.
-odb This option applies to all modes in which Exim accepts incoming
messages, including the listening daemon. It requests 'background'
delivery of such messages, which means that the accepting process
automatically starts delivery process for each message received, but
does not wait for the delivery process to complete. This is the default
*^^^^^^^*
action if none of the -od options are present. It overrides a setting
of "queue_only" in the configuration file.
Du willst -odq oder "queue_only = true"
cu andreas
Reply to: