- Jul 23, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
That's the earliest place where setting up the mail logger is possible / makes sense, so do it right then. Additionally, the check for SmtpHost is redundant since it also done in the method called, so no need for it.
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
- Jul 20, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #35
-
Niko Ehrenfeuchter authored
This reverts commit 3f7fd9dc. As intended and announced in the previous commit message. Relates to #20
-
Niko Ehrenfeuchter authored
NOTE: this is known to fail for permission reasons, the commit is in fact just to save the code and serve as an example (and to be reverted right away). Relates to #20
-
Niko Ehrenfeuchter authored
This way the service should now finally receive the system shutdown events and be able to properly shut itself down. Fixes #45
-
- Jun 06, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
The name reflects the functionality much better.
-
- Jun 05, 2018
-
-
Niko Ehrenfeuchter authored
-
- Mar 13, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #5
-
Niko Ehrenfeuchter authored
Fixes #5
-
Niko Ehrenfeuchter authored
Refers to #5
-
Niko Ehrenfeuchter authored
Fixes #36
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Refers to #36
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Refers to #36
-
Niko Ehrenfeuchter authored
Refers to #36
-
Niko Ehrenfeuchter authored
Refers to #36
-
- Mar 12, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #36
-
Niko Ehrenfeuchter authored
Refers to #36
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Refers to #3
-
- Mar 09, 2018
-
-
Niko Ehrenfeuchter authored
-
- Mar 06, 2018
-
-
Niko Ehrenfeuchter authored
Allow setting the log level explicitly from "Warn", "Info", "Debug" or "Trace" in the configuration. Default is "Info", fallback for invalid settings is "Debug". Fixes #34
-
- Mar 05, 2018
-
-
Niko Ehrenfeuchter authored
Otherwise it will be missing when a grace cleanup email is being sent in the startup phase. Refers to #31
-
- Mar 02, 2018
-
-
Niko Ehrenfeuchter authored
Fixes #31
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Try to move the corresponding transfer package out of the processing location to prevent it from being picked up again and producing the same problem again, move it to the error location instead and reset the transfer variables.
-
Niko Ehrenfeuchter authored
If a new directory is found in incoming but the move operation to processing failed for some reason, the timestamp and username directories (and potentially some partially moved data?) would remain in processing. To prevent confusion about those "incomplete" transfer candidates they are moved to the "ERROR" location.
-
Niko Ehrenfeuchter authored
Use a list to keep track of directories in the incoming directories that couldn't be moved to the processing location and ignore them until the service is restarted.
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Refers to #9
-
Niko Ehrenfeuchter authored
-