mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-06 18:26:15 +02:00
- Install: monolithic install script, venvsetup_modules and venvsetup_monolithic, install_modules (parse_main, menus, actions, etc.), remove legacy email-configs and php-configs from repo, add install/snappymail and Rainloop->SnappyMail migration script - CyberPanel: urls.py, cyberpanel.sh, cyberpanel_upgrade_monolithic.sh tweaks - Firewall: firewall.js and firewall.html updates - plogical: mailUtilities.py, upgrade.py; upgrade_modules 10_post_tweak.sh - pluginHolder: deploy-plugins-template.sh - to-do: docs (git conflicts, HTTP 500 recovery, phpMyAdmin, plugins, SnappyMail rename, install/upgrade OS support, security whitelist, etc.) - upgrade_modules: 02_checks_part1/part2.txt
16 lines
317 B
INI
16 lines
317 B
INI
imap_host = "localhost"
|
|
imap_port = 993
|
|
imap_secure = "TLS"
|
|
imap_short_login = Off
|
|
sieve_use = On
|
|
sieve_allow_raw = On
|
|
sieve_host = "localhost"
|
|
sieve_port = 4190
|
|
sieve_secure = "None"
|
|
smtp_host = "localhost"
|
|
smtp_port = 587
|
|
smtp_secure = "TLS"
|
|
smtp_short_login = Off
|
|
smtp_auth = On
|
|
smtp_php_mail = Off
|
|
white_list = "" |