mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
YunoHost is an operating system aiming to simplify as much as possible the administration of a server. This repository corresponds to the core code, written mostly in Python and Bash.
Hi, Postfix has this very peculiar behavior where the target of some config keys changes depending on the value. Here, if `smtp_destination_concurrency_limit` is set to 1, then according to http://www.postfix.org/postconf.5.html#default_destination_concurrency_limit it doesn't mean "1 concurrent mail per domain, but per recipiend address". So, if set to 1, it means we can send any volume of e-mails concurrently (with a 5s delay) if all recipient addresses are different. In order to avoid this, we should increase the value to restore the expected behavior (concurrency per domain, not per recipient). |
||
---|---|---|
.github | ||
bin | ||
data | ||
debian | ||
doc | ||
lib/metronome/modules | ||
locales | ||
sbin | ||
src/yunohost | ||
tests | ||
.gitignore | ||
.gitlab-ci.yml | ||
.travis.yml | ||
CONTRIBUTORS.md | ||
LICENSE | ||
pytest.ini | ||
README.md | ||
setup.cfg | ||
tox.ini |
YunoHost
YunoHost is an operating system aiming to simplify as much as possible the administration of a server.
This repository corresponds to the core code of YunoHost, mainly written in Python and Bash.
Screenshots
Webadmin (Yunohost-Admin) | Single sign-on user portal (SSOwat) |
---|---|
![]() |
![]() |
Contributing
- You can learn how to get started with developing on YunoHost by reading this piece of documentation.
- Come chat with us on the dev chatroom !
- You can help translate YunoHost on our translation platform
License
As other components of YunoHost, this repository is licensed under GNU AGPL v3.