Horde/IMP beim Email-Verschicken: sendmail not executable

Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
Post Reply
webs
Posts: 16
Joined: 2004-05-28 14:26
 

Horde/IMP beim Email-Verschicken: sendmail not executable

Post by webs »

Hallo ihr alle!

so nun, habe ich Horde/IMP installiert und wollte ne Email schicken, da meckert IMP:
Beim Versenden der Nachricht ist ein Fehler aufgetreten: sendmail [/usr/sbin/sendmail] not executable
Also laut "ls" (-r-xr-sr-x /usr/sbin/sendmail) ist Sendmail wohl executable!

Woran kann's liegen dass IMP damit Problem hat?

thx!
Roman
webs
Posts: 16
Joined: 2004-05-28 14:26
 

Re: Horde/IMP beim Email-Verschicken: sendmail not executable

Post by webs »

Ich hab's rausgefunden laut:
http://marc.theaimsgroup.com/?l=imp&m=1 ... 808930&w=2

muss man einfach in der /horde/config/horde.php

von

$conf['mailer']['type'] = 'sendmail';

zu

$conf['mailer']['type'] = 'smtp';

ändern. Und schon geht's!
wirsing
Posts: 604
Joined: 2002-11-20 21:32
Location: Vaihingen und Karlsruhe
 

Re: Horde/IMP beim Email-Verschicken: sendmail not executable

Post by wirsing »

Das ist ein möglicher Workaround.
Das Problem hatte ich auch schon, bei mir lag das Problem am gesetzten open_basedir, da habe ich /usr/sbin hinzugefügt und es geht.
Post Reply