123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Run RainLoop for Free Web Based E-mail</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Self-Hosted,Web Based Mail Client,Free Software,PHP,PHP Software,Web Server,Apache,Tutorial,How To,i12bretro,hMailServer">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Run RainLoop for Free Web Based E-mail">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Run RainLoop for Free Web Based E-mail</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Download RainLoop <a href="http://www.rainloop.net/downloads/" target="_blank">Download</a></li>
- <li>Extract RainLoop</li>
- <li>Copy RainLoop to a folder on a web server</li>
- <li>Open a browser and navigate to the location on the web server<br />
- https://webdev.i12bretro.local/webmail/?admin</li>
- <li>Login as admin/12345</li>
- <li>Click Security in the side navigation</li>
- <li>Enter 12345 in the current password field and type a new secure password twice, click Update Password</li>
- <li>Click Domains in the side navigation > Add Domain</li>
- <li>Fill out the fields as shown below:<br />
- IMAP Server: imap.i12bretro.local port: 993<br />
- SMTP Server: smtp.i12bretro.local port: 465<br />
- Secure: SSL/TLS</li>
- <li>Click Test, if the IMAP and SMTP headers both turn green the test was successful</li>
- <li>Click Add</li>
- <li>In a browser, navigate to https://i12bretro.local/webmail</li>
- <li>Enter an email address and password</li>
- <li>Click New Message</li>
- <li>In the To: field, type your locally hosted e-mail address</li>
- <li>Enter a test subject and body and click Send</li>
- <li>Enjoy your free browser based e-mail client</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|