Note: This article has the reference to the issues with the fixes available:
-
#PPPM-5259 “Support issue #PPPM-5259”
Fixed in:- Plesk Onyx 17.0 Release 15 November 2016
-
#PPPM-5227 “Support issue #PPPM-5227”
Fixed in:- Plesk Onyx 17.0 Release 15 November 2016
- Plesk Onyx 17.0 Release 15 November 2016
- Plesk Onyx Update 7 21 November 2016 (Linux)
Please consider updating your server:
Question
How to turn off SRS (Sender Rewriting Scheme) support in Plesk Onyx ?
Answer
-
Connect to the server via SSH.
-
Open
/etc/postfix/master.cf
file in a text editor and find the next string:plesk_virtual unix - n n - - pipe flags=DORhu user=popuser:popuser argv=/usr/lib64/plesk-9.0/postfix-local -f ${sender} -d ${recipient} -p /var/qmail/mailnames
-
Add to the end of the string “-s” so that the line is:
plesk_virtual unix - n n - - pipe flags=DORhu user=popuser:popuser argv=/usr/lib64/plesk-9.0/postfix-local -f ${sender} -d ${recipient} -p /var/qmail/mailnames -s
-
Restart the postfix service
# service postfix restart