Browse Source

tweak README

Clomode 13 years ago
parent
commit
f21eaf57a1
1 changed files with 6 additions and 4 deletions
  1. 6 4
      README.md

+ 6 - 4
README.md

@@ -167,19 +167,21 @@ OpenSSL on the other hand, used in Nginx, has a complete implementation of
 SSL v2/v3 and TLS protocols.
 SSL v2/v3 and TLS protocols.
  *	Could be used for load balancing and authentication in the future.
  *	Could be used for load balancing and authentication in the future.
 
 
-The following Nginx proxy configuration:
+ 1.	Compile nginx with --with-mail --with-mail_ssl_module
+
+ 2.	Configuration:
 
 
 
 
 	mail {
 	mail {
 	        auth_http 127.0.0.1:8025/; # This is the URL to GoGuerrilla's http service which tells Nginx where to proxy the traffic to 								
 	        auth_http 127.0.0.1:8025/; # This is the URL to GoGuerrilla's http service which tells Nginx where to proxy the traffic to 								
 	        server {
 	        server {
-	                listen  5.9.7.183:25;
+	                listen  15.29.8.163:25;
 	                protocol smtp;
 	                protocol smtp;
-	                server_name  ak47.guerrillamail.com;
+	                server_name  ak47.example.com;
 	
 	
 	                smtp_auth none;
 	                smtp_auth none;
 	                timeout 30000;
 	                timeout 30000;
-					smtp_capabilities "SIZE 15728640"
+					smtp_capabilities "SIZE 15728640";
 					
 					
 					# ssl default off. Leave off if starttls is on
 					# ssl default off. Leave off if starttls is on
 	                #ssl                  on;
 	                #ssl                  on;