Configure the directories for the application to use for queues and stores.
The following settings can be used in this section:
MinSpace
The minimum allowed free space on the device in megabytes.
If there is less than this amount of free space left the free space will be written to the log and an email alert sent to the administrator
number
0 - 999000 mbytes
256 mbytes
MinSpace=256
MinSpacePC
The minimum allowed percentage free space on the device.
If there is less than this percentage free space left the free space will be written to the log and an email alert sent to the administrator
number
0 - 100 % disk space
1 % disk space
MinSpacePC=1
ReceivingMail
The directory used to store mails as they are received by the application
text
./emailrecv
ReceivingMail=./emailrecv
IncomingMail
The directory used to store mails once they have been received by the application
text
./emailin
IncomingMail=./emailin
ProcessingMail
The directory used to maintain mails as they are processed
text
./emailprocess
ProcessingMail=./emailprocess
ProcessedMail
The directory used to maintain mails that have been processed
text
./emailprocessed
ProcessedMail=./emailprocessed
QueuedMail
The directory used to store email waiting to be sent by the application
text
./emailqueue
QueuedMail=./emailqueue
OutgoingMail
The directory used for email being sent by the application
text
./emailout
OutgoingMail=./emailout
SentMail
The directory used to store a copy of email that were sent by the application
text
./emailsent
SentMail=./emailsent
RetryMail
The directory used for email that could not be sent, or are erroneous in some way
text
./emailretry
RetryMail=./emailretry
ErrorMail
The directory used for email that could not be sent, or are erroneous in some way
text
./emailerror
ErrorMail=./emailerror
JunkMail
The directory used to store email that are designated as SPAM or junk email by the SPAM Blocker module