<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=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
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-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Thanks for the tip. I did miss that line.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I also figured out the ReCaptcha issue. There were actually two issues. I had a typo in the key and I was also using the IP address instead of the correct domain name during testing.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Now if I could figure out the AD issue I would be ready to go live. I only have one forest with one domain so I think it is related to that. Could somebody post a sample configuration so I can check it against mine?<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Thanks again,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Ron<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> zendto-bounces@zend.to [mailto:zendto-bounces@zend.to] <b>On Behalf Of </b>Dustin Stephens<br><b>Sent:</b> Friday, March 23, 2012 12:48 PM<br><b>To:</b> ZendTo Users<br><b>Subject:</b> [ZendTo] Re: Config Issues<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I can't help too much with the first 2 but the last one looks a lot like the problem I had a few days ago. Make sure you change the following setting in the prferences.php file:<o:p></o:p></p><div><p class=MsoNormal><o:p> </o:p></p></div><div><div><p class=MsoNormal> 'emailDomainRegexp' => '/^([a-zA-Z\.\-]+\.)?soton\.ac\.uk$/i',<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>I changed it to reflect our environment and now it works. I also changed line 231 from the default:<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal> 'defaultEmailDomain' => '<a href="http://soton.ac.uk/" target="_blank"><span style='color:#1155CC'>soton.ac.uk</span></a>',<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Hope that helps.<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:#7F7F7F'>- Dustin</span><o:p></o:p></p></div><p class=MsoNormal style='margin-bottom:12.0pt'><o:p> </o:p></p><div><p class=MsoNormal>On Fri, Mar 23, 2012 at 10:02 AM, Ron Gallimore <<a href="mailto:rgallimore@supplyone.com">rgallimore@supplyone.com</a>> wrote:<o:p></o:p></p><p class=MsoNormal>I am trying to configure the VM build.<br><br>I am running in to an issue with captcha. For some reason I am not<br>getting it displayed on the screen. I am getting "Input error: k:<br>Format of site key was invalid" in its place. I went to<br><a href="https://www.google.com/recaptcha/admin/create" target="_blank">https://www.google.com/recaptcha/admin/create</a> and created the public and<br>private keys and put them in preferences.php. I set both of these to<br>disabled to continue my testing<br><br>Next is AD Configuration. After I make the changes and reload the page<br>I only get a blank page so I set it to local to continue my testing.<br><br>I try to drop off a file from my Gmail account for my work account and<br>get "You must be logged in as a Company user in order to drop-off a file<br>for a non-Company user." I am actually doing the exact opposite of this<br>message so I do not understand what it is reading.<br><br>Any help would be appreciated.<br><br>Thanks,<br>Ron<br><br>_______________________________________________<br>ZendTo mailing list<br><a href="mailto:ZendTo@zend.to">ZendTo@zend.to</a><br><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto" target="_blank">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a><o:p></o:p></p></div><p class=MsoNormal><o:p> </o:p></p></div></div></body></html>