A
ajack
Guest
I have read that with Plesk 10.4 and Postfix 2.8, emails from a domain with dedicated IP should go out from that IP rather than the default IP.
I cannot make it happen on my server, mail goes out from the Plesk server's default IP even though the domain has a dedicated (not shared) IP.
I am using PHP to send mail if that makes any difference, we have tried both:
-mail($recipient,$title,$message,$headers );
-mail($recipient,$title,$message,$headers, '-f [email protected]');
they produce the same result.
Are there settings that I might need to tweak or reset to enable that feature?
Any help would be greatly appreciated.
Thanks
Ajack
---------------------------------------------------------------
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Parallels Plesk Panel: v10.4.4_build1013111102.18 os_CentOS 6
Postfix: 2.8.4-11100615
PROBLEM DESCRIPTION
Outgoing mail from domain with dedicated IP is going out via the Plesk server's default IP
STEPS TO REPRODUCE
-mail($recipient,$title,$message,$headers );
-mail($recipient,$title,$message,$headers, '-f [email protected]');
ACTUAL RESULT
Outgoing mail from domain with dedicated IP is going out via the Plesk server's default IP
EXPECTED RESULT
Outgoing mail should go out via the domain's dedicated IP
ANY ADDITIONAL INFORMATION
None so far
--------------------------------------------------------------
I cannot make it happen on my server, mail goes out from the Plesk server's default IP even though the domain has a dedicated (not shared) IP.
I am using PHP to send mail if that makes any difference, we have tried both:
-mail($recipient,$title,$message,$headers );
-mail($recipient,$title,$message,$headers, '-f [email protected]');
they produce the same result.
Are there settings that I might need to tweak or reset to enable that feature?
Any help would be greatly appreciated.
Thanks
Ajack
---------------------------------------------------------------
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Parallels Plesk Panel: v10.4.4_build1013111102.18 os_CentOS 6
Postfix: 2.8.4-11100615
PROBLEM DESCRIPTION
Outgoing mail from domain with dedicated IP is going out via the Plesk server's default IP
STEPS TO REPRODUCE
-mail($recipient,$title,$message,$headers );
-mail($recipient,$title,$message,$headers, '-f [email protected]');
ACTUAL RESULT
Outgoing mail from domain with dedicated IP is going out via the Plesk server's default IP
EXPECTED RESULT
Outgoing mail should go out via the domain's dedicated IP
ANY ADDITIONAL INFORMATION
None so far
--------------------------------------------------------------
Last edited by a moderator: