Rainloop configuration

<ol> <li> <p>Login to: <code>http://webmail.example.org/?admin</code> using the default credentials: <code>admin</code>/<code>12345</code> to go the the webmail client's configuration settings.</p> <blockquote> <p>:bulb: <strong>TIP:</strong> It is recommended to change the default administration credentials!</p> </blockquote> </li> <li> <p>Navigate to <code>Domains</code> to be able to add your domain:</p> <p><img src="https://user-images.githubusercontent.com/6718345/37546420-0fcbc2f0-296d-11e8-929a-ee9776ffdd80.png" alt="image" /></p> </li> <li> <p>Click the <code>[+ Add Domain]</code> button to fill out the Domain-addition form:</p> <p><img src="https://user-images.githubusercontent.com/6718345/37544532-9465bf8c-2965-11e8-8951-2b41427c6d6d.png" alt="image" /></p> </li> <li> <p>Click the <code>Sieve configuration</code> link, on the bottom-left of the form, to fill out the 'SIEVE' configuration settings form:</p> <!-- ![image](https://user-images.githubusercontent.com/6718345/37544610-ce5e60ae-2965-11e8-87bb-4cb00917124c.png) --> <p><img src="https://user-images.githubusercontent.com/6718345/37545143-f94241e4-2967-11e8-8fc8-4a1816388899.png" alt="image" /></p> </li> <li> <p>Click the <code>[+ Add]</code> button on the bottom-right.</p> </li> <li> <p>Navigate to <code>Contacts</code> to enable and configure its settings:</p> <p><img src="https://user-images.githubusercontent.com/6718345/37546653-14b77dda-296e-11e8-99c2-6f95497387e1.png" alt="image" /></p> </li> </ol> <blockquote> <p>:bulb: <strong>TIP:</strong> In order to troubleshoot one could turn on logging in: <code>/var/www/rainloop/data/_data_/_default_/configs/application.ini</code> and:</p> <pre><code class="language-diff">; Enable logging - enable = Off + enable = On</code></pre> <p>Which will then store logs in: <code>/var/www/rainloop/data/_data_/_default_/logs/</code>.</p> </blockquote>