|
Variables |
| string | SEND = yes |
| | send email out at the end of plugin processing
|
| string | DEBUG = no |
| | use the debug mode to write additional data into the log-file
|
| string | SYSMAIL = $USER@$HOST |
| | the default From mime header token used in system eMails
|
| string | SYSADMIN = UNKNOWN |
| | user responsible for BID server administration
|
| string | SYSGROUP = UNKNOWN |
| | the default group to send out warn and alarm eMails
|
| string | SYSGROUPNAME = "My Super Support Team" |
| | the name of the group responsible for send out emails
|
| string | sendType = localhost |
| | the smtp server used to send out emails
|
| string | APPMAILRELAY = UNKNOWN |
| | the smtp eMail address of the BID server able to forward eMails to the APPMAILHOST
|
| string | APPMAILHOST = UNKNOWN |
| | the smtp server able to forward eMails to the Internet
|
| string | SPAM_INTERVALL = 900 |
| | minimum time in seconds between two eMails send out to the same receiver
|
| string | SPAM_ID = default |
| | use SPAM_ID to identify the receiver
|
| string | DEV_HOST = UNKNOWN |
| | the smtp eMail address of the BID server used for plugin development
|