User Tools

Site Tools


conf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

conf [2014/09/29 17:16] – created mtrojnarconf [2014/09/29 17:32] (current) – block quote mtrojnar
Line 1: Line 1:
 ====== Sample mactunnel.conf ====== ====== Sample mactunnel.conf ======
  
-  ; ************************************************************ +<code> 
-  ; * Global options                                           * +; ************************************************************ 
-  ; ************************************************************ +; * Global options                                           * 
-   +; ************************************************************ 
-  ;iconActive = active.png + 
-  ;iconIdle = idle.png +;iconActive = active.png 
-  ;iconError = error.png +;iconIdle = idle.png 
-   +;iconError = error.png 
-  ; ************************************************************ + 
-  ; * SSL access to a local SMTP server                       * +; ************************************************************ 
-  ; ************************************************************ +; * SSL access to a local SMTP server                       * 
-   +; ************************************************************ 
-  ;[my-smtp] + 
-  ; Ignore client certificates +;[my-smtp] 
-  ;verify = no +; Ignore client certificates 
-  ; Server certificate stored in the MacOS X keychain +;verify = no 
-  ;cert = macserver.example.com +; Server certificate stored in the MacOS X keychain 
-  ;accept = 465 +;cert = macserver.example.com 
-  ;connect = 25 +;accept = 465 
-   +;connect = 25 
-  ; ************************************************************ + 
-  ; * SSL client presenting a certificate to the server        * +; ************************************************************ 
-  ; ************************************************************ +; * SSL client presenting a certificate to the server        * 
-   +; ************************************************************ 
-  ;[client_service] + 
-  ;client = yes +;[client_service] 
-  ; Client certificate stored in the MacOS X keychain +;client = yes 
-  ;cert = john@example.com +; Client certificate stored in the MacOS X keychain 
-  ; Do not authenticate the server +;cert = john@example.com 
-  ;verify = no +; Do not authenticate the server 
-  ;accept = 127.0.0.1:22222 +;verify = no 
-  ;connect = www.example.com:33333 +;accept = 127.0.0.1:22222 
-   +;connect = www.example.com:33333 
-  ; ************************************************************ + 
-  ; * Access Gmail with a client without SSL/TLS support       * +; ************************************************************ 
-  ; ************************************************************ +; * Access Gmail with a client without SSL/TLS support       * 
-   +; ************************************************************ 
-  [gmail-pop3] + 
-  client = yes +[gmail-pop3] 
-  accept = 127.0.0.1:8110 +client = yes 
-  connect = pop.gmail.com:995 +accept = 127.0.0.1:8110 
-   +connect = pop.gmail.com:995 
-  [gmail-imap] + 
-  client = yes +[gmail-imap] 
-  accept = 127.0.0.1:8143 +client = yes 
-  connect = imap.gmail.com:993 +accept = 127.0.0.1:8143 
-   +connect = imap.gmail.com:993 
-  [gmail-smtp] + 
-  client = yes +[gmail-smtp] 
-  accept = 127.0.0.1:8025 +client = yes 
-  connect = smtp.gmail.com:465+accept = 127.0.0.1:8025 
 +connect = smtp.gmail.com:465 
 +</code>
conf.txt · Last modified: 2014/09/29 17:32 by mtrojnar