[horde] no more max_recipients permissions

francis picabia fpicabia at gmail.com
Wed Jun 4 11:59:11 UTC 2014


On Tue, Nov 19, 2013 at 4:47 AM, ANANT S ATHAVALE <asa at isac.gov.in> wrote:

>  ----- Message from Rene Zeipelt <zeipelt at uni-wuppertal.de> ---------
>    Date: Tue, 19 Nov 2013 09:53:07 +0100
>    From: Rene Zeipelt <zeipelt at uni-wuppertal.de>
> Subject: [horde] no more max_recipients permissions
>      To: horde at lists.horde.org
>
>
>  Hello,
>> after upgrade from horde 5.1.4 to 5.1.5 horde does not support the imp
>> max_recipients and max_timelimit permissions any more.
>> Horde sends only 1 e-mail per hour now, so I have to delete the "old"
>> imp permissions. If I want to add a imp permission again I can
>> only select backend permissions. Have I missed something? Thanks for
>> your help.Best regards Rene
>>
>
> ----- End message from Rene Zeipelt <zeipelt at uni-wuppertal.de> -----
>
> Issue is already resolved in git.  Should be available in 5.1.6.  Refer
> to bugs.horde.org (closed tickets)
> --
>           Regards
>            Anant
>


Hey,

This thread is the only match when I search for max_timelimit in
emails I have from this mailing list.

I'm running IMP 6.1.5 and this SMTP restrictive feature is still not
working.
I found where to add it on the Permissions under the IMP category (in web
UI).
If I set the limit to 100 messsages in 1 hour per recipient,
the limit kicks in after 1 message has been sent rather than
100 sent.

I have 45000 rows in the table imp_sentmail , showing it is logging
activity.

Here is my conf.php:

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Id: aacadbfa1fbca13addd996a61aabdc94936a3d3c $
$conf['user']['allow_view_source'] = true;
$conf['server']['server_list'] = 'shown';
$conf['compose']['use_vfs'] = false;
$conf['compose']['link_attachments'] = false;
$conf['compose']['attach_size_limit'] = 20971520;
$conf['compose']['attach_count_limit'] = 0;
$conf['compose']['convert_to_related'] = true;
$conf['compose']['reply_limit'] = 20971520;
$conf['compose']['ac_browser'] = 200;
$conf['compose']['ac_threshold'] = 3;
$conf['pgp']['keylength'] = 1024;
$conf['maillog']['use_maillog'] = true;
$conf['sentmail']['params']['threshold'] = 60;
$conf['sentmail']['params']['limit_period'] = 1;
$conf['sentmail']['params']['table'] = 'imp_sentmail';
$conf['sentmail']['params']['driverconfig'] = 'horde';
$conf['sentmail']['driver'] = 'Sql';
$conf['tasklist']['use_tasklist'] = true;
$conf['notepad']['use_notepad'] = true;
$conf['menu']['apps'] = array('imp');
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

We have thousands of users and occasionally they have their account
credentials compromised.  Horde should not be so easy for a spam run.
I'm sure we had this limit working in a previous version.  I've been with
IMP 6.1.5 since Dec 2013 and it has been working good otherwise.


More information about the horde mailing list