• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Qmail doesn't recognise new domains

S

SlinkeY

Guest
I have a problem on my PSA 7.5.4 that when i add a new domain, qmail doesn't recognise it.
I have tried to look in /var/qmail/control/virtualdomain, and the new domains are in this list.

Here is the error i get:
<[email protected]>:
Sorry. Although I'm listed as a best-preference MX or A for that host, it isn't in my control/locals file, so I don't treat it as local. (#5.4.6)

I use Debian in my installation.
 
Also my "/var/qmail/control/locals" file only has "localhost" in it.
Is this wrong? If so, how do i fix this problem without doing it manually?
 
When I renamed some domains I had to restart qmail to get the new ones to work. Maybe a restart will fix your problems?
 
I have restarted qmail, also i have tried updatedb. Nothing helps. :S This is a big problem for me.
 
Also i have runned qmail-showctrl to get an output, and it includes the domains that cannot recieve mail :S
 
On Plesk servers, the 'locals' file does not contain the domains, you have to make sure the domains are listed in the files:

/var/qmail/control/virtualdomains
(one domain per line with a colon and prefix number for each)

and

/var/qmail/control/rcpthosts
(one domain per line)
 
Back
Top