|
|
|
|
||||||
| comp.mail.sendmail Configuring and using the BSD sendmail agent. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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}. |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
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}. > |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Paul B. wrote: > Yea, I have read that about a dozen times, and dove into op.txt. Is there > any examples? > > Paul > Try QUEUE_GROUP(`mqueue', `P=/var/spool/mqueue, F=f, Nice=19, recipients=250, Runners=400')dnl > > <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}. > > |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
Thanks I will!
Paul <jmaimon@ttec.com> wrote in message news:1169180047.620104.36030@v45g2000cwv.googlegro ups.com... > > Paul B. wrote: >> Yea, I have read that about a dozen times, and dove into op.txt. Is >> there >> any examples? >> >> Paul >> > > Try > > QUEUE_GROUP(`mqueue', `P=/var/spool/mqueue, F=f, Nice=19, > recipients=250, Runners=400')dnl > >> >> <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}. >> > > |
|
![]() |
| Outils de la discussion | |
|
|