mirror of https://github.com/ThunixdotNet/wiki.git
Merge branch 'master' of TechEmporium/thunix_wiki into master
This commit is contained in:
commit
d701127f89
|
@ -1,4 +1,9 @@
|
||||||
## Your Thunix Email
|
## Your Thunix Email
|
||||||
|
|
||||||
Nothing here yet.
|
Every thunix account comes with a functional and encrypted email address. This email is the same as your SSH login name. However, you will need to set a password on your thunix SSH account, using the PASSWD command in BASH. Though your SSH account will have a password, this will NOT affect how you log into your account using SSH or an SFTP client, as your public/private key pair will always work. The account password, however, will affect your thunix email address.
|
||||||
|
|
||||||
|
Your email can be accessed in one of three ways:
|
||||||
|
|
||||||
|
1. Running the Mutt email client through your SSH account
|
||||||
|
2. Logging into your email account from our [web mail](https://www.thunix.net/webmail/) service
|
||||||
|
3. Through an email client program installed on your computer, using IMAP
|
3
wiki.php
3
wiki.php
|
@ -6,7 +6,8 @@ if ( $page == "") {
|
||||||
$page = "main";
|
$page = "main";
|
||||||
}
|
}
|
||||||
|
|
||||||
print "<html>
|
print "<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Thunix Wiki - $page</title>
|
<title>Thunix Wiki - $page</title>
|
||||||
<link rel='stylesheet' type='text/css' href='includes/site.css'>
|
<link rel='stylesheet' type='text/css' href='includes/site.css'>
|
||||||
|
|
Loading…
Reference in New Issue