Template:Configuration - File Paths
From ASSPSMTP
based upon version 1.3.5(9.18) Directory Base (base)
All paths are relative to this folder. Note: this must be changed as a command line parameter and is displayed here for reference only.
Spam Collection (spamlog)
The folder to save the collection of spam emails. This directory will be used in building the spamdb. For example: spam
Not-spam Collection (notspamlog)
The folder to save the collection of not-spam emails. This directory will be used in building the spamdb. For example: notspam
OK Mail (incomingOkMail)
The folder to save non-spam (message ok). These are messages which are considered as HAM, but are not stored in the standard HAM folder because of our policy to use only confirmed HAM messages (whitelisted or local) for SpamDB. If you want to keep copies of ok mail then put in a directory name. This directory will not be used in building the spamdb. Default: okmail
Attachment/Virus Collection (viruslog)
The folder to save rejected attachments and virii. Leave this blank to not save these files (default). If you want to keep copies of rejected content then put in a directory name. Note: you must create the directory. This directory will not be used in building the spamdb. For example: quarantine
False-negative Collection (correctedspam)
Spam that got through -- counts double. This directory will be used in building the spamdb. For example: errors/spam
False-positive Collection (correctednotspam)
Good mail that was listed as spam, count 4x. This directory will be used in building the spamdb. For example: errors/notspam
Extension for Mail Files (maillogExt)
Enter the file extension (include the period) you want appended to the mail files in the mail collections. Leave it blank for no extension. For Example: .eml
Spam Bayesian Database File (spamdb)
The output file from rebuildspamdb.pl. Last Run Rebuildspamdb
Email Whitelist Database File (whitelistdb)
The file with the whitelist. Write "mysql" to use a MySQL table instead of a local file, in this case you need to edit MySQL parameters below.
Email Redlist Database File (redlistdb)
The file with the redlist. Write "mysql" to use a MySQL table instead of a local file, in this case you need to edit MySQL parameters below.
GReyIPlist Database (griplist)
The file with the current GRey-IP-List database -- make this blank if you don't use it.
Delaying Database (delaydb)
The file with the delay database. Write "mysql" to use a MySQL table instead of a local file, in this case you need to edit MySQL parameters below.
MySQL hostname or IP (myhost)
You need Tie::RDBM to use MySQL instead of local files. This way you can share whitelist, delaydb and redlist between servers
MySQL database name (mydb)
This database must exist before starting ASSP, necessary tables will be created automatically into this database
MySQL username (myuser)
This user must have CREATE privilege on the configured database in order for tables to be created automatically
MySQL password (mypassword)
ASSP Logfile (logfile)
Blank if you don't want a log file. Change it to maillog.log if you don't want auto rollover. NOTE: Changing this field requires restarting ASSP before changes take effect.
PID File (pidfile)
Blank to skip writing a pid file. *nix users need pid files. Leave it blank in Windows. You have to restart the service before you get a pid file in the new location.


