|  | @@ -1362,7 +1362,7 @@ IP addresses to listen on: blank
 | 
	
		
			
			| 1362 | 1362 |  
 | 
	
		
			
			| 1363 | 1363 |  Destinations: mydomainname.com (and any other domains that you own)
 | 
	
		
			
			| 1364 | 1364 |  
 | 
	
		
			
			| 1365 |  | -Domains to relay mail: mydomainname.com (and any other domains that you own)
 | 
	
		
			
			|  | 1365 | +Domains to relay mail: blank
 | 
	
		
			
			| 1366 | 1366 |  
 | 
	
		
			
			| 1367 | 1367 |  Smarthost Relay: 192.168.1.0/24 (the range of addresses on your LAN)
 | 
	
		
			
			| 1368 | 1368 |  
 | 
	
	
		
			
			|  | @@ -1486,20 +1486,7 @@ This will generate the certificate used for email authentication.  You will be a
 | 
	
		
			
			| 1486 | 1486 |  editor /etc/exim4/exim4.conf.template
 | 
	
		
			
			| 1487 | 1487 |  #+END_SRC
 | 
	
		
			
			| 1488 | 1488 |  
 | 
	
		
			
			| 1489 |  | -Append the following:
 | 
	
		
			
			| 1490 |  | -
 | 
	
		
			
			| 1491 |  | -#+BEGIN_SRC: bash
 | 
	
		
			
			| 1492 |  | -login_saslauthd_server:
 | 
	
		
			
			| 1493 |  | -  driver = plaintext
 | 
	
		
			
			| 1494 |  | -  public_name = LOGIN
 | 
	
		
			
			| 1495 |  | -  server_prompts = "Username:: : Password::"
 | 
	
		
			
			| 1496 |  | -  # don't send system passwords over unencrypted connections
 | 
	
		
			
			| 1497 |  | -  server_condition = ${if saslauthd{{$auth1}{$auth2}}{1}{0}}
 | 
	
		
			
			| 1498 |  | -  server_set_id = $auth1
 | 
	
		
			
			| 1499 |  | - .ifndef AUTH_SERVER_ALLOW_NOTLS_PASSWORDS
 | 
	
		
			
			| 1500 |  | - server_advertise_condition = ${if eq{$tls_cipher}{}{}{*}}
 | 
	
		
			
			| 1501 |  | - .endif
 | 
	
		
			
			| 1502 |  | -#+END_SRC
 | 
	
		
			
			|  | 1489 | +Uncomment the section which begins with *login_saslauthd_server*
 | 
	
		
			
			| 1503 | 1490 |  
 | 
	
		
			
			| 1504 | 1491 |  Search for the line *.ifdef MAIN_HARDCODE_PRIMARY_HOSTNAME* and above it insert the line:
 | 
	
		
			
			| 1505 | 1492 |  
 | 
	
	
		
			
			|  | @@ -2719,9 +2706,11 @@ One of the most common things which you might wish to do is to send an email.  T
 | 
	
		
			
			| 2719 | 2706 |   * Select settings/account settings
 | 
	
		
			
			| 2720 | 2707 |   * Select Sending mail/outgoing server
 | 
	
		
			
			| 2721 | 2708 |   * Set SMTP server to your domain name
 | 
	
		
			
			| 2722 |  | - * Set Security to None
 | 
	
		
			
			| 2723 |  | - * Set port to 587
 | 
	
		
			
			| 2724 |  | - * Set password to None
 | 
	
		
			
			|  | 2709 | + * Set Security to SSL/TLS (always)
 | 
	
		
			
			|  | 2710 | + * Set port to 465
 | 
	
		
			
			|  | 2711 | + * Set authentication to PLAIN
 | 
	
		
			
			|  | 2712 | + * Enter your username and password
 | 
	
		
			
			|  | 2713 | + * Accept the SSL certificate
 | 
	
		
			
			| 2725 | 2714 |  **** Folders
 | 
	
		
			
			| 2726 | 2715 |  To view any new folders which you may have created using the /mailinglistrule/ script from your inbox press the *K9 icon* at the top left to access folders, then press the *menu button* and select *refresh folder list*.
 | 
	
		
			
			| 2727 | 2716 |  
 | 
	
	
		
			
			|  | @@ -2893,7 +2882,7 @@ You'll get a message saying "/Thunderbird failed to find the settings/"
 | 
	
		
			
			| 2893 | 2882 |  The settings should be as follows, substituting /mydomainname.com/ for your domain name and /myusername/ for the username given previously in [[Add a user]].
 | 
	
		
			
			| 2894 | 2883 |  
 | 
	
		
			
			| 2895 | 2884 |    * Incoming: IMAP, mydomainname.com, 993, SSL/TLS, Normal Password
 | 
	
		
			
			| 2896 |  | -  * Outgoing: SMTP, mydomainname.com, 587, None, No Password
 | 
	
		
			
			|  | 2885 | +  * Outgoing: SMTP, mydomainname.com, 465, SSL/TLS, Normal Password
 | 
	
		
			
			| 2897 | 2886 |    * Username: myusername
 | 
	
		
			
			| 2898 | 2887 |  
 | 
	
		
			
			| 2899 | 2888 |  Click *Done*.
 |