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

php mail function FROM header

C

Crazy_lenny

Guest
Dear Plesk Friends,

I hope that one of you guys will be able to help me, i am quite stuck for quite a while now.

I am using plesk 8.01 on debian sarge.

Whenever i send an email through the php mail function in a html form on a hosted webpage the local mailserver and the remote server sees the FROM header as

anomynous@mypleskhost

I specified following parameters in the php.ini but qmail refuses to take them.

sendmail_path = /var/qmail/bin/qmail-inject
sendmail_from = [email protected]

I noticed that i can change the domain through the /var/qmail/control/me file where the mail origin is specified but where does qmail take the anomynous from?

My question is how can I specify an own adress in the FROM header (on mailserver level) ?

Thanks in advance,
 
Back
Top