<!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">
    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 class="moz-txt-link-abbreviated" href="mailto:ZendTo@zendto.com">ZendTo@zendto.com</a>
<a 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>
      <br>
      Hi<br>
      <br>
      AB<br>
    </font><br>
    <div class="moz-signature">-- <br>
      <meta http-equiv="CONTENT-TYPE" content="text/html;
        charset=ISO-8859-1">
      <title></title>
      <meta name="GENERATOR" content="OpenOffice.org 3.1 (Unix)">
      <meta name="AUTHOR" content="Alessandro ">
      <meta name="CREATED" content="20100306;9474300">
      <meta name="CHANGEDBY" content="Alessandro ">
      <meta name="CHANGED" content="20100306;10212100">
      <style type="text/css">
        <!--
                P { font-family: "Arial", "Helvetica", sans-serif; font-size: 10pt }
                P.nome { color: #ff8000; font-family: "Arial", "Helvetica", sans-serif; font-size: 12pt; font-weight: bold; text-align: center }
                P.indirizzo { color: #0084d1; font-family: "Arial", "Helvetica", sans-serif; font-size: 10pt; font-weight: bold; line-height: 0.48cm; text-align: center }
                P.info { color: #b3b3b3; font-family: "Arial", "Helvetica", sans-serif; font-size: 9pt }
                A:link { color: #005dff; text-decoration: none }
                A:visited { color: #005dff; text-decoration: none }
        -->
        </style>
      <p class="nome">SkyNet SRL</p>
      <p class="indirizzo">Via Maggiate 67 - 28021 Borgomanero (NO) -
        tel.
        +39 0322-836487/834765 - fax +39 0322-836608</p>
      <p align="CENTER"><a href="http://www.skynet-srl.com/">http://www.skynet-srl.com</a></p>
      <p class="indirizzo">Autorizzazione Ministeriale n.197</p>
      <p class="info">Le informazioni contenute in questo messaggio sono
        riservate e confidenziali ed &egrave; vietata la diffusione in
        qualunque
        modo eseguita.<br>
        Qualora Lei non fosse la persona a cui il presente
        messaggio &egrave; destinato, La invitiamo ad eliminarlo ed a
        distruggerlo
        non divulgandolo, dandocene gentilmente comunicazione. <br>
        Per
        qualsiasi informazione si prega di contattare
        <a class="moz-txt-link-abbreviated" href="mailto:info@skynet-srl.com">info@skynet-srl.com</a>
        (e-mail dell'azienda). Rif. D.L. 196/2003</p>
    </div>
  </body>
</html>