System Properties
Central settings for the todo4teams instance are stored under the navigation point "System parameters". The system parameters are key-value pairs that also have an optional comment. The usual methods in the administration area "Create", "Change", "Delete", "Copy" and Update are also available for the system parameters. The system parameters should only be edited by experienced administrators. Incorrect entries can lead to malfunctions or the failure of the entire system:
Here is an overview of the most important system parameters:
Name | Description | Values |
API_QUERY_LIMIT | Maximum number of tickets that can be accessed via API without attachments | 100 |
API_QUERY_LIMIT_WITH_ATTACHMENTS | Maximum number of tickets that can be accessed via API with attachments | 100 |
DESCRIPTIONSTYLE | The CSS style for formatting the ticket descriptions | <style> html { color: black; background: white; font-family: "Helvetica Neue", Arial, sans-serif; } .t4t-pre, #t4t-pre { font-family: "Helvetica Neue", Arial, sans-serif; text-wrap: auto; background-color: unset; } .t4t-hide { display: none; } </style> |
AUTOREPLYTAGS | Comma-separated list of keywords to detect an out-of-office reply | Autoreply, out-of-office reply |
ChatGPT | The system parameters to include ChatGPT | baseUrl=https://... apiKey=abc... model=model1.... store=true creation_prefix= creation_postfix= reply_prefix= reply_postfix= neutral_prefix= neutral_postfix= creation_system_command=Format the reply as an HTML fragment. reply_system_command=Format the reply as an HTML fragment. Be polite and formal. neutral_system_command=Format the reply as an HTML fragment. |
COST_CENTRE | Definition of cost centers for the completion dialog | <root initial="national"> <root initial="national"> <category name="national"/> <category name="international"/> </root> |
CUSTOM_JARS | A comma-separated list of custom extensions | file:///tmp/demo1.jar,file:///tmp/demo2.jar |
editorCss | The stylesheet for configuring the HTML editor | <style>...</style> |
EMAIL_TO_DESCRIPTION | Specifies how todo4teams should display incoming emails in the description: | html[plain] |
emailCss | The stylesheet properties for outgoing emails are defined here | <style>...</style> |
EXTERNAL_FORWARD_EMAILS | List of email addresses offered in the GUI for external forwarding | max.muster@mail.de j.doe@commerce.com martin.bluma@bergener-bluma.de |
EXTERNAL_FORWARD_STRING | Prefix in the subject of forwarded emails | e.g. Forwarded by todo4teams: |
EXTERNAL_FORWARD_USERS | Comma separated list of user IDs for which external forwarding is enabled | e.g. 1,5,22,45 |
GLOBAL_TEXT_MODULES | The XML representation of the global text modules | XML description of the text modules |
GUI_LANGUAGES | The comma-separated list of languages available in todo4teams | de,en,it |
HTTPNONPROXYHOSTS | Pipe separated list of hosts for which a direct network connection applies | 192.168.1.1|myserver.local.com |
HTTPPROXYHOST | The HTTP proxy | e.g. myproxy.local.com |
HTTPPROXYPASSWORD | Password of the HTTP proxy | Password |
HTTPPROXYPORT | Port of the HTTP proxy | e.g. 80 |
HTTPPROXYUSER | Username for the HTTP proxy | Username |
INCOMING_EMAIL_HTML_REPLACEMENTS | Pipe-separated list for modifying incoming emails | e.g. background-image: url(https://img.web.de/v/p.gif)|background-color:white |
InquiryFooter | The conclusion for inquiries | <a class="t4tinqbutton" href="SERVER_URL/todo4teams/InquiryAnswer?iqid=TODOINQUIRYID&tid=TODOTASKID&exp=TODOIQEXP">Answer this inquiry</a> <a class="t4tinqbutton" href="SERVER_URL/todo4teams/InquiryOverview?exp=TODOIQEXP">Show all inquiries</a> |
InquiryHeader | The salutation for outgoing inquiries | Dear colleague, TODOIQCREATOR sends you a question from todo4teams with the request to answer it promptly: |
inquiryMailBoxId | The ID of the mailbox used to send inquiries | 23 |
licenseKey | The license key | The encrypted License |
MAIL_FETCH_DELAY_SECONDS | The minimum number of seconds between receiving two emails | 7 |
MAIL_FETCH_DELAY_SECONDS | The minimum number of seconds between sending two emails | 7 |
mailbackuppath | Path in the file system where incoming emails are saved | /home/backups/email |
mailboxErrorEmail | Comma-separated list of email addresses that will receive alarm emails in case of connection problems to an email server | myfisrtuser@mycompany.com,myseconuser@mycompany.com, |
mailboxErrorSubject | Subject of the alarm emails | Please notify a responsible administrator |
mailboxErrorTargetWorkgroupId | ID of the group to which tickets are sent in case of connection problems to an email server | e.g. 17 |
MAX_SEARCH_RESULTS | Maximum number of possible hits in the archive search | e.g. 50 |
MediaWiki | The parameters for integrating a wiki as knowledge management | url=https://de.wikipedia.org/w/api.php useragent=demo@user.de sentences=10 |
MEETDOMAIN | The domain for using video conferences | meet.jitsi.com |
PlainTextHint | Hint text for displaying the text content of a displayed description. | e.g. "If the text of the email is not displayed correctly, please click here:" |
REMEMBERME_MAX_SECONDS | The lifespan of the cookie for the workstation login | 997200 |
REPLY_SUBJECT_FORMAT | Format of the subject line of the reply emails | #%TICKETID // Re: %SUBJECT |
REPORT_LIMIT | Maximum number of lines in the relevant Excel reports. | The maximum number of output rows. The default value is 65530. |
REPORT_DATETIME_FORMAT | Date format in the Excel reports. | e.g. yyyy-MM-dd HH:mm for year-month-day hour:minute |
RESTUSERAUTHENTICATION | Allows authentication of REST calls via user table (user requires authorization "Systems/RPC/REST"), HTTPAUTH BASIC | "required", if option required. |
SmsGatewayLogin | Username for the SMS gateway | Username |
SmsGatewayPassword | Password for the SMS proxy | Password |
SCAN_ATTACHMENTS | Enable todo4teams to automatically scan attachments for malware | true |
SCAN_MALWARE_BLACKLIST | File names that are excluded from the malware scan | my.png |
SCAN_MALWARE_METHOD | The virus scanner used to scan attachments for malware | clamav |
SERVER_URL | The URL of the todo4teams instance | https://myserver.de |
SPAM_EMAIL_USERS | Comma separated list of user IDs for which the spam button is activated | e.g. 1,17,34 |
UsageReport | Recipients and language of the todo4teams monthly report | to=admins[, supervisors, users] language=de |
UNRESTRICTED_SEARCH | Sets the restrictions for the archive search:
| true, false, local |