Emails to my domain were being delayed. I discovered in the Exim mainlog the error message: domain or user is in the queue only list. Message queued.
Upon further investigation it was clear that the following section of /etc/exim.conf was responsible for that:
It looks like this will run if the domain is listed in /etc/queuedomains
Is this a new feature? I am not familiar with the file /etc/queuedomains. What process manages this file? Is there a setting in Webhost Manager that controls which domains get listed in /etc/queuedomains?
Upon further investigation it was clear that the following section of /etc/exim.conf was responsible for that:
Code:
queueonly:
driver = redirect
domains = +queue_domains
condition = ${if eq {$domain}{$primary_hostname}{${if eq {${lookup passwd{$local_part}{$value}}}{}{1}{0}}}{1}}
allow_defer
data = :defer: domain or user is in the queue only list. Message queued
Is this a new feature? I am not familiar with the file /etc/queuedomains. What process manages this file? Is there a setting in Webhost Manager that controls which domains get listed in /etc/queuedomains?