• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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