Configuration File Examples
Example 1 - Archiving
archivefile arch???
pmmailDirName d:\src\pmmail
accountDir jbayer0.act
accountDir jbayer2.act
fileAge 100
archiveDay Fri
What it does:
Create a numerically sequenced archive file beginning with arch001.zip.
Specify the source directory for PMMail.
Specify the account directory jbayer0.act to back up.
Specify the account directory jbayer2.act to back up.
Specify to back up files which are more than 100 days old.
Specify that archives are to be done on Fridays only.
Example 2 - Archiving using command line syntax
archivefile arch???
/p d:\src\pmmail
/a jbayer0.act
/a jbayer2.act
/A 100
archiveDay Fri
What it does:
This does the same as example 1, although using the command line syntax in the configuration file.