• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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