Re: specification of Q in sendmail.mc
Yea, I have read that about a dozen times, and dove into op.txt. Is there
any examples?
Paul
<jmaimon@ttec.com> wrote in message
news:1169093362.491597.66430@s34g2000cwa.googlegro ups.com...
>
> Paul B. wrote:
>> Hi,
>>
>> If in my sendmail.cf the configuration looks like:
>>
>> Qmqueue, P=/var/spool/mqueue, F=f, Nice=19, recipients=250, Runners=400
>>
>> how would I write that in the sendmail.mc file for when I regenerate the
>> sendmail.cf file.
>>
>> Thanks!
>>
>> Paul
>
>>From cf/README
>
> +-------------------------+
> | QUEUE GROUP DEFINITIONS |
> +-------------------------+
>
> In addition to the queue directory (which is the default queue group
> called "mqueue"), sendmail can deal with multiple queue groups, which
> are collections of queue directories with the same behaviour. Queue
> groups can be defined using the command:
>
> QUEUE_GROUP(`name', `equates')
>
> For details about queue groups, please see doc/op/op.{me,ps,txt}.
>
|