• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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