cliffmccarthy
d720b8107d
Don't print echobot link when disabling mail
...
- On a fresh install, if cmdeploy is run the first time with the
--disable-mail option, the echobot invite-link.txt file will not
exist yet.
- Only print the echobot invite link if --disable-mail was not
specified. This fixes the fresh-install error case, and also makes
sense when disabling mail in general, because the echo bot will not
be available at that time.
2025-10-13 21:46:47 +02:00
link2xt
d7f50183ea
feat: setup TURN server
2025-10-10 18:32:32 +00:00
missytake
248603ab0a
cmdeploy: remove colors from cmdeploy init again, hard to test
2025-10-09 23:54:44 +02:00
missytake
123531f1eb
cmdeploy: add --force to cmdeploy init for recreating chatmail.ini
2025-10-09 23:54:44 +02:00
Keonik1
1170adc1d4
cmdeploy: start and enable fcgiwrap
2025-10-08 13:11:02 +02:00
Keonik1
d39076f0d6
cmdeploy: cmdeploy run option to skip DNS checks
2025-10-08 13:07:24 +02:00
Keonik1
65c0bf13f2
cmdeploy: add acme_email config value
2025-10-08 13:06:48 +02:00
link2xt
af272545dd
Restart iroh-relay if the binary is updated
2025-10-05 02:37:23 +00:00
link2xt
7725a73cf5
Ensure that downloaded iroh-relay matches expected SHA-256 sum
...
Previously we only used SHA-256 sum
to check if we need to update the binary.
2025-10-05 02:37:23 +00:00
link2xt
e65311c0df
Update iroh-relay to 0.35.0
2025-10-05 02:37:23 +00:00
missytake
44ab006dca
echobot: restart after postfix + dovecot were started ( #642 )
...
* echobot: restart after postfix + dovecot were started
fix #641
* cmdeploy: restart echobot only if dovecot *and* postfix were restarted
2025-09-25 09:00:26 +02:00
link2xt
c56805211f
Increase maxproc for reinjecting ports from 10 to 100
...
Otherwise under high load filtermail
starts printing "Connection refused" errors to the log.
2025-09-24 16:10:26 +00:00
link2xt
290e80e795
Revert "dovecot: keep mailbox index only in memory ( #632 )"
...
This reverts commit 7bf2dfd62e .
2025-09-22 22:55:57 +00:00
missytake
56fab1b071
CI: fix lint ( #633 )
2025-09-22 12:57:43 +02:00
link2xt
fc65072edb
Allow ports 143 and 993 to be used by dovecot process
2025-09-18 15:26:58 +00:00
missytake
7bf2dfd62e
dovecot: keep mailbox index only in memory ( #632 )
...
Co-authored-by: holger krekel <holger@merlinux.eu >
2025-09-12 09:30:17 +02:00
missytake
abd50e20ed
cmdeploy: suppress SSH login info message
2025-09-11 20:31:03 +02:00
missytake
d6fb38750a
www: make www_folder behavior testable
2025-09-11 19:51:32 +02:00
missytake
3b73457de3
www: introduce www_folder config item
...
fix #529
2025-09-11 19:51:32 +02:00
missytake
ba06a4ff70
cmdeploy: postfix runs on other ports as well, of course
2025-08-29 23:48:54 +02:00
missytake
7fdaffe829
cmdeploy: on Ubuntu, postfix calls its port 25 process 'smtpd'
2025-08-29 23:48:54 +02:00
missytake
73831c74d9
cmdeploy: fix lint
2025-08-27 08:36:33 +02:00
missytake
d8cbe9d6af
cmdeploy: use ports from config for port checking
2025-08-27 08:36:33 +02:00
missytake
a1eeea4632
acmetool: remove unused imports
2025-08-27 08:36:33 +02:00
missytake
a49aa0e655
acmetool: remove outdated systemctl stop nginx
2025-08-27 08:36:33 +02:00
missytake
7e81495b51
cmdeploy: exit if a necessary port is occupied by an unexpected process
2025-08-27 08:36:33 +02:00
missytake
6fde062613
fix lint
2025-08-27 08:35:04 +02:00
missytake
84e0376762
cmdeploy: get SSHExec again, timeout is likely
2025-08-27 08:35:04 +02:00
missytake
d690c22c06
cmdeploy: print echobot link at the end of cmdeploy run
2025-08-27 08:35:04 +02:00
cliffmccarthy
577c04d537
feat: Add try blocks around Git commands in cmdeploy/__init__.py
...
- Added 'try' blocks around the 'git rev-parse' and 'git diff'
commands that are run in deploy_chatmail(). If there is an error
running rev-parse, git_hash is set to "unknown". If there is an
error running diff, git_diff is set to the null string.
- This allows the deployment process work in two scenarios that would
otherwise fail with an exception:
- Systems where the 'git' command is not available.
- When running with a copy of the tree content of chatmail/relay,
but without a copy of the .git directory.
2025-08-08 12:28:29 +02:00
missytake
0ba94dc613
dovecot: set TZ=:/etc/localtime to improve performance
2025-07-09 08:42:25 +02:00
missytake
d379feea4f
dovecot: only install if it isn't installed already
2025-07-08 19:41:19 +00:00
missytake
e82abee1b9
dovecot: fix errors on re-deployment
2025-07-08 19:41:19 +00:00
missytake
94060ff254
dovecot: never redownload the .deb file
2025-07-08 14:01:50 +02:00
missytake
1b5cbfbc3d
dovecot: if architecture isn't supported, install dovecot from apt
2025-07-08 14:01:50 +02:00
missytake
f1dcecaa8f
dovecot: verify checksums when downloading debs
2025-07-08 14:01:50 +02:00
missytake
44f653ccca
dovecot: install other dovecot packages
2025-07-08 14:01:50 +02:00
missytake
6c686da937
dovecot: apt install -f
2025-07-08 14:01:50 +02:00
missytake
387532cfca
dovecot: download deb for correct arch
2025-07-08 14:01:50 +02:00
missytake
68904f8f61
dovecot: detect architecture
2025-07-08 14:01:50 +02:00
missytake
740fe8b146
dovecot: install from download.delta.chat instead of opensuse
2025-07-08 14:01:50 +02:00
missytake
b4122beec4
fix lint
2025-06-29 19:49:49 +02:00
missytake
1596b2517c
tests: test more reliably if port 25 is reachable
2025-06-29 19:49:49 +02:00
missytake
1f5b2e947c
CI: ignore PLC0415 in ruff (imports outside top level)
2025-06-29 19:49:17 +02:00
link2xt
624a33a61e
Use static binary from official mtail release instead of Debian package
...
Debian has outdated version that does not actually work
with logs from stdin. It gets stuck after some time.
2025-06-04 20:56:27 +00:00
link2xt
4b721bfcd4
Reconfigure imap-login to high-performance mode
...
High-security mode could be configured
to handle more connections by increasing process_limit,
but has problems logging in many users at once after
each Dovecot restart or config reload.
2025-06-03 16:30:06 +00:00
link2xt
4a6aa446cd
Increase nginx connection limits
2025-06-02 18:28:57 +00:00
Sandra Snan
e0140bbad5
Remove contains from lua
...
Is this function even doing anything? If so reject PR. I'm still
trying to understand the code.
2025-06-02 18:12:58 +00:00
missytake
6cede707ac
Update cmdeploy/src/cmdeploy/__init__.py
...
Co-authored-by: holger krekel <holger@merlinux.eu >
2025-05-25 09:12:59 +02:00
missytake
30b6df20a9
cmdeploy: upload chatmail/relay version to /etc
2025-05-25 09:12:59 +02:00