• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Sendmail Returnpath

LloydD

Basic Pleskian
Hi guys,
I'm running Plesk 10.4.4 on Ubuntu 8.04 and would like to know the best way to set the sendmail return path per domain?
It will be used via php, and I read I can add it in the virtualhost directive ..

There are things involved in getting it to work outside of vBulletin. Perhaps this would be of some help.

To change the default sender on unix you must add -f to sendmail_path. For example in a <VirtualHost> directive:
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f [email protected]"

would set the default return-path for mail from that virtual host.

https://www.vbulletin.com/forum/showthread.php/87768-How-to-change-Return-Path-email-from-Nobody

Or should I set this in the domains /etc/php.ini file?
Thanks in advance for your help
Kind regards

Lloyd
 
Note that sendmail is not used in Plesk as MTA. Only Postix or Qmail.
 
Oh, ok.
The reason I ask is because we are using CRELoaded shop software and when I use the servers pop3 mail (same as i use in vBulletin) it fails to send. So I have to select sendmail to send the mail for the shop which i don't like.
So vBulletin I can send mail via qmail, but I can't with CRELoaded which seems strange.
If you have any idea why that might be, they are on the same domain just using different email accounts ie [email protected] and [email protected].
I posted about this at CRELoaded forum but no one replied.
Thanks in advance for your help

Lloyd
 
Back
Top