<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>I have logging enabled, but nothing is logged.  All other typical automx activities are being logged (e.g. when I run automx-test, I see tons of good stuff), but nothing when I visit the site.  No apache error log entries, or any other log entries as far as I can see.</p>
<p>I've tried this in vanilla MSIE, Chrome, and Safari.  Same thing in all - nothing happens when I click, no logs, nothing.  </p>
<p>Can you tell me more about how it functions?  What's the javascript actually doing?  I was going to read through it myself, but it appears obfuscated, and there's a ton of it.</p>
<p>I did manage to assemble a work-around... but it's pretty lame.  I just built a simple HTML form where the user enters their email, and upon submit it issues a post to the automx /mobileconfig page, resulting in a configured mobileconfig file getting downloaded and applied.  It's crude, but then again, it's like 4 lines of HTML and accomplishes everything I needed.  That said, it feels like the wrong answer.</p>
<p>Thanks</p>
<div> </div>
<p> </p>
<p>On 2016-07-21 4:09 am, Christian Rößner wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><br />
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">Am 21.07.2016 um 00:14 schrieb <a href="mailto:john@youcantspoilababy.org:">john@youcantspoilababy.org:</a><br /> <br /> I've installed the current version of automx, and then cloned the automx mobile branch and put automx.html and its related directories into my web root.<br /> <br />  <br /> I can visit the page, see the images etc. and it looks fully functional, but when I click the button nothing happens on iOS and on Chrome on Windows.  <br /> <br />  <br /> How can I troubleshoot this further?  I'm trying to simplify mail configuration for iOS users.</blockquote>
<br /> Does your browser block things? JavaScript, ...?<br /> <br /> Normally the button should at least do an action. If nothing happens, it looks like something blocks it.<br /> <br /> Logging can be turned on in the automx config file. Depending on the way you use automx, your web server or a service (uwsgi i.e.) should log requests.<br /> <br /> Logging in /etc/automx.cfg:<br /> <br /> [automx]<br /> debug = yes<br /> logfile = /var/log/automx/automx.log<br /> <br /> Make sure, the destination file and folder is writeable ny the automx user (in case of Apache something like www-data...)<br /> <br /> Christian</div>
</blockquote>
</body></html>