Check out
http://sendmail.net/?feed=usingmultiplequeues
Basically, it tells you that this multi-queue function
speeds up mail delivery by having more than one queue
directory, usually spread across different disks.
Steps below to do this: (plus of course create the
queue directories)
_________________________________________
In m4 (which, as you know, you should be using to
generate your configs), you just specify
define(QUEUE_DIR,`/var/spool/mqueue/q*')
and sendmail will use all directories that match that
pattern.
In the /etc/mail/sendmail.cf file (again, use m4),
simply add:
O QueueDirectory=/var/spool/mqueue/q*
_________________________________________
Hope this helps!
Clara
--- Chris Cariffe <chris.cariffe@Barra.COM> wrote:
> can someone give a brief description of this please?
> i can't find much
> about it at sendmail.org nor in my README's. I'm
> using 8.11.1 and would
> like to in some way speed up the delivery's of large
> lists.
>
> thanks
>
> -chris
>
>
__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
|
|