AsAService: Run ASSP as a Windows Service -- In Windows NT/2000/XP/2003 ASSP can be installed as a service. This setting tells ASSP that this has been done -- it does not install the Windows service for you.
AsADaemon: Run ASSP as a Daemon -- In Linux/BSD/Unix/OSX fork and close file handles. Similar to the command "perl assp.pl &;", but better.
runAsUser: Run as UID -- The nix user name to assume after startup (nix only).Examples: assp, nobody
runAsGroup: Run as GID -- The nix group to assume after startup (nix only).Examples: assp, nobody
ChangeRoot: Change Root -- The new root directory to which ASSP should chroot (*nix only). If blank, no chroot jail will be used. Note: if you use this feature, be sure to copy or link the etc/protocols file in your chroot jail.
AutoRestart: Automatic Restart after Exception -- If ASSP detects a main exception and it runs not as service or daemon, it will try to restart it self automatically!
AutoRestartCmd: OS-shell command for AutoRestart -- The OS level shell-command that is used to autorestart ASSP, if it runs not as a service or daemon! A possible value for your system is:Leave this field blank, if ASSP runs inside an external loop (inside the OS like assp.sh or assp.cmd).
RestartEvery: Restart Timeout -- ASSP will automatically terminate and restart after this many seconds. Use this setting to periodically reload configuration data, combat potential memory leaks, or perform shutdown/startup processes. This will only work properly if ASSP runs as a Windows service or in a script that restarts it after it stops.
AutoRestartAfterCodeChange: Automatic Restart ASSP on new or changed Script -- If selected, ASSP will restart it self, if it detects a new or changed running script. An automatic restart will not be done, if ASSP is not running as daemon on linux/MAC ( AsADaemon ) or as a service on windows and AutoRestartCmd is not configured. Leave this field empty to disable the feature. Possible values are 'immed and 1...23' . If set to 'immed', assp will restart within some seconds after a detected code change. If set to '1...23' the restart will be scheduled to that hour. A restart at 00:00 is not supported.
AutoUpdateASSP: Auto Update the Running Script (assp.pl) -- No action will be done if 'no auto update' is selected.
If 'download only' is selected and a new assp version is available, this new version will be downloaded to the directory /download, If 'download and install' is selected, the running script will be saved to download directory and replaced by the new version. Configure ( AutoRestartAfterCodeChange ), if you want the new version to become the active running script. The perl module is required to use this feature. default: 1
AutoUpdateASSPDev: Auto Update Developer Version --
myName: My Name -- ASSP will identify itself by this name in the email "Received:" header and in the helo when sending report-replies. Usually the fully qualified domain name of the host.Examples: assp.example.com, assp.nospam default: ASSP.nospam
asspCfgVersion: assp.cfg version -- ASSP will identify the assp.cfg file.
proxyserver: Proxy Server -- The Proxy Server to use when uploading global statistics and downloading the greylist.Examples: 192.168.0.1:8080, 192.168.0.1
OutgoingBufSizeNew: Size of TCP/IP Buffer -- If ASSP talks to the internet over a modem change this to 4096. The default is 1024000. default: 1024000
webAdminPort: Web Admin Port -- The port on which ASSP will listen for http connections to the web administration interface. If you change this, after you click Apply you must change the URL on your browser to reconnect. You may also supply an IP address to limit connections to a specific interface.Examples: 55555, 192.168.0.5:12345 default: 55555
webAdminPassword: Web Admin Password -- The password for the web administration interface (minimum of 5 characters, maximum of 8 characters). default: nospam4me
allowAdminConnectionsFrom: Only Allow Admin Connections From* -- An optional list of IP addresses from which you will accept web admin connections. Blank means accept connections from any IP address. Examples:127.0.0.1|172.16. webStatPort: Raw Statistics Port -- The port on which ASSP will listen for http connections to the statistics interface. You may also supply an IP address to limit connections to a specific interface.Examples: 55553, 192.168.0.5:12345 default: 55553
allowAdminConnectionsFromName: Allow Admin Connections From These Hostnames -- An optional additional list of Hostnames from which you will accept web admin connections. Blank means accept connections from any IP address in allowAdminConnectionsFrom or any connection if nothing is set there. Note: if you make a mistake here, you may disable your web administration interface and be forced to manually edit your configuration file to fix it.Examples: localhost
allowStatConnectionsFrom: Only Allow Raw Statistics Connections From* -- An optional list of IP addresses from which you will accept raw statistical connections. Blank means accept connections from any IP address. Examples: 127.0.0.1|172.16. default: 127.0.0.1
CleanCacheEvery: Cache Cleaning Interval -- This period (in hours) determines how frequently ASSP does cache-housekeeping. default: 2
SaveStatsEvery: Statistics Save Interval -- This period (in minutes) determines how frequently ASSP statistics are written to a local file.
totalizeSpamStats: Upload Consolidated Spam Statistics -- ASSP will upload its statistics to be consolidated with the >global ASSP totals. This is a great marketing tool for the ASSP project — please do not disable it unless you have a good reason to do so. No private information is being disclosed by this upload. default: 1
OrderedTieHashTableSize: Ordered-Tie Hash Table Size -- The number of entries allowed in the hash tables used by ASSP and rebuildspamdb.pl. Larger numbers require more more RAM but result in fewer disk hits. The default value is 10000. Adjust down to use less RAM. default: 10000
EnableHTTPCompression: Enable HTTP Compression in GUI -- Enable HTTP Compression for faster web administration interface loading. The perl module is required to use this feature. default: 1
hideAlphaIndex: Hide the Alpha Index Menu Panel in GUI -- Removes the alphanumeric index panel on the left side in the GUI, but the index is accessable by clicking on "sorted". default: 1
EnableFloatingMenu: Enable Floating Menu Panel in GUI -- Allow the menu panel on the web administration interface to float (floating Div code taken from ).
EnableInternalNamesInDesc: Show Internal Names in the GUI -- Show the internal names in the web interface. The internal names are used in the configuration file (assp.cfg), in the application code, and in the menu bar on the left side of the GUI. default: 1 MaillogTailJump: Jump to the End of the Maillog -- Causes the browser window to jump to the bottom of the maillog instead of sitting at the top of the display.
MaillogTailBytes: Maillog Tail Bytes -- The number of bytes that will be shown when the end of the maillog is viewed. The default value is 10000.
MaillogTailWrapColumn: Maillog Tail Wrap Column -- Force maillog lines to wrap at this column if there are too many characters in a line. The default is 80. Enter 0 to disable wrapping. default: 80
ALARMtimeout: Module Call Timeout -- Global Timeout for calling other modules. The default is 10 seconds. default: 10
UseLocalTime: Use Local Time -- Use local time and timezone offset rather than UTC time in the mail headers. default: 1=activated
Wiki: ASSP_1.5.x_configuration_settings
Wiki: ASSP_1.x_configuration_settings