1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-06-06 18:40:54 +00:00

Commit Graph

  • f8a679b9c2 ensure system hostname is resolvable locally downtownallday 2021-08-23 14:15:18 -0400
  • 71d3b79965 avoid installing php-xsl, which is a virtual package provided by php-xml on github images downtownallday 2021-08-23 13:45:25 -0400
  • bad57e8688 Try running update-alternatives for php 7.2 as before system-setup downtownallday 2021-08-23 13:25:32 -0400
  • d8c52fedc5 Try using nanasess/setup-php action to resolve issue where setup/webmail.sh, which runs the roundcubemail/bin/updatedb.sh script, fails with "Unsupported PHP version. Required PHP >= 5.4 and < 8.0" indicating that PHP >= 8.0 is actually installed! downtownallday 2021-08-23 12:58:42 -0400
  • 5911f05f89 use sudo downtownallday 2021-08-23 12:11:27 -0400
  • c855133c41 fix formatting downtownallday 2021-08-23 12:03:22 -0400
  • 7fd1f0ae31 Initial commit downtownallday 2021-08-23 11:40:22 -0400
  • ba80d9e72d
    Show backup retention period form when configuring B2 backups (#2024) David Duque 2021-08-23 11:25:41 +0100
  • 2d3fb6fbbe
    Show backup retention period form when configuring B2 backups David Duque 2021-08-23 02:25:57 +0100
  • b6fd371615 Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox downtownallday 2021-08-22 16:28:54 -0400
  • a71a58e816
    Re-order DS record algorithms by digest type and revise warning message (#2002) Joshua Tauberer 2021-08-22 14:45:56 -0400
  • 67b5711c68 Recommend that DS records be updated to not use SHA1 and exclude MUST NOT methods (SHA1) and the unlikely option RSASHA1-NSEC3-SHA1 (7) + SHA-384 (4) from the DS record suggestions Joshua Tauberer 2021-08-22 14:43:33 -0400
  • 20ccda8710 Re-order DS record algorithms by digest type and revise warning message. myfirstnameispaul 2021-06-28 05:51:05 -0700
  • 0ba841c7b6
    fail2ban now supports ipv6 (#2015) NewbieOrange 2021-08-23 02:13:58 +0800
  • daad122236
    Ignore bad encoding in email addresses when parsing maillog files (#2017) lamkin 2021-08-16 16:46:32 +0100
  • 60adba79a1
    Update README.md kiekerjan 2021-08-16 13:15:33 +0200
  • f20a992bcb
    Update README.md kiekerjan 2021-08-16 12:22:39 +0200
  • b036b09eb1 update readme KiekerJan 2021-08-16 12:12:20 +0200
  • 19799fd5e6
    Create codeql-analysis.yml kiekerjan 2021-08-16 11:53:31 +0200
  • ea452d5441
    Merge branch 'mail-in-a-box:main' into master kiekerjan 2021-08-16 11:49:46 +0200
  • 2fe239b982 Ignore bad encoding in email addresses when parsing maillog files David Lamkin 2021-08-09 10:53:10 +0100
  • 4764e21387
    fail2ban now supports ipv6 NewbieOrange 2021-08-07 01:10:11 +0800
  • e87290dd42 Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox downtownallday 2021-08-03 05:40:16 -0400
  • 4b260354c2 revert carddav plugin install github@kiekerjan.isdronken.nl 2021-08-02 22:47:42 +0200
  • 75f14a0735 make plugin installation of carddav like other git based installs github@kiekerjan.isdronken.nl 2021-08-02 22:09:04 +0200
  • a3b7878ef4 add contextmenu plugin github@kiekerjan.isdronken.nl 2021-08-02 00:44:47 +0200
  • bd9952704a mute re indexing, could be lots of noise on existing installs github@kiekerjan.isdronken.nl 2021-08-02 00:27:45 +0200
  • cf6eac0d0c add nginx security headers KiekerJan 2021-08-02 00:05:12 +0200
  • 1f35158211 use predefined DHE field groups KiekerJan 2021-08-01 23:09:59 +0200
  • dbf029b399 remove old ciphers from postfix github@kiekerjan.isdronken.nl 2021-08-01 22:49:25 +0200
  • 87be897d36 update DH security to 4096 KiekerJan 2021-08-01 21:52:37 +0200
  • f6450c1cae update obsolete settings KiekerJan 2021-07-31 21:43:25 +0200
  • 104d40e819 add alternative sshd port to ssh jail KiekerJan 2021-07-31 21:42:57 +0200
  • 128541d506 add alternative sshd port to ssh jail KiekerJan 2021-07-31 21:36:38 +0200
  • eddd1050c4 Call /admin/bye on logout NewbieOrange 2021-07-30 01:08:18 +0800
  • 745f2de25f Add /admin/bye route for control panel token invalidation NewbieOrange 2021-07-30 00:05:12 +0800
  • 95923df5c2 fix DeprecationWarning Rauno Moisto 2021-07-29 09:49:03 +0300
  • 21ad26e452
    Disable auto-complete for 2FA code in the control panel login form (#2013) NewbieOrange 2021-07-29 04:39:40 +0800
  • aaf46df039 Always assign token if user does not have a valid one NewbieOrange 2021-07-28 22:43:52 +0800
  • 880a3dc8d4
    Disable auto-complete for 2FA code NewbieOrange 2021-07-28 01:00:32 +0800
  • 41e07e56e9 Make __token_dict private in KeyAuthService NewbieOrange 2021-07-28 00:57:53 +0800
  • aed5a39383 Minor code reformat NewbieOrange 2021-07-28 00:41:27 +0800
  • 405860cac5 Add token authentication for munin routes NewbieOrange 2021-07-28 00:39:48 +0800
  • 41011f8639 Add expiringdict to setup/management.sh install NewbieOrange 2021-07-27 22:21:15 +0800
  • 485ca18f35 Merge branch 'master' of github.com:kiekerjan/mailinabox KiekerJan 2021-07-26 10:05:28 +0200
  • aa360ee0c4 setup home for dovecot user outside ho KiekerJan 2021-07-26 10:05:19 +0200
  • fa66b767af add debugging info to email admin tool KiekerJan 2021-07-26 10:04:35 +0200
  • 75390e11fd cleanup github@kiekerjan.isdronken.nl 2021-07-24 21:19:01 +0200
  • efdd1f2442 initial work on configurable backup folder github@kiekerjan.isdronken.nl 2021-07-19 23:18:39 +0200
  • 1315e02cba mail homes and correct use of STORAGE PATH github@kiekerjan.isdronken.nl 2021-07-19 21:41:50 +0200
  • afe078ce32 remove compression for dovecot github@kiekerjan.isdronken.nl 2021-07-19 21:34:51 +0200
  • 508ac8b0f8 Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox downtownallday 2021-07-18 20:41:37 -0400
  • b20b6c43d2 fixed pip merge issue Rauno Moisto 2021-07-13 15:24:23 +0300
  • 6dc7e6df92 fixed nextcloud file merge issue Rauno Moisto 2021-07-13 15:17:52 +0300
  • 03fe2df0a6 solve conflicts with ubuntu 20 branch Rauno Moisto 2021-07-13 14:47:20 +0300
  • af079a1139 enable compression for dovecot mailboxes KiekerJan 2021-07-04 20:09:29 +0200
  • 3592b6463d add ipv6 localhost to ignore ip list KiekerJan 2021-07-04 20:09:07 +0200
  • f8407a04ac Fixed retry value to 3600 User1000001 2021-06-28 21:39:23 +0200
  • a4ea1f3243 Correcting time in 5 minute script. User1000001 2021-06-28 20:20:35 +0200
  • a732d2d17c
    Merge branch 'mail-in-a-box:main' into spamhaus2spamassassin Paul 2021-06-28 05:40:21 -0700
  • 050c77a49a fix sed order github@kiekerjan.isdronken.nl 2021-06-27 22:14:57 +0200
  • 212b9a31df add definition of admin ipv6 address github@kiekerjan.isdronken.nl 2021-06-27 22:12:15 +0200
  • 402ebf089f Update nextcloud carddav url and roundcube carddav plugin github@kiekerjan.isdronken.nl 2021-06-27 21:47:52 +0200
  • db612e91e5 do not generate dns zonefiles for www only websites with external DNS records KiekerJan 2021-06-25 00:36:12 +0200
  • eb36091d41 syntax error fix KiekerJan 2021-06-24 12:56:18 +0200
  • 4f7957a5ab check presence of dnssec key file before reading it github@kiekerjan.isdronken.nl 2021-06-24 12:47:46 +0200
  • 56f9df738f version recognition KiekerJan 2021-06-23 21:02:21 +0200
  • 606e66fe80 fixes KiekerJan 2021-06-22 23:33:11 +0200
  • 4323b5af01 simple fault catching email admin KiekerJan 2021-06-22 22:50:06 +0200
  • ca5fb3c2e0 Merge changes from upstream v0.54 github@kiekerjan.isdronken.nl 2021-06-20 23:36:54 +0200
  • 4cb46ea465 v0.54 v0.54 Joshua Tauberer 2021-06-20 15:50:04 -0400
  • cc234c2cab add notes app to nextcloud KiekerJan 2021-06-12 09:52:37 +0200
  • 0f09880aa6 add -H option to /bin/chown call in case 'encrypted' is a symbolic link downtownallday 2021-06-07 06:40:05 -0400
  • 8048656542 Document dyndns tool and add example cron job github@kiekerjan.isdronken.nl 2021-06-05 21:05:49 +0200
  • 95712e196b remove chkrootkit,too many false positives KiekerJan 2021-06-05 09:53:07 +0200
  • c488329417 add dyndns tool KiekerJan 2021-06-05 00:30:58 +0200
  • f722eef9d7 remove not belonging data KiekerJan 2021-05-31 23:45:46 +0200
  • 9f7ced57a6 add favicon github@kiekerjan.isdronken.nl 2021-05-31 23:38:35 +0200
  • f8e80f3e57 Merge branch 'master' of https://github.com/kiekerjan/mailinabox github@kiekerjan.isdronken.nl 2021-05-31 23:29:15 +0200
  • b007b74a89 try hide admin links github@kiekerjan.isdronken.nl 2021-05-31 23:29:00 +0200
  • a24c01973f doveadm fts rescan clears the indices, we don't want that KiekerJan 2021-05-30 21:11:47 +0200
  • c25bb085d6
    Merge pull request #3 from kiekerjan/develop-dns-mods kiekerjan 2021-05-29 22:39:31 +0200
  • 5fa27b27e2 make security settings more strict for postfix KiekerJan 2021-05-29 00:18:43 +0200
  • 7ffc87c529 more to ignore for chkrootkit KiekerJan 2021-05-28 23:37:53 +0200
  • 28b828be12 check service on ipv6 if it is not found on ipv4 KiekerJan 2021-05-28 23:36:25 +0200
  • 97ca4c7f46 update readme github@kiekerjan.isdronken.nl 2021-05-26 11:20:45 +0200
  • 45267465b2 update readme github@kiekerjan.isdronken.nl 2021-05-24 23:22:50 +0200
  • 1d96be9ea9 take hidden master dns into account for the status checks github@kiekerjan.isdronken.nl 2021-05-24 21:32:13 +0200
  • d88d7d0371 Merge branch 'develop-dns-mods' of https://github.com/kiekerjan/mailinabox into develop-dns-mods github@kiekerjan.isdronken.nl 2021-05-24 14:24:18 +0200
  • ee87feb571 modify dns TTLs according to recommendations from zonemaster.iis.se github@kiekerjan.isdronken.nl 2021-05-24 14:24:09 +0200
  • e928b915f4 clean strings before comparing KiekerJan 2021-05-23 21:47:37 +0200
  • 6be8ae1e4b correct use of Pyhton Booleans KiekerJan 2021-05-22 18:47:37 +0200
  • eb990194c7 no network check vagrant file KiekerJan 2021-05-20 20:46:13 +0200
  • 544f06b100 document DNS mods and make DNS options configurable per domain github@kiekerjan.isdronken.nl 2021-05-19 22:48:21 +0200
  • a52eb6bfb9 do not check blacklists etc when running vagrant KiekerJan 2021-05-19 22:06:00 +0200
  • 14394ef05b add missing . in nameserver definition github@kiekerjan.isdronken.nl 2021-05-19 22:01:25 +0200
  • 856d94b74f use shorthand for ttl periods, more correct secondary ns list handling github@kiekerjan.isdronken.nl 2021-05-19 21:17:55 +0200
  • b9e7175d9f add principal functionality to act as hidden master github@kiekerjan.isdronken.nl 2021-05-18 22:51:29 +0200
  • 8b13a3b177 short TTL for DNS entries if config file set github@kiekerjan.isdronken.nl 2021-05-18 13:28:09 +0200
  • 61e4eb6436 Merge branch 'master' of github.com:kiekerjan/mailinabox KiekerJan 2021-05-18 13:04:05 +0200