1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-07-15 01:24:34 +02:00

Default FETCHMAIL_ENABLED to False

This commit is contained in:
Dimitri Huisman
2022-11-16 12:12:04 +00:00
parent 728afdd34a
commit 8afb544a10

View File

@ -16,7 +16,7 @@ DEFAULT_CONFIG = {
'DOMAIN_REGISTRATION': False,
'TEMPLATES_AUTO_RELOAD': True,
'MEMORY_SESSIONS': False,
'FETCHMAIL_ENABLED': True,
'FETCHMAIL_ENABLED': False,
# Database settings
'DB_FLAVOR': None,
'DB_USER': 'mailu',