[Kolab-devel] [issue3426] php error when sending mail with enabled mail filter checking

Thomas Arendsen Hein kolab-issues at intevation.de
Fri Feb 20 17:30:18 CET 2009


New submission from Thomas Arendsen Hein <thomas at intevation.de>:

In 2.2.1-beta1 and current CVS With "Mail Filter Settings -> Check messages for
mismatching From header and envelope from." enabled:

Authenticated SMTP from user at example.com to himself or to a different user in
the same domain bounces. Mails from outside (if enabled) or to outside work fine.

The bounce message just contains:
Command died with status 255: "/kolab/bin/php"

To reproduce easily, login as kolab-n and execute:
echo -e 'Subject: test\nFrom: user at example.com\nTo:
user at example.com\n\ntest'|/kolab/bin/php -c /kolab/etc/apache/php.ini -f
/kolab/bin/kolabfilter -- --host=example.com --sender=user at example.com
--recipient=user at example.com --client=192.168.11.254 --user=user at example.com
--config=/kolab/etc/kolab/kolabfilter.conf; echo $?

/kolab/var/kolab-filter/log/filter.log contains nothing except:

Feb 20 17:18:54 Kolab Filter [debug] [horde] Arguments: Horde_Argv_Values Object
(
    [sender] => user at example.com
    [recipient] => Array
        (
            [0] => user at example.com
        )

    [host] => example.com
    [client] => 192.168.11.254
    [user] => user at example.com
    [config] => /kolab/etc/kolab/kolabfilter.conf
)
 [on line 244 of "/kolab/lib/php/Horde/Kolab/Filter/Base.php"]

----------
assignedto: wrobel
messages: 18685
nosy: bernhard, martin, thomas, till, wilde, wrobel
priority: critical
status: unread
title: php error when sending mail with enabled mail filter checking
topic: filter, server
___________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://www.intevation.de/roundup/kolab/issue3426>
___________________________________________________




More information about the devel mailing list