<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
On 02/08/2010 16:41, Alessandro Bianchi wrote:
<blockquote cite="mid:4C56E714.5050602@skynet-srl.com" type="cite">
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
Il 02/08/2010 17:27, Jules ha scritto:
  <blockquote cite="mid:4C56E3FC.2000609@ZendTo.com" type="cite">
    <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
    <br>
    <br>
On 02/08/2010 16:15, Alessandro Bianchi wrote:
    <blockquote cite="mid:4C56E100.7050400@skynet-srl.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
Il 02/08/2010 17:06, Jules ha scritto:
      <blockquote cite="mid:4C56DF09.3030405@ZendTo.com" type="cite">
        <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
On 02/08/2010 15:50, Alessandro Bianchi wrote:
        <blockquote cite="mid:4C56DB20.20608@skynet-srl.com" type="cite">
          <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
Il 02/08/2010 16:30, Gavin Silver ha scritto:
          <blockquote
 cite="mid:AF3B610E0140EA4C9D8C9D50ECF75D9201BFD4D49B5A@galvatron"
 type="cite">
            <pre wrap="">using 3.59 upgraded using rpm

after the install it created a preferences.php.rpmnew which i have updated and renamed to preferences.php

where do we set MYZENDTO to TRUE?, its not in my preferences.php file as FALSE.


_______________________________________________
ZendTo mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:ZendTo@zendto.com">ZendTo@zendto.com</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a>

    </pre>
          </blockquote>
          <font face="sans-serif">add the following:<br>
          <br>
$MYZENDTO = TRUE;<br>
          <br>
into prefereces.php</font><br>
        </blockquote>
        <font face="sans-serif">That's not quite right, you should add<br>
        <br>
// Is this ZendTo or MyZendTo?<br>
define('MYZENDTO','FALSE');<br>
        <br>
just under the "ZTVERSION" setting.<br>
        </font>
        <pre class="moz-signature" cols="72">Jules

-- 
Julian Field MEng CITP CEng
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="http://www.ZendTo.com">www.ZendTo.com</a>

Need help fixing or optimising your systems?
Contact me!
Need help getting you started solving new requirements from your boss?
Contact me!

PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
Follow me at twitter.com/JulesFM
    </pre>
        <br>
        <br>
        <pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
ZendTo mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:ZendTo@zendto.com">ZendTo@zendto.com</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a>
    </pre>
      </blockquote>
      <font face="sans-serif">Thanks Jules<br>
      <br>
I was asking myself if I may add some sort of variable to limit
different sizes of dropoff for different users.<br>
      <br>
I think the preferences.php size should be dafault, but the
authenticator may be able to override this limit<br>
      <br>
Does anyone else feel the same need?</font><br>
    </blockquote>
    <font face="sans-serif">But only some authenticators would be able
to do it. For example, the IMAP one certainly couldn't.</font><br>
    <pre class="moz-signature" cols="72">Jules

-- 
Julian Field MEng CITP CEng
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="http://www.ZendTo.com">www.ZendTo.com</a>

Need help fixing or optimising your systems?
Contact me!
Need help getting you started solving new requirements from your boss?
Contact me!

PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
Follow me at twitter.com/JulesFM
    </pre>
    <br>
-- <br>
Il messaggio e' stato analizzato alla ricerca di virus o <br>
contenuti pericolosi da <a moz-do-not-send="true"
 href="http://www.skynet-srl.com/"><b>SkyNet Srl</b></a>, ed e' <br>
risultato non infetto.
    <pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
ZendTo mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:ZendTo@zendto.com">ZendTo@zendto.com</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a>
    </pre>
  </blockquote>
  <font face="sans-serif">Surely!<br>
  <br>
I think about the message size rules in MailScanner<br>
  <br>
you may have the same setup attached to different places depending on
the mech you use for authentications.<br>
  <br>
My scenario is as follows:<br>
  <br>
a- if you use an authenticator IF the auth supports maxsize parameter
(database)&nbsp; it returns an addictional parameter (let's say maxsize)
that overrides the one in preferences.php<br>
&nbsp;&nbsp;&nbsp; This may be done via MySQL/database based users<br>
b- il the authenticator doesn't support it (let's say IMAP) the
addictional parameter is not returned so everything works exactly like
it is working, hence preferences.php limit is effective<br>
  <br>
Don't know if anyone else needs it ...<br>
  </font></blockquote>
Yes, fair enough. Let's see what anyone else thinks of the idea. If
enough people like it, I'll implement it.<br>
<br>
<pre class="moz-signature" cols="72">Jules

-- 
Julian Field MEng CITP CEng
<a class="moz-txt-link-abbreviated" href="http://www.ZendTo.com">www.ZendTo.com</a>

Need help fixing or optimising your systems?
Contact me!
Need help getting you started solving new requirements from your boss?
Contact me!

PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
Follow me at twitter.com/JulesFM
</pre>
</body>
</html>