• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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