Subversion Repositories DevTools

Rev

Rev 3413 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3413 Rev 4994
Line 58... Line 58...
58
    "stdout"               => 1,
58
    "stdout"               => 1,
59
    "logging"              => 0,                                   ## If this is true the printmsg function prints to the log file
59
    "logging"              => 0,                                   ## If this is true the printmsg function prints to the log file
60
    "logFile"              => '',                                  ## If this is specified (form the command line via -l) this file will be used for logging.
60
    "logFile"              => '',                                  ## If this is specified (form the command line via -l) this file will be used for logging.
61
    
61
    
62
    ## Network
62
    ## Network
63
#    "server"               => 'auperadom10',                      ## Default SMTP server
63
#   "server"               => 'smtp-au.vix.local',                 ## Default SMTP server
64
    "server"               => 'localhost',                         ## Default SMTP server
64
    "server"               => 'localhost',                         ## Default SMTP server
65
    "port"                 => 25,                                  ## Default port
65
    "port"                 => 25,                                  ## Default port
66
    "bindaddr"             => '',                                  ## Default local bind address
66
    "bindaddr"             => '',                                  ## Default local bind address
67
    "alarm"                => '',                                  ## Default timeout for connects and reads, this gets set from $opt{'timeout'}
67
    "alarm"                => '',                                  ## Default timeout for connects and reads, this gets set from $opt{'timeout'}
68
    "tls_client"           => 0,                                   ## If TLS is supported by the client (us)
68
    "tls_client"           => 0,                                   ## If TLS is supported by the client (us)