| 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" => 'auperadom10', ## Default SMTP server
|
| - |
|
64 |
"server" => 'localhost', ## Default SMTP server
|
| 64 |
"port" => 25, ## Default port
|
65 |
"port" => 25, ## Default port
|
| 65 |
"bindaddr" => '', ## Default local bind address
|
66 |
"bindaddr" => '', ## Default local bind address
|
| 66 |
"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'}
|
| 67 |
"tls_client" => 0, ## If TLS is supported by the client (us)
|
68 |
"tls_client" => 0, ## If TLS is supported by the client (us)
|
| 68 |
"tls_server" => 0, ## If TLS is supported by the remote SMTP server
|
69 |
"tls_server" => 0, ## If TLS is supported by the remote SMTP server
|