Re: [exim] Sending limit per day for Authenticated (LOGIN AU…

Góra strony
Delete this message
Reply to this message
Autor: Grant Peel
Data:  
Dla: 'Exim-users'
Temat: Re: [exim] Sending limit per day for Authenticated (LOGIN AUTH)
users
Date: Wed, 2 Jul 2014 08:19:16 -0400
Message-ID: <009301cf95ef$d85168d0$88f43a70$@???>
MIME-Version: 1.0
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Outlook 14.0
Thread-Index: Ac+V7sJFKYzKEe6bSpeEHQbyd17m/A==
Content-Language: en-ca


On 2014-06-29 20:43, Lena wrote:=20
> P.S.=A0 I updated https://github.com/Exim/exim/wiki/BlockCracking=20
> with a slightly better solution: without the "touch" and with:=20
>=20

=20
Lena,
Thanks for the updates!

When I review the code, I realize I must be using a slightly older =
version
of it. Specifically, I do not have the lines:

Acl_check_connect
=85
hash:
    accept set acl_c_authhash =3D ${nhash_1000:$acl_arg1}


and=20

acl_check_auth
...
accept set acl_c_authhash =3D ${if match{$smtp_command_argument}\
                  {\N(?i)^(?:plain|login) (.+)$\N}{${nhash_1000:$1}}}


Could you explain them briefly? I am most concerned with the "accept set
acl_c_authhash" above.

Thanks,=20

-Grant