holger krekel
73d8e01452
don't print a traceback but do a proper return code for "cmdeploy test"
2023-12-11 15:52:12 +01:00
holger krekel
15e5573ab4
address nami comment
2023-12-11 15:52:12 +01:00
holger krekel
5fb7833677
add status command and delete last script
2023-12-11 15:52:12 +01:00
holger krekel
587d8142d2
some more housekeeping
2023-12-11 15:52:12 +01:00
holger krekel
a6d24b3af7
introduce "cmdeploy bench"
2023-12-11 15:52:12 +01:00
holger krekel
d730af2e69
cleanup
2023-12-11 15:52:12 +01:00
holger krekel
99b1e18b0a
generate dns zone file via cmdeploy
2023-12-11 15:52:12 +01:00
holger krekel
6012039c56
add dns command beginning
2023-12-11 15:52:12 +01:00
holger krekel
f388e86287
make cmdeploy test work
2023-12-11 15:52:12 +01:00
holger krekel
d3ca037ebf
snap
2023-12-11 15:52:12 +01:00
holger krekel
6bffb5470d
add webdev sub command
2023-12-11 15:52:12 +01:00
holger krekel
81c4a6170f
making it work
2023-12-11 15:52:12 +01:00
holger krekel
6285283b02
rework UI for chatmail setup
2023-12-11 15:52:12 +01:00
holger krekel
1b1f9365c9
various fixes
2023-12-11 15:52:12 +01:00
holger krekel
652b9688d3
deploy chatmaild in a virtualenv to make it easier to add dependencies
2023-12-08 21:55:18 +01:00
holger krekel
7eec0ab301
tweak QR code generation
2023-12-08 14:56:48 +01:00
holger krekel
7cb8f90340
create a wwwdev.sh entry point for helping live web design/development ( #92 )
...
* create a wwwdev.sh entry point for developing the web part
* rename script
* fix README
* add a note
* don't depend on deltachat python package
* avoid bailing out on jinja2 errors, and provide file-url for instant clickability
* in webdev mode make page auto-refresh every 3 seconds
2023-12-08 14:32:40 +01:00
holger krekel
c67fb69af2
Parametrized privacy policy, unified and refined nine/non-nine landing pages ( #89 )
...
- move web sources to markdown
- integrate privacy policy template
- create and use chatmail.ini file to driving web-page generation
Co-authored-by: missytake <missytake@systemli.org >
---------
Co-authored-by: missytake <missytake@systemli.org >
2023-12-07 13:52:00 +01:00
holger krekel
75551224b3
revert unneccessary reformatting and unused file
2023-12-05 14:22:42 +01:00
holger krekel
0b8de41da2
put index.html into www/ dir, as it's not config
2023-12-05 14:22:42 +01:00
holger krekel
f9b5783296
streamline text to be less redundant
2023-12-05 14:22:42 +01:00
holger krekel
d3281cc746
Update deploy-chatmail/src/deploy_chatmail/nginx/index.html.j2
...
Co-authored-by: missytake <missytake@systemli.org >
use example config as recommended by fcgiwrap/README.debian
2023-12-05 14:22:42 +01:00
holger krekel
4c7e39c10c
add origin of genqr code
2023-12-05 14:22:42 +01:00
holger krekel
7b3c1d5ab9
streamline index.html
2023-12-05 14:22:42 +01:00
holger krekel
2d5eb86776
make QR code clickable, verified it works on android and desktop
2023-12-05 14:22:42 +01:00
holger krekel
5c9d9a98b3
works
2023-12-05 14:22:42 +01:00
missytake
5eb5c09052
redirect HTTPS traffic to HTTPS. fix #81
2023-11-28 16:40:19 +01:00
missytake
a86e135967
opendkim: correctly specify SigningTable in opendkim.conf
2023-11-26 07:40:25 +01:00
missytake
776bd87888
moved mta-sts-resolver to /usr/local/lib
2023-11-25 00:39:27 +01:00
link2xt
d7683ed3f7
Move ssl_certificate back to http and fix indentation
2023-11-25 00:39:27 +01:00
missytake
0cc9f18468
acmetool: request one TLS cert for all domains
2023-11-25 00:39:27 +01:00
missytake
889e18f803
generate-dns-zone.sh doesn't need to support CHATMAIL_SERVER env var for now, let's assume A/AAAA point to the chatmail server, too
2023-11-25 00:39:27 +01:00
missytake
773b8d1e00
MTA-STS: fixing lint issues
2023-11-25 00:39:27 +01:00
missytake
dca6d35a6f
MTA-STS: adding correct line breaks to config
2023-11-25 00:39:27 +01:00
missytake
d29d2d147b
MTA-STS: the HTTPS route needs to be mta-sts.@ not _mta-sts
2023-11-25 00:39:27 +01:00
missytake
27d135fee7
python3-venv was missing
2023-11-25 00:39:27 +01:00
missytake
ccd7c789f0
postfix: install MTA-STS resolver daemon
2023-11-25 00:39:27 +01:00
missytake
c7625fad81
DNS: distinguish between mail_server and mail_domain
2023-11-25 00:39:27 +01:00
missytake
5305dfab12
Added MTA-STS records and .well-known file
2023-11-25 00:39:27 +01:00
holger krekel
e7c9992fdc
it's unclear what this limit really means -- with ipv6 one can easily create lots of IP addresses anyway
2023-11-20 22:54:15 +01:00
holger krekel
a9d43c42f4
- tune down logging for filtermail
...
- allow higher smtp connection limit
2023-11-20 22:54:15 +01:00
missytake
af90d0a7de
rename doveauth-dictproxy to doveauth
2023-11-15 15:00:27 +01:00
link2xt
e4009854dc
Add NOTIFY capability
...
Delta Chat does not use it now,
but should: <https://github.com/deltachat/deltachat-core-rust/issues/4983 >
Having no capability will confuse whoever develops it.
2023-11-12 20:41:29 +01:00
missytake
40a88c7fc6
nginx: move config to own directory
2023-11-05 01:32:21 +01:00
holger krekel
8791e7735d
simplify history of nine branch
2023-11-01 23:15:25 +01:00
holger krekel
3a9db729f8
simplify sysctl call
2023-10-31 22:03:03 +01:00
holger krekel
7eb86cba34
increase inotify limits for dovecot
2023-10-31 22:03:03 +01:00
link2xt
5633c0612e
dovecot: increase number of simultaneous connections handled by imap-login
...
Otherwise deltachat core CI running fails with "Connection queue full"
error on IMAP connections.
2023-10-29 19:09:33 +00:00
link2xt
7c5ec1e0df
Add scripts/generate-dns-zone.sh
2023-10-24 21:23:20 +00:00
link2xt
eb69dd58f7
Setup CI
2023-10-20 15:18:17 +02:00