File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2828EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929*/
3030
31- //*** Ubuntu 16.04 default settings
31+ //*** Debian 9 default settings
3232
3333//* Main
3434$ conf ['language ' ] = 'en ' ;
35- $ conf ['distname ' ] = 'ubuntu1604 ' ;
35+ $ conf ['distname ' ] = 'debian90 ' ;
3636$ conf ['hostname ' ] = 'server1.domain.tld ' ; // Full hostname
3737$ conf ['ispconfig_install_dir ' ] = '/usr/local/ispconfig ' ;
3838$ conf ['ispconfig_config_dir ' ] = '/usr/local/ispconfig ' ;
120120$ conf ['mailman ' ]['config_dir ' ] = '/etc/mailman ' ;
121121$ conf ['mailman ' ]['init_script ' ] = 'mailman ' ;
122122
123+ //* mlmmj
124+ $ conf ['mlmmj ' ]['installed ' ] = false ; // will be detected automatically during installation
125+ $ conf ['mlmmj ' ]['config_dir ' ] = '/etc/mlmmj ' ;
126+
123127//* Getmail
124128$ conf ['getmail ' ]['installed ' ] = false ; // will be detected automatically during installation
125129$ conf ['getmail ' ]['config_dir ' ] = '/etc/getmail ' ;
You can’t perform that action at this time.
0 commit comments