Score:0

Sendmail not working with Queue group

jp flag

I've tried to use the queue group...but seems not to work Using sendmail v 8.14.7

on my sendmail.mc

#######  Queue group ##############
define(`QUEUE_DIRECTORY',`/var/spool/mqueue')
QUEUE_GROUP(`slowmail', `P=/var/spool/mqueue/slowq, I=15m, F=f, R=1, r=1')
QUEUE_GROUP(`fastmail', `P=/var/spool/mqueue/fastq, I=1m, F=f, R=1, r=1')
FEATURE(`queuegroup',`slowmail')
define(`LOCAL_MAILER_QGRP',`fastmail')
```
``
into access.db
QGRP:example1.com        slowmail
QGRP:example2.com      fastmail

Unfortunately, when an email is sent with the domain name: example2.com it goes to slowmail.. Everything is going to slowmail ( apparently defined by "queuegroup" )

It seems that the access file is not considered.. Feature( Access_db) is defined above the "Queue group"

Thanks for your help

steve avatar
jp flag
OK big mstake on my side.. This is not the domain name with which you are sending from, but sinding TO !! considereing this point, this is working a bit better :-)
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.