Subversion Repositories DevTools

Rev

Rev 4994 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4994 Rev 5253
Line 93... Line 93...
93
    "fqdn"                 => 'changeme',                          ## FQDN of this machine, used during SMTP communication (is updated later in the script).
93
    "fqdn"                 => 'changeme',                          ## FQDN of this machine, used during SMTP communication (is updated later in the script).
94
    
94
    
95
    ## eSMTP
95
    ## eSMTP
96
    "username"             => '',                                  ## Username used in SMTP Auth
96
    "username"             => '',                                  ## Username used in SMTP Auth
97
    "password"             => '',                                  ## Password used in SMTP Auth
97
    "password"             => '',                                  ## Password used in SMTP Auth
98
    "tls"                  => 'auto',                              ## Enable or disable TLS support.  Options: auto, yes, no
98
     "tls"                 => 'no',                                ## Enable or disable TLS support.  Options: auto, yes, no. VIX: Was auto
99
    
99
    
100
);
100
);
101
 
101
 
102
## More variables used later in the program
102
## More variables used later in the program
103
my $SERVER;
103
my $SERVER;