meta data for this page
All config file options
Constants and variables
- admin
- anti-spam
- authentication
- aws
- bounce management
- composition
- database
- feedback
- i18n
- queue processing
- rendering
- security
- segmentation
- sending
- social networking
- statistics
- subscriber management
- subscription
- system
Filtered by category='system'
# | edit | category | type | purpose | allowed values | default |
---|---|---|---|---|---|---|
1 | attachment_repository | system | variable | Location where uploaded files are stored | A webserver writable path | no value |
2 | installation_name | system | variable | Name a phpList installation to be able to distinguish different installations | string | phpList |
3 | pageroot | system | variable | Location of phpList in relation to the web server root | a valid path | /lists/ |
4 | phpmailer_smtpuser | system | variable | STMP Authentication username | string | no value |
5 | phpmailer_smtppassword | system | variable | SMTP authentication password | string | no value |
6 | plugins_disabled | system | variable | Disable selected plugins | array of plugin names | empty array |
7 | table_prefix | system | variable | prefix for all table names | string | phplist_ |
8 | tmpdir | system | variable | Location to place temporary files, when needed | writable path for webserver | /tmp |
9 | usertable_prefix | system | variable | prefix for subscriber related data | string | phplist_user_ |
10 | admin_wwwroot | system | constant | fix the URL for the admin pages | a valid URL in the context of the system | not set |
11 | async_request_interval | system | constant | create a delay between Ajax requests on a page | any number > 0 | 0 |
12 | devsite | system | constant | Run phpList in development mode | true false | false |
13 | error404page | system | constant | Allow a custom file-not-found page | filename in webroot | |
14 | phpmailer | system | constant | Use phpMailer for sending | true false 0 1 | 1 |
15 | phpmailerhost | system | constant | SMTP host for sending messages | a valid FQDN of the SMTP host | no value |
16 | phpmailersubscribehost | system | constant | SMTP host for sending messages that originate from the subscribe pages | a valid FQDN of the SMTP host | PHPMAILERHOST |
17 | public_protocol | system | constant | Set the protocol for public pages. | http https | http |
18 | remote_url_refetch_timeout | system | constant | How long to keep a remote URL in cache before fetching it again | Any number greater than 0 | 3600 (one hour) |
19 | send_listadmin_copy | system | constant | Send a notification to the owner of a list | true false 0 1 | false |
20 | tld_auth_list | system | constant | URL that returns a list of valid Top Level Domains | Any URL | http://www.phplist.com/files/tlds-alpha-by-domain.txt |
21 | tld_auth_md5 | system | constant | The MD5 of the TLD_AUTH_LIST | Any URL | http://www.phplist.com/files/tlds-alpha-by-domain.txt.md5 |
22 | tld_refetch_timeout | system | constant | Refresh time for automatically updating the list of TLDs | Any number | 15552000 |
23 | user_wwwroot | system | constant | fix the URL for the public pages | a valid URL in the context of the system | not set |
24 | phpmailerport | system | constant | The port number for the SMTP connection to PHPMAILERHOST | integer | no value |
25 | ui | system | variable | User Interface | any subdirectory in admin/ui/ | dressprow |