initial commit
This commit is contained in:
71
www-var/index.html
Normal file
71
www-var/index.html
Normal file
@@ -0,0 +1,71 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to BackupMail!</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Tahoma, Verdana, Arial, sans-serif;
|
||||
}
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
||||
h2 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome to BackupMail!</h1>
|
||||
<h2>Getting to older revision</h2>
|
||||
|
||||
<p>(PLACEHOLDERDATA) <br> The system syncs each wensday at 1:00am with the online mail server<br>
|
||||
The revisions are managed by the EXTERNAL version managment</p>
|
||||
|
||||
<h2>Demos's mail</h2>
|
||||
<table>
|
||||
<tr><td>Password:</td><td>Bemyguest123</td></tr>
|
||||
<tr><td> </td><tr/>
|
||||
<tr><th>Original address</th><th>Internalname</th></tr>
|
||||
<tr><td>demouser@outlook.com</td><td>demooutlook</td></tr>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Accessing this backup<h2>
|
||||
<h3>Using mail client</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<td>SSL/TLS:</td>
|
||||
<td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Protocol:</td>
|
||||
<td>imap only</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Port:</td>
|
||||
<td>143</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Authentication:</td>
|
||||
<td>plain password</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hostname:</td>
|
||||
<td>192.168.2.185</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Username:</td>
|
||||
<td>listed above as internal name, do not add a @domain to the name </td>
|
||||
</tr>
|
||||
</table><br>
|
||||
if you are missing folders please check your client if it is subscibed to them
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<h3>Using inbuild webmail</h3>
|
||||
As username user the internalname and add @localhost <br>
|
||||
if you are missing folders click the cog icon in the botom right > click folders > click the eye icon on the foler(s) > back <br>
|
||||
<a href="/rainloop/">GotoLocalWebmail</a>
|
||||
<p/>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user