HP-UX Mailing Services Administrator's Guide
Sendmail 8.13.3
New Features in Sendmail 8.13.3
Chapter 3122
For example, the following commands declare a queue directory (the
Patch= and P=), and a queue processing interval of 10 minutes (the
Interval= and I=):
Qslowmail, Path=/disk1/mail/slowqueues, Interval=10m
Qslowmail, P=/disk1/mail/slowqueues, I=10m
Using queuegroups Through the access Database
You must use the gen_cf main menu option to utilize the queuegroup
feature to easily select queue groups based on recipient addresses or
recipient domains.
After enabling the queuegroup feature, the next step is to add lines such
as the following to the source file for your access database:
QGRP:slow-poke.com slowgroup
QGRP:root@notify.com fastgroup
QGRP:your.domain localgroup
Queue Group Limitations
You can define the default group (mqueue) using options and the
command line. If a Q configuration command is missing a given equate,
that queue group inherits the property defined by the default queue
group. However, following are the default queue group properties, which
do not have equivalent equates and all queue groups inherit these
properties:
• DeliveryMode option
• FastSplit option
• MaxQueueChildren option
• MinQueueAge option
• -qI, -qR, and -qS command-line switches
• QueueFactor, QueueLA, RefuseLA and RecipientFactor options
• QueueFileMode option
• Timeout, queuereturn and Timeout.queuewarn options
You cannot override these properties with a queue-group equate.