<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="#0563C1" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">Thanks Francis<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">Unfortunately it isn’t something we will be able to use.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">Rgds<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">Ian<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US">From:</span></b><span lang="EN-US"> Francis Brosnan Blázquez <francis.brosnan@aspl.es>
<br>
<b>Sent:</b> 22 April 2019 08:04<br>
<b>To:</b> Ian Springett <ian.springett@giacom.com><br>
<b>Cc:</b> valvula@lists.aspl.es<br>
<b>Subject:</b> Re: [Valvula] Rate limiting with postfix & valvula<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><br>
<br>
<o:p></o:p></p>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal">Hi<o:p></o:p></p>
</blockquote>
<p class="MsoNormal"><br>
Helo Ian,<br>
<br>
<br>
<o:p></o:p></p>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal">We are looking to use a policy daemon to impose rate limits on our<br>
outbound servers. The documentation say that the  quota module is for<br>
authenticated users, is this the case or will it apply the limits to<br>
any mail it sees?<o:p></o:p></p>
</blockquote>
<p class="MsoNormal"><br>
That's the case: rate limiting to authenticated users. If SMTP<br>
transaction is not authenticated, rate limited (mod-mquota) is not<br>
applied.<br>
<br>
<br>
<o:p></o:p></p>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal">Also where is this information held? I have configured the database<br>
connection but nothing has been written to the db other than the day<br>
and month.<o:p></o:p></p>
</blockquote>
<p class="MsoNormal"><br>
It uses an in-memory database to track rate about sending users. A<br>
database for SASL exceptions:<br>
<br>
<a href="https://github.com/ASPLes/valvula/blob/master/plugins/mod-mquota/mod-mquota.c#L437">https://github.com/ASPLes/valvula/blob/master/plugins/mod-mquota/mod-mquota.c#L437</a><br>
<br>
And configuration file to describe periods:<br>
<br>
<a href="https://www.aspl.es/valvula/html/valvulad_mod_mquota.html">https://www.aspl.es/valvula/html/valvulad_mod_mquota.html</a><br>
<br>
Best Regards.<br>
<br>
<br>
<o:p></o:p></p>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal" style="margin-bottom:12.0pt">Rgds<br>
<br>
Ian<br>
<br>
 <br>
<br>
Ian Springett<br>
<br>
Hosted Services Engineer<br>
<br>
<b>Ian Springett</b><br>
<br>
Hosted Services Engineer<br>
<br>
<img border="0" width="145" height="81" style="width:1.5104in;height:.8437in" id="_x0000_i1025" src="cid:image001.png@01D4F9C1.D0791EB0" alt="cid:image001.png@01D3BA19.8A53C1D0"><br>
<br>
<b>Giacom World Networks Ltd</b><br>
<br>
Tel: 0845 305 5577<br>
<br>
Fax: 01482 330194<br>
<br>
Email:<u><a href="mailto:ian.springett@giacom.com">ian.springett@giacom.com</a></u><br>
<br>
Website:<u><a href="www.giacom.com">www.giacom.com</a></u><br>
<br>
 <br>
<br>
<b>IMPORTANT:</b><br>
<br>
Legally privileged/confidential information may be contained in this message. If you are not the addressee(s) legally indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone.
 In such case, you should destroy this message, and notify us immediately. If you or your employer does not consent to Internet e-mail messages of this kind, please advise us immediately. Opinions, conclusions and other information expressed in this message
 are not given or endorsed by my firm or employer unless otherwise indicated by an authorised representative independent of this message.<br>
<br>
Please note that neither my employer nor I accept any responsibility for viruses and it is your responsibility to scan attachments (if any). This email and any files transmitted are confidential and intended solely for the use of the individual or entity to
 which they are addressed. If you have received this email in error, please notify me by returning the email.<br>
<br>
 <br>
<br>
Giacom World Networks Limited, Company No 03813447 Registered in England & Wales, Registered Office:  Bridge Haven One, Saxon Way, Priory Park, Hessle, East Yorkshire  HU13 9PG.<br>
<br>
 <br>
<br>
<o:p></o:p></p>
</blockquote>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<pre><o:p> </o:p></pre>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>Valvula mailing list<o:p></o:p></pre>
<pre><a href="mailto:Valvula@lists.aspl.es">Valvula@lists.aspl.es</a><o:p></o:p></pre>
<pre><a href="http://lists.aspl.es/cgi-bin/mailman/listinfo/valvula">http://lists.aspl.es/cgi-bin/mailman/listinfo/valvula</a><o:p></o:p></pre>
</blockquote>
<p class="MsoNormal"><o:p> </o:p></p>
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100.0%">
<tbody>
<tr>
<td style="padding:0cm 0cm 0cm 0cm">
<pre><o:p> </o:p></pre>
<pre>-- <o:p></o:p></pre>
<pre>Francis Brosnan Blázquez  -  ASPL<o:p></o:p></pre>
<pre><a href="https://asplhosting.com/">https://asplhosting.com/</a><o:p></o:p></pre>
<pre><a href="https://myqtthub.com">https://myqtthub.com</a><o:p></o:p></pre>
<pre><a href="http://www.aspl.es/">http://www.aspl.es/</a><o:p></o:p></pre>
<pre><a href="https://twitter.com/aspl_es">https://twitter.com/aspl_es</a><o:p></o:p></pre>
<pre><a href="https://twitter.com/asplhosting">https://twitter.com/asplhosting</a><o:p></o:p></pre>
<pre><a href="https://twitter.com/francisbrosnanb">https://twitter.com/francisbrosnanb</a><o:p></o:p></pre>
<pre><a href="https://es.linkedin.com/in/francis-brosnan-blázquez-1353a218">https://es.linkedin.com/in/francis-brosnan-blázquez-1353a218</a><o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>91 134 14 22 - 91 134 14 45 - 91 116 07 57<o:p></o:p></pre>
<pre>Av. Juan Carlos I 13, 2ºC, Torre Garena<o:p></o:p></pre>
<pre>28806 - Alcalá de Henares (España)<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>AVISO LEGAL<o:p></o:p></pre>
<pre> <o:p></o:p></pre>
<pre>En virtud de lo dispuesto en la Ley Orgánica 15/1999, de 13 de<o:p></o:p></pre>
<pre>diciembre, de Protección de Datos de Carácter Personal, le informamos de<o:p></o:p></pre>
<pre>que sus datos de carácter personal, recogidos de fuentes accesibles al<o:p></o:p></pre>
<pre>público o datos que usted nos ha facilitado previamente, proceden de<o:p></o:p></pre>
<pre>bases de datos propiedad de Advanced Software Production Line, S.L.<o:p></o:p></pre>
<pre>(ASPL).<o:p></o:p></pre>
<pre> <o:p></o:p></pre>
<pre>ASPL garantiza que los datos serán tratados con la finalidad de mantener<o:p></o:p></pre>
<pre>las oportunas relaciones comerciales o promocionales con usted o la<o:p></o:p></pre>
<pre>entidad que usted representa. No obstante, usted puede ejercitar sus<o:p></o:p></pre>
<pre>derechos de acceso, rectificación, cancelación y oposición dispuestos en<o:p></o:p></pre>
<pre>la mencionada Ley Orgánica, notificándolo por escrito a ASPL -<o:p></o:p></pre>
<pre>Protección Datos, Av. Juan Carlos I 13, 2ºC, Alcalá de Henares<o:p></o:p></pre>
<pre>(Madrid).<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>