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

Question how to make domain-level of postfix configuration ?

qtwrk

Basic Pleskian
how to make domain-level of postfix configuration ?

Hi , I am on centos 7 with plesk 17.5.3 , I have installed postfix for outgoing mail.

I also use 3rd part mail service into to hide server IP that is exposed in mail header.

so in order to make it work , I have to send mail from my server to 3rd part server (where server IP and some other mail header will be wiped) , and then from 3rd to destination address.

thing was working fine on SIGNLE domain server , as I can directly use server-wide configuration to login to relay server , but since I am attempting to add second domain into it , thing is becoming kind of problemtic...

my current conf in /etc/postfix/main.cf is :

Code:
relayhost = [mail.3rd.party]:587

smtp_sasl_password_maps = static:[email protected]:password

but this is server-wise conf , how can I make it like:

domain1 mail goes to relay-domain1 and domain2 goes to relay-domain2 ?
 
Back
Top