#################################################################################################### # Digital Data Configuration File (Template Date: 30.07.2016) # # UTF-8 Coding required! # # incl. FailSafe functions that are active when information is missing. # #################################################################################################### #==================================================================================================# ########################################## General Setup ########################################### #==================================================================================================# #################################################################################################### # Path in which the log files will be stored. # # Example: E:\LogFiles\ # # FailSafe Setting is: # #################################################################################################### LogPath = #################################################################################################### # Numerical value how long (in days) log files will be kept. ValidateRange is 0 - 1000 # # Setting the Value to 0 disables this Function. # # FailSafe Setting is: 60 # #################################################################################################### LogFileKeepTime = 3 #################################################################################################### # Special characters which is used to separate file versions. # # Example: File_4711_1606~2.pdf # # FailSafe Setting is: ~ # #################################################################################################### VersionSeperator = ~ #################################################################################################### # Numerical value how long (in Minutes) a File has to be there, before processing it. # # FailSafe Setting is: 5 # #################################################################################################### FileDelayAge = 1 #==================================================================================================# ######################################## MailStore settings ######################################## #==================================================================================================# #################################################################################################### # Define the Directory, where MailStore was installed to. # # Example: D:\ProgramFiles\MailStore # #################################################################################################### MailStoreAppDir = #################################################################################################### # Set the ServerName to connect with (MailStore Server). # # Example: localhost # #################################################################################################### MailStoreServer = localhost #################################################################################################### # Set the UserName for the MailStore Admin Account. # # Example: admin # #################################################################################################### MailStoreAdminUserName = admin #################################################################################################### # Set the Password for the MailStore Admin Account. # # Example: admin # #################################################################################################### MailStoreAdminUserPassword = 123456789dd! #################################################################################################### # Set the Fingerprint from the MailStore Server certificate. # # Example: 899a313f82b79b013d5e20f833926b110808f1bd # #################################################################################################### MailStoreServerPublicKey = 899a313f82b79b013d5e20f833926b110808f1bd #################################################################################################### # Set your local AD Domain. # # Example: @my-domain.com # #################################################################################################### LocalDomain = @didalog.local