Commit Graph

  • d6e599819d Merge branch 'jammyjellyfish2204-gunicorn' into jammyjellyfish2204-everything Steve Hay 2022-09-06 14:21:04 -0400
  • 907aa4e41a Tell systemd not to ignore the SIGPIPE caused by tr termination. Steve Hay 2022-09-06 14:20:50 -0400
  • 13953a96f3 Merge branch 'jammyjellyfish2204-gunicorn' into jammyjellyfish2204-everything Steve Hay 2022-09-06 13:58:06 -0400
  • 722ae510a0 two threads on gunicorn, which could help if one call is blocking for a bit. Steve Hay 2022-09-06 13:57:49 -0400
  • 092b943d5f Merge branch 'jammyjellyfish2204-gunicorn' into jammyjellyfish2204-everything Steve Hay 2022-09-06 13:49:24 -0400
  • 15f1c50183 fixed cleanup Steve Hay 2022-09-06 13:49:12 -0400
  • 53ebc24f00 Merge branch 'jammyjellyfish2204-gunicorn' into jammyjellyfish2204-everything Steve Hay 2022-09-06 13:44:57 -0400
  • 9ab2cfe605 swapped out ExpiringDict with Flask session -- may allow multiple workers Steve Hay 2022-09-06 13:44:33 -0400
  • cbf6a0498f Merge remote-tracking branch 'kiekerjan/updateRoundcube' into jammyjellyfish2204-everything Steve Hay 2022-09-05 22:42:03 -0400
  • 9734cd92cc Merge branch 'jammyjellyfish2204-upgrade_boto3_asyncio' into jammyjellyfish2204-everything Steve Hay 2022-09-05 21:11:03 -0400
  • 9bd61e2b4f Merge branch 'jammyjellyfish2204-dovecot_ssl' into jammyjellyfish2204-everything Steve Hay 2022-09-05 21:10:30 -0400
  • 0732866a2d changed back to 1 gunicorn worker. Steve Hay 2022-09-05 20:45:34 -0400
  • 8fdd11d4c6 read the key into the auth object Steve Hay 2022-09-05 20:25:59 -0400
  • ec1641e6a5 removing offending braces Steve Hay 2022-09-05 20:19:39 -0400
  • f2227de85a Trying to create the api key before launch so multiple workers do not conflict Steve Hay 2022-09-05 20:18:09 -0400
  • b7b334ac0b tweaked the PYTHONPATH to allow wsgi to be found. Steve Hay 2022-09-05 19:45:28 -0400
  • 1d86202b6f trying 1 gunicorn worker Steve Hay 2022-09-05 19:36:47 -0400
  • 47f5fb17f4 updated dovecot to allow DH and updated ciphers in nginx and postfix as well Steve Hay 2022-09-05 19:25:20 -0400
  • 5aab1deeec still doesnt work Steve Hay 2022-09-05 18:56:39 -0400
  • 58dde1ce23 launching from the same directory as before the change Steve Hay 2022-09-05 17:46:59 -0400
  • 91cf713da0 added utils import Steve Hay 2022-09-05 17:32:31 -0400
  • 9457811bec need to install gunicorn! Steve Hay 2022-09-05 17:28:03 -0400
  • af54696b62 first attempt Steve Hay 2022-09-05 17:21:46 -0400
  • 66e157d274 updated cipher list to mozilla recommendations and forced use of DHE. Steve Hay 2022-09-05 16:07:48 -0400
  • 8c1a7b7735 reverting parts of the patch accidentally changed from original. addressing Prefix=path. Steve Hay 2022-09-05 14:48:20 -0400
  • 290b6bd7bd port boto to boto3 and fix asyncio issue Steve Hay 2022-09-04 14:28:56 -0400
  • a8aa3675bc add postfix aggressive jail KiekerJan 2022-09-04 20:57:50 +0200
  • 1ce9766204 merge upstream changes to update to ubuntu 2204 KiekerJan 2022-09-04 20:52:56 +0200
  • 91fc74b408 Setup fixes for Ubuntu 22.04 Joshua Tauberer 2022-09-03 07:50:36 -0400
  • 55da363b25 shellcheck improvements Jaroslaw Wencel 2022-08-28 22:34:07 +0200
  • f63eedaf82 NextClous&Webmail features to be disabled and shellcheck findings Jaroslaw Wencel 2022-08-28 09:44:45 +0200
  • 88f521d697
    Merge ae96f6f5e6 into d7244ed920 Md. Ishtiaq Ashiq 2022-08-27 16:12:15 +0900
  • 46eb2fe983
    Merge f7a0378fd1 into d7244ed920 Reza Jelveh 2022-08-27 16:12:08 +0900
  • 7aa9a5312b
    Merge b66ed47a96 into d7244ed920 Ryan Tharp 2022-08-26 11:41:36 +0200
  • 197a142043 check returned nameserver values KiekerJan 2022-08-26 11:34:18 +0200
  • b051137f36 more resilient nameserver usage in query dns KiekerJan 2022-08-26 11:29:23 +0200
  • 99a1ed399f
    Merge 4170750743 into d7244ed920 François Deppierraz 2022-08-24 20:14:29 +0200
  • 5e309c1250 update roundcube KiekerJan 2022-08-20 00:04:09 +0200
  • 0058583913 update roundcube email to 1.6, update plugins and add logrotate entry KiekerJan 2022-08-19 19:59:38 +0200
  • d7244ed920
    Fixes #2149 Append ; in policy strings for DMARC settings (#2151) Sudheesh Singanamalla 2022-08-19 18:23:42 +0100
  • c004a8d6cb
    Fixes #2149 Append ; in policy strings for DMARC settings Sudheesh Singanamalla 2022-08-13 16:41:31 +0100
  • e0c0b5053c Upgrade Nextcloud External User Backend to v3.0.0 David Duque 2022-04-27 23:22:55 +0100
  • 268b31685d Ensure STORAGE_ROOT has a+rx permission since processes run by different system users need to access files within it Joshua Tauberer 2022-07-28 13:20:49 -0400
  • ab71abbc7c Update to latest cryptography Python package, add missing source at top of management.sh so it can run standalone (needs STORAGE_ROOT) Joshua Tauberer 2022-06-19 06:48:55 -0400
  • 87e6df9e28 Fix roundcube dependency missing imap and unneeded ldap Joshua Tauberer 2022-06-19 06:47:23 -0400
  • 558f2db31f system.sh: Remove no longer needed haveged (#2090) Felix Matouschek 2022-06-05 15:38:56 +0200
  • c23dd701f0 Start changelog and instructions updates for version 60 supporting Ubuntu 22.04 Joshua Tauberer 2022-01-09 10:39:29 -0500
  • 0a7b9d5089 Update dovecot, spampd settings for Ubuntu 22.04 Joshua Tauberer 2022-01-09 10:32:36 -0500
  • 1eddf9a220 Upgrade to Nextcloud 23.0.4 Joshua Tauberer 2022-01-08 19:29:25 -0500
  • 78d71498fa Upgrade from PHP 7.2 to 8.0 for Ubuntu 22.04 Joshua Tauberer 2022-06-19 07:12:02 -0400
  • b41a0ad80e Drop some hacks that we needed for Ubuntu 18.04 Joshua Tauberer 2022-01-08 19:09:30 -0500
  • 78569e9a88 Fix DeprecationWarning in dnspython query vs resolve method Rauno Moisto 2021-07-29 09:49:03 +0300
  • 8cb360fe36 Configure nsd listening interfaces before installing nsd so that it does not interfere with bind9 Daniel Mabbett 2020-04-24 20:37:59 +1000
  • f534a530d4 Update and drop some package and file names for Ubuntu 22.04 Joshua Tauberer 2022-01-08 19:24:41 -0500
  • 2abcafd670 Update Ubuntu version checks from 18.04 to 22.04 Joshua Tauberer 2022-01-08 19:09:11 -0500
  • f8ae130a01 merge upstream KiekerJan 2022-07-20 16:19:13 +0200
  • 18d18366e3 Merge branch 'master' of https://github.com/kiekerjan/mailinabox KiekerJan 2022-07-20 16:15:30 +0200
  • 9c80ce8ff6 backup root is configurable KiekerJan 2022-07-20 16:15:16 +0200
  • 5787f0dfd5 fix access rights of after-backup script KiekerJan 2022-07-03 18:29:08 +0200
  • 800924a213 Tighten roundcube session config downtownallday 2022-06-28 07:46:24 -0400
  • 55fdfb6a07 Fix undefined variable 'val' downtownallday 2022-06-25 12:35:03 -0400
  • d18c490de6 merge upstream jelly branch KiekerJan 2022-06-19 22:39:36 +0200
  • 3c3d62ac27 Version 57a v57a Joshua Tauberer 2022-06-19 08:58:09 -0400
  • a6ae0e6da1 Update to latest cryptography Python package, add missing source at top of management.sh so it can run standalone (needs STORAGE_ROOT) Joshua Tauberer 2022-06-19 06:48:55 -0400
  • 9ef330e6eb Fix roundcube dependency missing imap and unneeded ldap Joshua Tauberer 2022-06-19 06:47:23 -0400
  • b4099f49c3 system.sh: Remove no longer needed haveged (#2090) Felix Matouschek 2022-06-05 15:38:56 +0200
  • cf2018704e Start changelog and instructions updates for version 60 supporting Ubuntu 22.04 Joshua Tauberer 2022-01-09 10:39:29 -0500
  • 3599bbbf2e Update dovecot, spampd settings for Ubuntu 22.04 Joshua Tauberer 2022-01-09 10:32:36 -0500
  • 96bab10b53 Upgrade to Nextcloud 23.0.0 Joshua Tauberer 2022-01-08 19:29:25 -0500
  • 0159347673 Upgrade from PHP 7.2 to 8.0 for Ubuntu 22.04 Joshua Tauberer 2022-06-19 07:12:02 -0400
  • 794d3fb0d8 Drop some hacks that we needed for Ubuntu 18.04 Joshua Tauberer 2022-01-08 19:09:30 -0500
  • 07d850e751 Fix DeprecationWarning in dnspython query vs resolve method Rauno Moisto 2021-07-29 09:49:03 +0300
  • 6160ace29c Configure nsd listening interfaces before installing nsd so that it does not interfere with bind9 Daniel Mabbett 2020-04-24 20:37:59 +1000
  • 8a876e671d Update and drop some package and file names for Ubuntu 22.04 Joshua Tauberer 2022-01-08 19:24:41 -0500
  • 193c36e8a6 Update Ubuntu version checks from 18.04 to 22.04 Joshua Tauberer 2022-01-08 19:09:11 -0500
  • d829d74048 Pin b2sdk to version 1.14.1 in the virtualenv also Joshua Tauberer 2022-06-18 13:13:02 -0400
  • 03ccb632a5
    Merge ef4cb6c465 into 2aca421415 barrybingo 2022-06-17 16:20:06 -0600
  • 727d84004f add configurable backup dir to status checks KiekerJan 2022-06-13 20:25:48 +0200
  • 69e15fa942 merge upstream v57 KiekerJan 2022-06-13 20:07:50 +0200
  • 2aca421415 Version 57 v57 Joshua Tauberer 2022-01-29 07:50:12 -0500
  • 99474b348f Update backup to be compatible with duplicity 0.8.23 Joshua Tauberer 2022-06-11 09:24:45 -0400
  • 8bebaf6a48 Simplify duplicity command line by omitting rsync options if the backup target type is not rsync Joshua Tauberer 2022-06-11 09:23:58 -0400
  • 0a84a54720
    Merge 97abacccc3 into 9004bb6e8e yeah 2022-06-10 16:07:01 +1000
  • c34f0cb814 Merge branch 'jammyjellyfish2204' of https://github.com/mail-in-a-box/mailinabox into patches_to_2204 KiekerJan 2022-06-05 23:58:52 +0200
  • 880be275d6 update nextcloud apps contacts and calendar KiekerJan 2022-06-05 23:58:39 +0200
  • cb87310c73 update contact and calendar nextcloud apps KiekerJan 2022-06-05 23:56:35 +0200
  • 9004bb6e8e
    Add IPV6 addresses to fail2ban ignoreip (#2069) jbandholz 2022-06-05 09:40:54 -0400
  • e7a6626bf7
    system.sh: Remove no longer needed haveged (#2090) Felix Matouschek 2022-06-05 15:38:56 +0200
  • 69d8fdef99
    Specify b2sdk version 1.14.1 (#2125) m-picc 2022-06-05 09:24:32 -0400
  • 0ae206a16e fix depreciation warning KiekerJan 2022-06-03 21:25:58 +0200
  • 02f2a34bcf remove deprecated method call KiekerJan 2022-05-30 19:37:00 +0200
  • f575b1c2a2 add documentation KiekerJan 2022-05-29 11:53:24 +0200
  • c22b1ae034
    Merge 8d9915d59e into eeee712cf3 yeah 2022-05-29 14:48:16 +0900
  • 334df74e49 ensure fail2ban is enabled KiekerJan 2022-05-27 18:12:50 +0200
  • f91c8cc7e3
    Update README.md kiekerjan 2022-05-25 22:51:06 +0200
  • 639d1fc77b
    Update README.md kiekerjan 2022-05-25 22:48:51 +0200
  • c3750426df fix coding error KiekerJan 2022-05-25 22:47:20 +0200
  • f0f3c7a442
    Merge pull request #12 from kiekerjan/master kiekerjan 2022-05-25 22:33:19 +0200
  • 2a6ecd38b3 now really merge 2204 changes KiekerJan 2022-05-25 22:26:08 +0200
  • 6f8242110d merge 2204 specific changes KiekerJan 2022-05-25 13:24:33 +0200