Update 'faq.php'

This commit is contained in:
Anton McClure 2019-02-28 22:48:15 -05:00
parent 63d83b3d67
commit 19387537d0
1 changed files with 14 additions and 18 deletions

32
faq.php
View File

@ -27,25 +27,21 @@
<p><b style="color: #FF00FF">How can I access my thunix email?</b></br>You can use the following for your mail settings (This is Thunderbird's setting screen, but the settings are the same):
<ul>
<li>IMAP:</li>
<ul>
<li>Server Address: thunix.net</li>
<li>Username: Your username (without @thunix.net)</li>
<li>Password: Your password</li>
<li>Port: 143</li>
<li>Encryption method: STARTTLS</li>
<li>TLS/SSL encryption required: yes</li>
<li>Authentication method: Normal password</li>
</ul>
<ul>
<li>Server: thunix.net</li>
<li>Encryption/Authentication: SSL</li>
<li>Port: 143</li>
<li>Username: Your thunix email address (without @thunix.net)</li>
<li>Password: Your account password</li>
</ul>
<li>SMTP:</li>
<ul>
<li>Server Address: thunix.net</li>
<li>Username: Your username (without @thunix.net)</li>
<li>Password: Your password</li>
<li>Port: 25</li>
<li>Encryption method: STARTTLS</li>
<li>TLS/SSL encryption required: yes</li>
<li>Authentication method: Normal password</li>
</ul>
<ul>
<li class="fontsize">Server: thunix.net</li>
<li class="fontsize">Encryption/Authentication: StartTLS</li>
<li class="fontsize">Port: 587</li>
<li>Username: Your thunix email address (without @thunix.net)</li>
<li>Password: Your account password</li>
</ul>
</ul>
</p>
<p><a href="images/mail.png"><img style="max-width:50%;" src="images/mail.png" alt="settings"></a></p>