At 12:54 PM 12/9/2001 -0800, you wrote:
>Can you elaborate?
Sure.
See the new queue-group capability.
You can define specific domains as going in specific queuegroups, as in
these entries from my /etc/mail/access show:
QGRP:aol.com aol
QGRP:hotmail.com hotmail
QGRP:yahoo.com yahoo
QGRP:yahoo.co.uk yahoo
QGRP:yahoo.de yahoo
QGRP:yahoo.ca yahoo
QGRP:yahoo.it yahoo
QGRP:earthlink.net earthlink
And in your .mc you define the groups:
QUEUE_GROUP(`mqueue', `R=15, r=3, F=f')
QUEUE_GROUP(`aol', `P=/var/spool/mqueue/mq-aol, R=10, r=1, F=f')
QUEUE_GROUP(`hotmail', `P=/var/spool/mqueue/mq-hotmail, R=10, r=100, F=f')
QUEUE_GROUP(`earthlink', `P=/var/spool/mqueue/mq-earthlink, R=10, r=100, F=f')
QUEUE_GROUP(`yahoo', `P=/var/spool/mqueue/mq-yahoo, R=10, r=100, F=f')
...which says:
- for the non-special-cased domains, 3 recipients per envelope
- for Hotmail, Earthlink, and Yahoo, 100 recipients per envelope
- for AOL, one recipient per envelope
YMMV.
Follow-Ups:
|
|