89 lines
6.7 KiB
INI
89 lines
6.7 KiB
INI
####################################################################################################
|
|
# 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\<ScriptName> #
|
|
# FailSafe Setting is: <ScriptPath> #
|
|
####################################################################################################
|
|
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 Proxy Settings #####################################
|
|
#==================================================================================================#
|
|
|
|
####################################################################################################
|
|
# Set your own SMTP Mail Domain(s) for outgoining Mails (The ".*" is very important!). #
|
|
# Example: .*@my-domain.com,'.*@schaum-net.de' #
|
|
####################################################################################################
|
|
SMTPDomains = .*@schaum-net.de , .*@schaum.tobit.net
|
|
|
|
####################################################################################################
|
|
# Define the Directory, where MailStore Proxy Service is saving the EML and MPR Files. #
|
|
# This is the Input Directory for this Script. #
|
|
# Example: E:\DataFiles\MailStore Proxy\Input #
|
|
####################################################################################################
|
|
SourcePath = E:\KammM\in
|
|
|
|
####################################################################################################
|
|
# Define the Directory, where MailStore Server is importing Mails from. #
|
|
# This is the Output Directory for this Script. #
|
|
# Example: E:\DataFiles\MailStore Proxy\Output #
|
|
####################################################################################################
|
|
TargetPath = E:\KammM\out
|
|
|
|
####################################################################################################
|
|
# Define the Directory, where Files should be saved which processing goes wrong #
|
|
# Example: E:\DataFiles\MailStore Proxy\Error #
|
|
####################################################################################################
|
|
ErrorPath = E:\KammM\Error
|
|
|
|
####################################################################################################
|
|
# Numerical value how long (in Days) a File has to be in the Output Path, before removing it. #
|
|
# This Function is in case that a File could not be processed. #
|
|
# Setting the Value to 0 disables this Function. #
|
|
# FailSafe Setting is: 7 #
|
|
####################################################################################################
|
|
TargetPathErrorFileDelayAge = 14
|
|
|
|
####################################################################################################
|
|
# Define the File Extension of the Mail Files (must be readable with ADODB.Stream) #
|
|
# Example: eml #
|
|
# FailSafe Setting is: eml #
|
|
####################################################################################################
|
|
EMLFileExtension = eml
|
|
|
|
####################################################################################################
|
|
# Define the File Extension for MailStore Proxy Report Files, #
|
|
# which are including the E-Mail meta data informations. #
|
|
# Example: mpr #
|
|
# FailSafe Setting is: mpr #
|
|
####################################################################################################
|
|
MPRFileExtension = mpr |