Re: [EXIM] Prevent own users from spamming

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Max Caines
Cc: exim-users
Asunto: Re: [EXIM] Prevent own users from spamming
On Tue, 15 Sep 1998, Max Caines wrote:

> >recipients_max = 24
> >recipients_max_reject = true
> >message_size_limit = 2M
> >return_size_limit = 20K
>
> I have considered doing this before, but we run a number of mailing lists,
> and I've never been able to work out if setting a limit would stop the
> mailing lists from working (a number of them have 200+ recipients). Does
> anyone know if it will?


Depends on how your mailing lists work. If the expansion is done inside
Exim (via a forwardfile), there is no problem:

recipients_max

    Type:    integer
    Default: 0


    If this is set greater than zero, it specifies the maximum number of
    recipients for any message. This applies to the original list of recipi-
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ents supplied with the message.
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


If you are expanding outside Exim and passing it messages with lots of
original recipients, then it will have an effect.

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***