mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-10-26 18:10:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			63 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <style>#panel_mail-guide table.table { width: auto; margin-left: 1.5em; }</style>
 | |
| 
 | |
| <div class="container">
 | |
| 	<h2>Checking and Sending Mail</h2>
 | |
| 
 | |
| 	<p>You can use either webmail, IMAP/SMTP, or Exchange/ActiveSync to access your mail.</p>
 | |
| 
 | |
| 	<hr>
 | |
| 
 | |
| 	<div class="row">
 | |
| 		<div class="col-md-6">
 | |
| 			<h4>How to log in</h4>
 | |
| 
 | |
| 			<p>Your username and password are the same no matter how you check your mail:</p>
 | |
| 
 | |
| 			<table class="table" style="max-width: 30em">
 | |
| 			<tr><th>Username:</th> <td>Your whole email address.</td></tr>
 | |
| 			<tr><th>Password:</th> <td>Your mail password.</td></tr>
 | |
| 			</table>
 | |
| 		</div>
 | |
| 	</div>
 | |
| 
 | |
| 	<div class="row">
 | |
| 		<div class="col-sm-6">
 | |
| 			<h4>Webmail</h4>
 | |
| 
 | |
| 			<p>Your webmail site is <a href="https://{{hostname}}/mail">https://{{hostname}}/mail</a>.</p>
 | |
| 		</div>
 | |
| 	</div>
 | |
| 
 | |
| 	<div class="row">
 | |
| 		<div class="col-sm-6">
 | |
| 			<h4>IMAP/SMTP settings</h4>
 | |
| 
 | |
| 			<p>This method is preferred on Android devices and is not available on iOS devices.</p>
 | |
| 
 | |
| 			<table class="table">
 | |
| 			<thead>
 | |
| 				<tr><th style="padding-bottom: 1em; border-bottom: none">Server:</th> <td colspan="2">{{hostname}}</td></tr>
 | |
| 				<tr><th>Protocol</th> <th>Port</th> <th>Options</th></tr>
 | |
| 			</thead>
 | |
| 			<tr><th>IMAP</th> <td>993</td> <td>SSL</td></tr>
 | |
| 			<tr><th>SMTP</th> <td>587</td> <td>STARTTLS</td></tr>
 | |
| 			</table>
 | |
| 
 | |
| 			<p>In addition to setting up your email, you’ll also need to set up <a href="#sync_guide" onclick="return show_panel(this);">contacts and calendar synchronization</a>.</p>
 | |
| 		</div>
 | |
| 
 | |
| 		<div class="col-sm-6">
 | |
| 			<h4>Exchange/ActiveSync settings</h4>
 | |
| 
 | |
| 			<p>On iOS devices and devices on this <a href="http://z-push.org/compatibility/">compatibility list</a>, set up your mail as an Exchange or ActiveSync server:</p>
 | |
| 
 | |
| 			<table class="table">
 | |
| 			<tr><th>Server</th> <td>{{hostname}}</td></tr>
 | |
| 			<tr><th>Options</th> <td>Secure Connection</td></tr>
 | |
| 			</table>
 | |
| 
 | |
| 			<p>Your device should also provide a contacts list and calendar that syncs to this box when you use this method.</p>
 | |
| 		</div>
 | |
| 	</div>
 | |
| </div>
 |