MSH Zimbra Rules release 0.2.34
We have released a new version of MSH Zimbra Rules.
Now you can create personalized signatures for users inside your organization.
» Read moreDelete Files Older Than - run from the command line
If you need to remove files on schedule you can run the application without the GUI interface.
The application support -f
command line switch to run rules in the background, for example:
"<PATH>\MSHSoftware.DeleteFilesOlderThan.exe" -f c:\settings.xml
where settings.xml
file is created from Options | Export rules menu.
If you would like to automatically generate CSV report you should use -o
parameter, like below:
"<PATH>\MSHSoftware.DeleteFilesOlderThan.exe" -f c:\settings.xml -o c:\reports
Learn more how to run application on schedule.
Output from --help
parameter:
MSH Delete Files Older Than 1.3.0
Copyright (C) 2017 MSH Software
Usage: MSHSoftware.DeleteFilesOlderThan.exe -f settings.xml -o c:\reports\
-f Settings file path.
-o CSV reports output directory path. Optional, should be used only
with -f parameter.
--help Display this help screen.
To learn more visit MSH Delete Files Older Than website.
See also:
- Delete Old Files and Remove Empty Folders - Part 1
- Export Auto Delete Rules - Part 2
- Remove Old Files - Schedule It - Part 3
How to forward email to several recipients
In the previous post I described how to configure MSH Traffic Policy milter application to redirect messages to another recipient based on the message subject. Today I will show how adjust actions to forward an email message to several persons, not only one.
» Read more