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

37 Commits

Author SHA1 Message Date
854e9b0a45 cli.rst contained wrong example 2024-03-18 14:34:58 +00:00
31faee4218 Merge branch 'master' into delete-disable 2023-03-15 18:16:46 +01:00
b205f406de Update docs/cli.rst
Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
2023-02-20 11:54:52 +01:00
2cf4e61fd2 Update docs/cli.rst
Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
2023-02-20 11:54:11 +01:00
511cdcf1ba Update docs/cli.rst
Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
2023-02-20 11:53:41 +01:00
dd21d4bf0c Update docs/cli.rst
Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
2023-02-20 11:53:07 +01:00
07da831533 Update docs/cli.rst
Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
2023-02-20 11:52:56 +01:00
23ae60e3df Update docs/cli.rst
Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
2023-02-20 11:52:21 +01:00
bb5d007882 s/docker\-compose\([^\.]\)/docker compose\1/g 2023-02-15 10:00:03 +01:00
30efdf557f Re-enable cli action user_delete with "disable" as default 2023-01-27 10:28:27 +01:00
5c9cdfe1de Introduction of the Mailu RESTful API.
Anything that can be configured in the web administration interface,
can also be configured via the Mailu RESTful API.
See the section Advanced configuration in the configuration reference
for the relevant settings in mailu.env for enabling the API.
(API, WEB_API, API_TOKEN).
2022-12-27 11:32:54 +01:00
83ef6d773d Make it clear that we don't delete users 2022-11-27 14:14:00 +01:00
28e409f5ea Fix small typo in config-import example template 2022-08-05 07:17:45 +00:00
f65e2fc469 Feature: Marking "Read" spam mails 2022-03-11 16:58:50 +03:00
5c52f08f41 Added documentation for how to switch the database back-end used by Mailu.
Added documentation for migrating from the deprecated Mailu PostgreSQL image to a different PostgreSQL database.
2021-11-23 16:13:31 +00:00
21a362fdae Changed config-update to config-import in config-import description. 2021-06-08 07:09:07 +00:00
dd2e218375 Merge remote-tracking branch 'upstream/master' into import-export 2021-03-09 13:31:21 +01:00
7137ba6ff1 Misc improvements to PASSWORD_SCHEME
- remove PASSWORD_SCHEME altogether
- introduce CREDENTIAL_ROUNDS
- migrate all old hashes to the current format
- auto-detect/enable all hash types that passlib supports
- upgrade passlib to 1.7.4 (see #1706: ldap_salted_sha512 support)
2021-03-09 12:04:42 +01:00
bde7a2b6c4 moved import logging to schema
- yaml-import is now logged via schema.Logger
- iremoved relative imports - not used in other mailu modules
- removed develepment comments
- added Mailconfig.check method to check for duplicate domain names
- converted .format() to .format_map() where possible
- switched to yaml multiline dump for dkim_key
- converted dkim_key import from regex to string functions
- automatically unhide/unexclude explicitly specified attributes on dump
- use field order when loading to stabilize import
- fail when using 'hash_password' without 'password'
- fixed logging of dkim_key
- fixed pruning and deleting of lists
- modified error messages
- added debug flag and two verbosity levels
2021-02-19 18:01:02 +01:00
10435114ec updated remarks and docs 2021-02-16 15:36:01 +01:00
68caf50154 new import/export using marshmallow 2021-02-15 00:46:59 +01:00
0a907a744e updated documentation for config-dump 2020-10-24 22:32:08 +02:00
8e14aa80ee documented options and added help text 2020-09-04 12:57:40 +02:00
85de702129 small typo. Change 'omitting' to 'commiting' 2020-08-27 16:10:53 +02:00
3a5a15a5e6 updated documentation and changelog
added some documentation for cli commands config-dump and config-update
2020-08-26 23:23:03 +02:00
a09d166dbf Docs: fix some build warnings
I've noticed some styling / flow errors on the FAQ page on mailu.io.
This was due to short underlining.
Spynx was complaining about this at build time.
2019-08-27 10:34:46 +03:00
616d40d225 Update password in commandline 2019-07-08 10:50:08 +02:00
1dfef1609a add domain cli to docs 2019-02-13 10:53:40 +01:00
bc617cf8ec replace _ with - in cli options 2019-02-13 10:30:08 +01:00
ab33ba2172 Merge remote-tracking branch 'upstream/master' into fix-doc-commands-1 2019-02-13 09:59:56 +01:00
3cfaa00fac Update command for user import
The current example seems to be obsolete.
2019-02-09 15:12:24 +01:00
928b5470d4 fix some cli commands in the docs 2019-01-24 22:49:27 +01:00
5b769e23da Merge branch 'master' into refactor-config 2018-11-08 21:43:05 +01:00
30716b8bdf Update docs with the new flask command 2018-11-08 21:35:41 +01:00
fd3a944850 fix typo in doc 2018-10-25 13:04:40 +02:00
a453df3503 Update cli.rst 2018-03-05 21:17:24 +01:00
fcf9515bff Fix the rst syntax for most documentation 2017-11-02 20:05:12 +01:00