Squirrelmail

Olaf Rempel razzor@xxxxxxxxxxxxx
Sun Jun 19 14:24:14 CEST 2005


On Sun, 19 Jun 2005 17:59:55 +0800
"Charlotte L" <charlotte.l@xxxxxxxxxxxxx> wrote:

> I noticed the new RPM for squirrelmail in TSL 2.2. After installation with SWUP from the contribution area I was still not able to send mail. I assume that I have executed all steps in the wiki document.
I'm not using the sendmail approach and send via tcp to localhost:
$useSendmail=false;
$smtpServerAddress='localhost';
$smtpPort=25;

The alternative is to disable safe_mode for squirrelmail (just tested):
/etc/httpd/conf.d/squirrelmail

Alias /webmail /usr/share/squirrelmail
<Directory /usr/share/squirrelmail>
php_admin_flag safe_mode Off
</Directory>

btw. what wiki document do you mean?

> PHP Notice:  Trying to get property of non-object in /usr/share/squirrelmail/class/mime/Message.class.php on line 692, referer: http://rungeeleasynet.dyndns.org:18010/webmail/src/right_main.php?PG_SHOWALL=0&sort=0&startMessage=1&mailbox=INBOX

This is a known open upstream bug: http://sourceforge.net/tracker/?group_id=311&atid=100311&func=detail&aid=1206474


Olaf



More information about the tsl-contrib-discuss mailing list