This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:support:dumbster [2016/02/23 11:31] amanda.zens |
en:support:dumbster [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 4: | Line 4: | ||
Dumbster is a Java-based program, which is able to receive e-mails and display them in a panel. The concept behind Dumbster is to have the possibility to test processes and dispatch related e-mails without having to send feigned productive e-mails to participants of a process. | Dumbster is a Java-based program, which is able to receive e-mails and display them in a panel. The concept behind Dumbster is to have the possibility to test processes and dispatch related e-mails without having to send feigned productive e-mails to participants of a process. | ||
+ | ====Starting Dumbster==== | ||
+ | ===Windows=== | ||
+ | Dumbster is opened in Windows by double-clicking on the delivered **"dumbster.bat"** file | ||
=== Linux === | === Linux === | ||
Please use the following command to execute the shell script **"dumbster.sh"** in Linux: | Please use the following command to execute the shell script **"dumbster.sh"** in Linux: | ||
Line 27: | Line 30: | ||
=== SMTP port === | === SMTP port === | ||
- | By default, the scripts are set to be started using port 25. To enter this setting, the [[software:tim:client_profile]] must be opened, followed by the the item [[software:tim:client_profile#SMTPhost]]. The port assigned to Dumbster will be displayed on the panel (which in this case would be port 25) | + | By default, the scripts are set to be started using port 25. To configure this setting, the [[software:tim:client_profile]] must be opened, followed by the the item [[software:tim:client_profile#SMTPhost]]. The port assigned to Dumbster will be displayed on the panel (which in this case would be port 25) |
{{ support:dumbster_port.jpg?direct |}} | {{ support:dumbster_port.jpg?direct |}} | ||
Line 36: | Line 39: | ||
---- | ---- | ||
- | ==== Testing of Dumbster ==== | + | ==== Testing Dumbster ==== |
- | To ensure the correct reception of e-mails it is possible to test the sending of an e-mail to Dumbster by clicking on the option [[en:software:tim:client_profile#emailkonfiguration_testen_button|for testing an e-mail configuration]]: | + | To ensure the correct that e-mails are being correctly received, a test e-mail may be sent to Dumbster. This is performed by clicking on the option [[en:software:tim:client_profile#emailkonfiguration_testen_button|for testing an e-mail configuration]]: |
{{ support:dumbster_korrekt.jpg?direct |}} | {{ support:dumbster_korrekt.jpg?direct |}} | ||
---- | ---- | ||
- | ====Renderig the readout of Dumbster as one single file==== | + | ====Rendering the readout of Dumbster as a single file==== |
- | If the readout of Dumbster should be merged into one single file (e.g., several users need to have access to the complete Dumbster readout) then the file **dumbster.bat** has to be adapted accordingly. To edit this Dumbster file open it with a text processing program. | + | If the readout of Dumbster should be merged into one single file (e.g., several users need to have access to the complete Dumbster readout) then the file **dumbster.bat** has to be adapted accordingly. This Dumbster file is edited by opening it with a text processing program. |
- | The desired directory of the file has to be chosen in which the readout is to be saved. | + | The desired file directory for saving the readout has to be chosen. |
cmd.exe /K "java -jar dumbster.jar 25" > C:\User\John.Doe\dumbster.log | cmd.exe /K "java -jar dumbster.jar 25" > C:\User\John.Doe\dumbster.log |