The differences between two versions are shown here.
| Both sides of the previous revisionPrevious revisionNext revision | Previous revision | ||
| error-mails [2020/07/09 10:15] – [Reimport fehlerhafter E-Mails] lwsystems | error-mails [2026/02/27 10:35] (current) – [Löschverhalten nach Import] lwsystems | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| ====== Verarbeitung der E-Mails beim Import ====== | ====== Verarbeitung der E-Mails beim Import ====== | ||
| Line 6: | Zeile 5: | ||
| Die E-Mail wird jetzt im Repository-Verzeichnis unterhalb von ''/ | Die E-Mail wird jetzt im Repository-Verzeichnis unterhalb von ''/ | ||
| + | |||
| + | Once the email has been successfully saved to the repository, it will be deleted from the Inbox directory. | ||
| ====== Verarbeitungsfehler ====== | ====== Verarbeitungsfehler ====== | ||
| Zeile 23: | Zeile 24: | ||
| If the file extension is renamed to .eml, the emails will be imported again. | If the file extension is renamed to .eml, the emails will be imported again. | ||
| + | ====== Löschverhalten nach Import ====== | ||
| + | |||
| + | For testing or other special cases, the import behavior can be adjusted so that the email files are not deleted, or only deleted after successful archiving from the Inbox directory. | ||
| + | |||
| + | Dieser Modus wird mit Hilfe des Kommandozeilenschalters //'' | ||
| + | |||
| + | ^ Modus ^ Beschreibung | ||
| + | | ALL | Standardmodus. Löscht alles, was erfolgreich „erledigt“ wurde. | ||
| + | | ASSIGNED | ||
| + | | NEVER | Es werden niemals Dateien gelöscht. | ||
| + | |||
| + | Note regarding errors: Regardless of the selected mode, files that encounter a technical error during parsing or archiving will always be renamed to .err to allow for later analysis. | ||
| + | |||
| + | ===== Konfiguration ===== | ||
| + | |||
| + | Die grundlegende Start-Konfiguration des Benno Archive Daemons wird mit Hilfe der Datei ''/ | ||
| + | |||
| + | <file bash> | ||
| + | START_ARCHIVE=yes | ||
| + | JAVA_OPTIONS=' | ||
| + | |||
| + | DAEMON_ADDRESS=' | ||
| + | DAEMON_PORT=' | ||
| + | |||
| + | # | ||
| + | DAEMON_ARGS=' | ||
| + | |||
| + | USER=benno | ||
| + | </ | ||