• 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.

Multiple Domains with different Postmasters on one Mailserver

DomeSTAR

New Pleskian
Hi,

I got a Server with Plesk 11 and 2 different Domains, domain1.com and domain2.com.
I want all E-Mails for nonexistent users with the ending "@domain1.com" to get into [email protected] 's Mailbox
and all E-Mails for nonexistent users with the ending "@domain2.com" to get into [email protected] ' s Mailbox.
Is this possible?
In the Plesk Control Panel I'm just able to configure one recipient for all E-Mails to a nonexistent user.

Dominik
 
In panel you can change only subscription-wide preferences for mail-service.
So, your problem can be solved by using separate subscriptions.

But there is a workaround in CLI for managing mail-service per domain:
/usr/local/psa/bin/domain_pref -u domain1.com -no_usr [email protected]
/usr/local/psa/bin/domain_pref -u domain2.com -no_usr [email protected]
 
Back
Top