• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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