mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-13 00:11:05 +01:00
Added some further descriptions concerning issue @see https://github.com/Mailu/Mailu/issues/1719
This commit is contained in:
parent
ce0f4a26dd
commit
54a91a808b
@ -1,6 +1,24 @@
|
|||||||
# role docker-mailu
|
# role docker-mailu
|
||||||
|
|
||||||
## setup
|
## setup
|
||||||
|
### bugs
|
||||||
|
|
||||||
|
#### fetchmail
|
||||||
|
Fetchmail doesn't work with big amounts of data.
|
||||||
|
For further information see this issue: https://github.com/Mailu/Mailu/issues/1719.
|
||||||
|
|
||||||
|
##### deactivation
|
||||||
|
If you have fetchmail installed and want to deinstall it keep in mind to delete all fetched accounts from the administration panel before you delete fetchmail.
|
||||||
|
|
||||||
|
##### security concerns
|
||||||
|
The [german wikipedia tells that there are some security concern with fetchmail](https://de.wikipedia.org/wiki/Fetchmail). If in the future a customer needs to functions of fetchmail, it could be better to write a docker container for [getmail](https://en.wikipedia.org/wiki/Getmail) instead because it should be more secure.
|
||||||
|
|
||||||
|
##### workaround
|
||||||
|
If you need to receive emails from another account this should help:
|
||||||
|
|
||||||
|
- Redirect to your new email account
|
||||||
|
- Export all data from your original account
|
||||||
|
- Import all data from your original account to your new account
|
||||||
|
|
||||||
### delete data
|
### delete data
|
||||||
To delete all volumes and data execute:
|
To delete all volumes and data execute:
|
||||||
|
@ -95,8 +95,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "webdav_data:/data"
|
- "webdav_data:/data"
|
||||||
|
|
||||||
# Deactivated, because service leads to slowing down of nextcloud and mailu webmail
|
# Deactivated, because service leads to slowing down of webservices.
|
||||||
# @see https://github.com/Mailu/Mailu/issues/1719
|
# Checkout the readme.md for more information
|
||||||
# fetchmail:
|
# fetchmail:
|
||||||
# image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}fetchmail:${MAILU_VERSION:-1.8}
|
# image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}fetchmail:${MAILU_VERSION:-1.8}
|
||||||
# restart: always
|
# restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user