Commit graph

1641 commits

Author SHA1 Message Date
Julien Rabier
9c1eca8d4a fix destination concurrency
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).
2020-06-18 15:12:32 +02:00
Alexandre Aubin
5e877449ed Set sury default pinning to 600 2020-06-06 02:00:38 +02:00
Éric Gaspar
3b1a67d963 Update data/helpers.d/nodejs
Co-authored-by: Kayou <pierre@kayou.io>
2020-06-06 02:00:38 +02:00
Éric Gaspar
f0c9f612af Update data/helpers.d/nodejs
Co-authored-by: Kayou <pierre@kayou.io>
2020-06-06 02:00:38 +02:00
ericgaspar
6e2e9b830d add n_version variable 2020-06-06 02:00:38 +02:00
ericgaspar
9c11570926 fix stupid mistake 2020-06-06 02:00:38 +02:00
ericgaspar
9810ccbf99 Update nodejs 2020-06-06 02:00:38 +02:00
ericgaspar
d30ec3953a Update n to upstream version (6.5.1) 2020-06-06 02:00:38 +02:00
Alexandre Aubin
5dfa45518d More accurate grep to avoid mistakenly grepping commented lines... 2020-06-06 02:00:38 +02:00
Alexandre Aubin
33fc9d78d2 Make sure to propagate change in slapd systemd conf during initial install 2020-06-06 02:00:38 +02:00
Alexandre Aubin
35dc0e797a Propagate location change for ffdhe2048.pem 2020-06-06 02:00:38 +02:00
Alexandre Aubin
daed21c975 Rename dh2048.pem to ffdhe2048.pem 2020-06-06 02:00:38 +02:00
Alexandre Aubin
ea43f68552 Add comments about where the DH param comes from 2020-06-06 02:00:38 +02:00
SohKa
d00261d7a5 Add pre-defined DHE group and set up Nginx to use it 2020-06-06 02:00:38 +02:00
yalh76
f0e204bcd3 Change to be consistent with mysql helper 2020-06-04 02:28:20 +02:00
Alexandre Aubin
55036fad2c Calling ynh_print_err in case of error didn't work, and we probably want a ynh_die here 2020-06-04 01:18:52 +02:00
Alexandre Aubin
3d66eaec01 Retry wget on non-critical failures to try to avoid tmp dns issues 2020-06-04 00:48:18 +02:00
Alexandre Aubin
ca89607d9d Make sure to stop the old mysql and that mariadb is started 2020-06-03 23:38:59 +02:00
Alexandre Aubin
03432349d7 Add -o Acquire::Retries=3 to fix some stupid issues happening sometimes 2020-06-03 19:29:32 +02:00
Alexandre Aubin
b52f5bc182
Merge pull request #1001 from YunoHost/fix_add_fpm_restore
Fix ynh_add_fpm_config with template in restore
2020-06-03 16:32:59 +02:00
Alexandre Aubin
e24191ce64 Make sure mysql is an alias to mariadb 2020-06-02 17:00:52 +02:00
Alexandre Aubin
852cd14c4b
Force external resolution for reverse DNS dig 2020-06-02 16:48:19 +02:00
Alexandre Aubin
17eec25ed2 Buuuurn glances 2020-05-28 20:48:01 +02:00
JimboJoe
94cecf682d
Update data/helpers.d/php
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2020-05-28 07:15:46 +02:00
Alexandre Aubin
d056954aed
Merge pull request #1006 from YunoHost/fix-sury-v99999
Fix sury v99999
2020-05-28 00:15:49 +02:00
Alexandre Aubin
5e4484ddcc
Merge pull request #1008 from larchange/stretch-unstable
Add logging and persistent as default config for new muc room
2020-05-27 23:54:43 +02:00
Alexandre Aubin
b3db4d92fc Bump server_names_hash_bucket_size to 128 to avoid nginx exploding for stupid reasons 2020-05-27 17:10:39 +02:00
Gabriel
a2b85b7523 Add logging and persistent as default config for new muc room 2020-05-26 19:07:09 +01:00
Kay0u
a64dfd5676
A better Pin for sury 2020-05-26 18:17:49 +02:00
Kay0u
6b7f299dc6
Revert "Ugly hack to workaround sury pinning issues when installing dependencies"
This reverts commit fc30d82df5.
2020-05-26 18:12:07 +02:00
Alexandre Aubin
8b169f138c Detect dyndns-domains managed by yunohost and advice to use yunohost dyndns update --force 2020-05-26 00:32:53 +02:00
Alexandre Aubin
5a3b382fc9 Flag old etckeeper.conf as 'should not exist' in regenconf 2020-05-26 00:11:16 +02:00
Alexandre Aubin
dc2214953d Bigger time window for auto diagnosis to avoid server overload 2020-05-25 00:22:28 +02:00
Jimmy Monin
10d33d5753 Fix ynh_add_fpm_config with template in restore 2020-05-24 15:16:07 +02:00
Alexandre Aubin
6637c8a84d Tell systemctl to stfu about creating symlinks when enabling/disabling services 2020-05-23 13:52:08 +02:00
Kay0u
b6ced38314
Merge branch 'stretch-unstable' of https://github.com/YunoHost/yunohost into stretch-unstable 2020-05-22 21:05:23 +02:00
Kay0u
85f1802ec9
[fix] empty services.yml file 2020-05-22 21:05:19 +02:00
Alexandre Aubin
33667d7b1a
Merge pull request #998 from YunoHost/psql-ynh_psql_setup_db-password
Do not create a new password if the user already exists
2020-05-22 17:43:05 +02:00
Alexandre Aubin
2a631fa23d We don't need those color codes... and warnings are already warnings... 2020-05-22 13:59:28 +02:00
Alexandre Aubin
bdbf1822c7 Add --quiet, otherwise lines like -- Logs being will be thought as an arg by getopts 2020-05-22 13:56:50 +02:00
Alexandre Aubin
2bcfb5a15a Don't display the hostname when calling journalctl, this takes horizontal space for nothing 2020-05-22 13:40:53 +02:00
Kayou
bb8c7ebb6a
Do not create a new password if the user already exists 2020-05-22 13:39:46 +02:00
Alexandre Aubin
1f1b233839 Use a .get() here to avoid crashing if key doesn't exist 2020-05-22 13:28:38 +02:00
Julien Rabier
f0356782d5
fix v6 detection when using wg-quick
and probably other weird routing setups
2020-05-21 15:54:14 +00:00
Kay0u
7ad9fbd5b9
[fix] helper doc 2020-05-20 15:21:46 +02:00
Alexandre Aubin
ea43b46352
Merge pull request #994 from YunoHost/ugly-hack-for-stupid-sury-issues
Ugly hack to workaround sury pinning issues when installing dependencies
2020-05-19 23:01:27 +02:00
Alexandre Aubin
dd3dd9569a
Merge pull request #993 from YunoHost/rework-postgresql-first-time-helper
[fix] Rework ynh_psql_test_if_first_run
2020-05-19 20:07:03 +02:00
Alexandre Aubin
94ea826518 Most of the time there's no .ini file and it still displays an info about the file not existing when attempting to remove it 2020-05-18 01:31:37 +02:00
Alexandre Aubin
fc30d82df5 Ugly hack to workaround sury pinning issues when installing dependencies 2020-05-18 00:41:05 +02:00
Alexandre Aubin
2d2b3e6bb6 Rework ynh_psql_test_if_first_run 2020-05-17 04:22:44 +02:00