<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 9.00.8112.16430"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI">
<DIV>Ugh...&nbsp;&nbsp; </DIV>
<DIV>Problem Solved.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I had that exact line suggested below...&nbsp; except I had edited it in the 'comment section' so it would obviously never execute.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Kicking self now for lack of attention to detail.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks everyone!</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR><BR>&gt;&gt;&gt; On 8/9/2011 at 2:53 AM, Jules &lt;Jules@zend.to&gt; wrote:<BR></DIV>
<TABLE style="MARGIN: 0px 0px 0px 15px; FONT-SIZE: 1em" border=0 bgColor=#f3f3f3>
<TBODY>
<TR>
<TD>
<DIV style="BORDER-LEFT: #050505 1px solid; PADDING-LEFT: 7px">Yes, that was exactly what I was about to say. That regexp has to <BR>correctly reflect valid internal users' email addresses. I hoped that <BR>the soton.ac.uk example given in the default preferences.php file would <BR>be enough for people with a bit of experience to be able to figure out <BR>what they need for their own domain. You basically put your domain name <BR>in the slots, and separate the fields in your domain name with<BR>&nbsp;&nbsp;&nbsp;&nbsp; \.<BR>sequences.<BR><BR>But if you haven't set this correctly, it will produce exactly the error <BR>you are seeing.<BR><BR>For your domain, I would set it like this:<BR>'emailDomainRegexp' =&gt; '/^([a-zA-Z\.\-]+\.)?aafp\.org$/i',<BR><BR>Jules.<BR><BR>On 09/08/2011 08:33, Elston, Ian wrote:<BR>&gt; I think I had a similar issue once and the issue was the<BR>&gt; emailDomainRegexp in preferences.php file<BR>&gt;<BR>&gt; Ian<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; ------------------------------------------------------------------------<BR>&gt; ------<BR>&gt; Ian Elston<BR>&gt; Networks&amp;&nbsp; Developments<BR>&gt; The University of Bolton<BR>&gt; <A href="http://www.bolton.ac.uk">http://www.bolton.ac.uk</A><BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; -----Original Message-----<BR>&gt; From: zendto-bounces@zend.to [mailto:zendto-bounces@zend.to] On Behalf<BR>&gt; Of Brad Beckenhauer<BR>&gt; Sent: 08 August 2011 20:03<BR>&gt; To: zendto@zend.to<BR>&gt; Subject: [ZendTo] Zendto Uploads as a non-local user. 4.02/4.03<BR>&gt;<BR>&gt; I'm having upload issues when uploading files as a NON local user using<BR>&gt; both IE and Firefox.<BR>&gt;<BR>&gt; Zendto 4.03 ( updated today).&nbsp; The problem also existed in 4.02 / Centos<BR>&gt; 64 from the vm image.<BR>&gt;<BR>&gt; Process:<BR>&gt; On the Zendto login page, select the Drop-off link.<BR>&gt; Enter your external email address and have zendto send you a web link in<BR>&gt; your external email address.<BR>&gt; Wait for the email, Open the email and select the weblink, Add the<BR>&gt; recipients name and add a file to upload.<BR>&gt; Upload the file and you get the error below.<BR>&gt;<BR>&gt; &lt;error snip&gt;<BR>&gt; Upload Error You must be logged in as an AAFP user in order to drop-off<BR>&gt; a file for a non-AAFP user.<BR>&gt;<BR>&gt; Return to the ZendTo main menu to log in and then try again.<BR>&gt; &lt;/error snip&gt;<BR>&gt;<BR>&gt; The error does not appear if you login a authorized user<BR>&gt;<BR>&gt; Zendto /preferences is using the LDAP authenticator.<BR>&gt;<BR>&gt; The log files<BR>&gt; Any suggestions on how to troubleshoot the issue?<BR>&gt;<BR>&gt; thanks in advance.<BR>&gt; Brad<BR>&gt;<BR>&gt; _______________________________________________<BR>&gt; ZendTo mailing list<BR>&gt; ZendTo@zend.to<BR>&gt; <A href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</A><BR><BR>Jules<BR><BR>-- <BR>Julian Field MEng CITP CEng<BR>www.Zend.To<BR><BR>Follow me at twitter.com/JulesFM<BR>PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654<BR><BR>'It's okay to live without all the answers' - Charlie Eppes, 2011<BR>'All programs have a desire to be useful' - Tron, 1982<BR>'That is the land of lost content,<BR>&nbsp; I see it shining plain,<BR>&nbsp; The happy highways where I went,<BR>&nbsp; And cannot come again.' - A.E. Houseman<BR><BR>_______________________________________________<BR>ZendTo mailing list<BR>ZendTo@zend.to<BR><A href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</A><BR></DIV></TD></TR></TBODY></TABLE></BODY></HTML>