sendmail return error in Horde

casey

Well-Known Member
Jan 17, 2003
2,288
0
191
I had a user get that error in squirrelmail. It turns out the user was logging in with username+domain.com instead of [email protected]. Ask what the person is using for the login.
 

Ajeesh

Member
Oct 20, 2001
19
0
301
even i am having the exact problems with horde. Our server is on a 2.6.2 kernel..:(
 

Ajeesh

Member
Oct 20, 2001
19
0
301
The error has disappared with 2.4.24 kernel.. I guess horde is not compatible with the 2.6 versions.
 

Snowman30

Well-Known Member
PartnerNOC
Apr 7, 2002
679
0
316
cPanel Access Level
DataCenter Provider
Just posted a new message on this issue (didnt find this one till afterwards.)

i am having the same problem on one of my servers, and its not running a 2.6 kernel.

has anyone found a fix for this?
 

Homie

Member
Jul 22, 2003
12
0
151
You need to create a symlink for sendmail, pointing it to exim.

Code:
cd /usr/sbin
ln -s exim sendmail
That's it.