r/stalwartlabs

Docker Stalwart not reachable (Error 521) over URL behind Zoraxy

I did setup Stalwart like this:

~$ mkdir /home/myuser/docker/stalwart

~$ nano /home/myuser/docker/stalwart/docker-compose.yaml
services:

  stalwart:
    image: stalwartlabs/stalwart:latest
    container_name: stalwart
    restart: unless-stopped
    ports:
      - 8443:443
      - 8008:8080
      - 25:25
      - 587:587
      - 465:465
      - 143:143
      - 993:993
      - 4190:4190
      - 110:110
      - 995:995
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - /etc/localtime:/etc/localtime:ro
      - stalwart-etc:/etc/stalwart
      - stalwart-data:/var/lib/stalwart
    environment:
      - STALWART_PUBLIC_URL=stalwart.mysubdomain.mydomain.net
    networks:
      zoraxynet:

volumes:
  stalwart-etc:
  stalwart-data:

networks:
  zoraxynet:
    external: true

But I get error 521 not reachable with my url.
Calling it by myip:8008 it works.

All my other docker stuff is working with the Zoraxy reverse proxy.

Also I see:

>Window.fetch: http://myip:8008Stalwart.mysubdomain.mydomain.net/jmap/ is not a valid URL.

when I login to Stalwart.

reddit.com
u/MrGlasspoole — 1 day ago

Why Stalwart 0.16 UI is so bad ?

New Accounts/Alias layout is so shit beyond repair

Why on earth you can't make a simple table to display them compact but instead requiring each alias the whole form with multiple input fields ?

reddit.com
u/btc_maxi100 — 2 days ago

send as

I'm a new convert from mailcow so this may be a dumb question. Is there an easy way to allow a user (me as the domain catchall mailbox) to send as any address on any domain in use for stalwart? I tried adding a wildcard alias to the catchall mailbox (*@domain.com) and this doesn't appear to work, I have to manually add the alias(es) I want to send from before stalwart allows me to send the e-mail.

example: send as user2@domain1.com from user1@domain1.com or any user on domain1.com. I also want to be able to send as any user on any other domains I have configured in stalwart (ie send as user1@domain2.com from user1@domain1.com and on and on for every domain)

I'm using betterbird as an e-mail client if that matters.

Thanks in advance!

reddit.com
u/Dry_Doctor_5658 — 5 days ago
▲ 12 r/stalwartlabs+6 crossposts

BigConfig is now Colors

I have renamed BigConfig to Colors. The goal is still to fix DevOps but it was such big improvement over the original version that I have decided to change name. The gist is that you give your agent new skills to create a personal Paas, a K8s cluster, or any piece of infrastructure. The desired state is in YML and every package contains code in Clojure, Python, and TypeScript to reconcile your infrastructure with the desired state. Every codebase has also a SKILL.md so that you can delegate everything to your agent. Any feedback is welcome.

https://www.getcolors.ai

u/amiorin — 5 days ago