1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00
Commit Graph

200 Commits

Author SHA1 Message Date
KiekerJan
67b806b326 merge upstream v62 2023-05-21 11:41:24 +02:00
KiekerJan
3a2d887120 Merge remote-tracking branch 'upstream/main' into mergeupstream 2023-05-21 11:38:19 +02:00
Joshua Tauberer
8b19d15735 Version 62 2023-05-20 08:57:32 -04:00
KiekerJan
95ac1387a3 commit upstream 2023-01-29 13:41:41 +01:00
Joshua Tauberer
6f94412204 v61.1 2023-01-28 11:25:21 -05:00
Joshua Tauberer
5e3e4a2161 v61 2023-01-21 08:20:48 -05:00
KiekerJan
ebc5f06d61 merge upstream 60.1 2022-10-30 23:01:19 +01:00
Joshua Tauberer
3314c4f7de v60.1 2022-10-30 08:18:13 -04:00
KiekerJan
1ce9766204 merge upstream changes to update to ubuntu 2204 2022-09-04 20:52:56 +02:00
Joshua Tauberer
c23dd701f0 Start changelog and instructions updates for version 60 supporting Ubuntu 22.04
To scan for updated apt packages in Ubuntu 22.04, I ran on Ubuntu 18.04 and 22.04 and compared the output:

```
for package in openssl openssh-client haveged pollinate fail2ban ufw bind9 nsd ldnsutils nginx dovecot-core postfix opendkim opendkim-tools opendmarc postgrey spampd razor pyzor dovecot-antispam sqlite3 duplicity certbot munin munin-node php python3; do
  echo -n "$package ";
  dpkg-query --showformat='${Version}' --show $package;
  echo
done
```
2022-07-28 14:42:51 -04:00
Joshua Tauberer
3c3d62ac27 Version 57a 2022-06-19 08:58:09 -04:00
Joshua Tauberer
2aca421415 Version 57 2022-06-12 08:18:42 -04:00
kiekerjan
f91c8cc7e3
Update README.md 2022-05-25 22:51:06 +02:00
kiekerjan
639d1fc77b
Update README.md 2022-05-25 22:48:51 +02:00
KiekerJan
600c07fb47 document bind9 replacement 2022-03-20 22:26:50 +01:00
github@kiekerjan.isdronken.nl
2e23e44582 merge prelim 22.04 changes from upstream 2022-02-16 23:32:30 +01:00
github@kiekerjan.isdronken.nl
686e878af5 merge master 2022-02-02 12:15:22 +01:00
KiekerJan
2f86aa4eee upgraded nextcloud to 22 2022-02-01 21:31:30 +01:00
KiekerJan
59cf51ab30 updated readme 2022-02-01 21:31:30 +01:00
Joshua Tauberer
3a7de051ee Version 56 (January 19, 2022) 2022-01-19 16:59:34 -05:00
github@kiekerjan.isdronken.nl
ded1b55ebd First steps in migrating to dkimpy-milter 2021-12-11 00:54:56 +01:00
kiekerjan
5352668ba4
Update README.md 2021-11-04 00:35:43 +01:00
kiekerjan
ef407db239
Update README.md 2021-10-31 17:29:45 +01:00
github@kiekerjan.isdronken.nl
3ce59172cf remove ignoring MFA for munin 2021-10-19 23:23:49 +02:00
github@kiekerjan.isdronken.nl
eeada2b9b5 merge changes from V55 upstream 2021-10-19 23:07:02 +02:00
Joshua Tauberer
65861c68b7 Version 55 2021-10-18 20:40:51 -04:00
Joshua Tauberer
113b7bd827 Disable SMTPUTF8 in Postfix because Dovecot LMTP doesn't support it and bounces messages that require SMTPUTF8
By not advertising SMTPUTF8 support at the start, senders may opt to transmit recipient internationalized domain names in IDNA form instead, which will be deliverable.

Incoming mail with internationalized domains was probably working prior to our move to Ubuntu 18.04 when postfix's SMTPUTF8 support became enabled by default.

The previous commit is retained because Mail-in-a-Box users might prefer to keep SMTPUTF8 on for outbound mail, if they are not using internationalized domains for email, in which case the previous commit fixes the 'relay access denied' error even if the emails aren't deliverable.
2021-09-24 08:11:36 -04:00
github@kiekerjan.isdronken.nl
42e9a5ae69 update readme 2021-09-03 20:40:53 +02:00
kiekerjan
60adba79a1
Update README.md 2021-08-16 13:15:33 +02:00
kiekerjan
f20a992bcb
Update README.md 2021-08-16 12:22:39 +02:00
KiekerJan
b036b09eb1 update readme 2021-08-16 12:12:20 +02:00
github@kiekerjan.isdronken.nl
ca5fb3c2e0 Merge changes from upstream v0.54 2021-06-20 23:36:54 +02:00
Joshua Tauberer
4cb46ea465 v0.54 2021-06-20 15:50:04 -04:00
github@kiekerjan.isdronken.nl
8048656542 Document dyndns tool and add example cron job 2021-06-05 21:05:49 +02:00
KiekerJan
95712e196b remove chkrootkit,too many false positives 2021-06-05 09:53:07 +02:00
github@kiekerjan.isdronken.nl
97ca4c7f46 update readme 2021-05-26 11:20:45 +02:00
github@kiekerjan.isdronken.nl
45267465b2 update readme 2021-05-24 23:22:50 +02:00
github@kiekerjan.isdronken.nl
544f06b100 document DNS mods and make DNS options configurable per domain 2021-05-19 22:48:21 +02:00
KiekerJan
c9364b7d20 test 2021-05-10 23:36:52 +02:00
github@kiekerjan.isdronken.nl
d1b45945b0 cleanup 2021-05-09 21:47:14 +02:00
KiekerJan
8f4860bc1c merge from master 2021-05-09 12:11:11 +02:00
KiekerJan
cb37c6f2d0 Merge tag 'v0.53a' of https://github.com/mail-in-a-box/mailinabox
v0.53a

Changed the Z-Push download URL.
2021-05-09 11:33:58 +02:00
github@kiekerjan.isdronken.nl
6aec61e4e8 cleanup solr files 2021-05-08 23:43:39 +02:00
Joshua Tauberer
2e7f2835e7 v0.53a 2021-05-08 08:13:37 -04:00
github@kiekerjan.isdronken.nl
e59a8783db update readme 2021-05-02 00:21:44 +02:00
github@kiekerjan.isdronken.nl
c24ca5abd4 include changes from v0.53. Remove some POWER modifications to closer follow original mialinabox 2021-04-13 09:50:23 +02:00
Joshua Tauberer
34569d24a9 v0.53 2021-04-11 12:45:37 -04:00
David Duque
f41eeb37c1
Release v0.52.POWER.0 2021-02-01 02:22:15 +00:00
David Duque
4829e687ff
Merge changes from master 2021-01-31 16:20:15 +00:00
Joshua Tauberer
e81963e585 Remove the instructions for checking that release tags are signed by me since I am not going to do that anymore 2021-01-31 08:47:59 -05:00