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

Horde don't send mails anymore

W

weathercr

Guest
Hi!

Upgraded to 10.2 and beside that AwStats are not working anymore are not Horde sending mails anymore, got this error:
There was an error sending your message: sendmail: command line usage error (64)

Else went upgrade well.

Any ideas?
 
In maillog i found this error:
postfix/sendmail[15109]: fatal: Recipient addresses must be specified on the command line or via the -t option

Any ideas how to fix it?
 
Late answer, but i had this Problem myself;

Horde needs a sendmail path configured that specifies "-t" switch to make sendmail extract the recipient from the mail header. I changed sendmail args in /etc/psa-webmail/horde/horde/conf.php to make it work

$conf['mailer']['params']['sendmail_args'] = '-oi -t';

tim
 
Back
Top