ofthesun9

Results 14 comments of ofthesun9

I have similar issues... I could clear the errors by running (twice) a scrub. It wasn't mandatory to have the scrub competed at 100%: canceling the scrub(s) shortly after starting...

Hello, I did a check on master and thunderbird 68.8 and it is working. I find this in smtp logs: > mailu_smtp.1.exzm4rpqlh9y@rpi4-01 | Jun 23 18:39:58 mail postfix/bounce[1011]: CE10A250DD: sender...

Thanks, It seems that it is not working when the recipient is an alias.

I tried again on my setup, and DSN is working, even when the recipient is an alias. I tried also on test.mailu.io, using roundcube, and this is ok also. I...

I am working on it (branch feature-armbuild) on my repo. My target is to use the travis multiarch capabilities, by adding the following in .travis.yml : ``` arch: - amd64...

I made some good progress with above strategy (using travis to launch two jobs: one on amd and another one on arm in order to build natively the docker images)...

@lakano Did you try to build natively on your odroid ? it is working my raspberry 4 (ubuntu arm64v8), hopefully it is working also your odroid... ``` ubuntu@rpi3-01:~$ cd Mailu/...

Could you try : `docker-compose -f build.yml` instead of `./build_arm.sh` (You need to run this on your odroid directly)

I see two issues here: 1) We have a setting available in the admin panel to enable/disable the antispam (per user). This is what @rwdj would be looking for... But...

When upgrading to ubuntu 22.04 (vmlinuz-5.15.0-37-generic), I noticed that I lost the video output (booting with ACPI only). I still can login, but this is an headless set-up right now...