Jake Colman <[EMAIL PROTECTED]> wrote on 06/03/2005 02:47:15 PM:
> DBF> If the loadave does -not- go up (due to waiting for things like DNS
> DBF> queries) then you'll have to manually trigger the queuing behavior.
> DBF> Edit your sendmail.cf (or .mc) file to add the 'Expensive' flag ("e")
> DBF> to your local mailer and run sendmail with the 'HoldExpensive=true'
> DBF> option set. (can do this from the command line, start sendmail with
> DBF> the '-OHoldExpensive=true' argument added.
>
> Where, exactly, does the 'Expensive' flag get added in the sendmail.mc file?
>
define(`confCON_EXPENSIVE',`true')dnl
define(`SMTP_MAILER_FLAGS',`e')dnl
Andy