| 
    Qsmtp
    0.30dev
    
   | 
 
interface for Qremote's STARTTLS handling More...
Go to the source code of this file.
Functions | |
| int | tls_init (void) | 
| send STARTTLS and handle the connection setup  More... | |
Variables | |
| const char * | clientcertname | 
interface for Qremote's STARTTLS handling
| int tls_init | ( | void | ) | 
send STARTTLS and handle the connection setup
| 0 | SSL mode successfully set up | 
| >0 | SSL setup failed (non-local fault, e.g. network or reply error) | 
| <0 | SSL setup failed (local fault, e.g. unable to load file) | 
| EDONE | a network error happened but the connection may still be intact | 
If the return value is <0 a status code for qmail-rspawn was already written.
| const char* clientcertname | 
filename of the TLS client certificate
 1.8.10