• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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