From the main project page, it mentions it has typical alias support: >Email aliases, mailing lists, subaddressing and catch-all addresses support. Another feature that would be nice to have built-in is masked hide-my-email aliases for privacy like the cloaked email services from iCloud, FastMail, SimpleLogin, Cloudflare email routing, etc.[1] For now, I use the typical aliases addresses in Dovecot but it doesn't hid…
Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
61–70 of 70 posts
Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#62Now I am able to send reliably to Gmail, and semi-reliably to Outlook.
My mail volumes are very low however. I just setup this as my SMTP server just for the heck of it.
Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#63Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#64How does the directory management ui work with an external directory, say LDAP? I've been looking at both Stalwart and Kanidm, I suspect they would be a good pairing. https://kanidm.com/
ldap is currently a second citizen in stalwart tho so there are rough edges and missing features. But the basics are there
Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#65From the main project page, it mentions it has typical alias support: >Email aliases, mailing lists, subaddressing and catch-all addresses support. Another feature that would be nice to have built-in is masked hide-my-email aliases for privacy like the cloaked email services from iCloud, FastMail, SimpleLogin, Cloudflare email routing, etc.[1] For now, I use the typical aliases addresses in Dovecot but it doesn't hid…
* generates a random email
* asks for an optional description
* inserts new email to the database
* adds an entry to postgrey whitelist
* emails me the address and description (so I can search the email address later in my inbox if necessary)
Works a treat for me, but not something my family can use.
Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#66Earlier quoted context omitted.
Roll your own with Amazon SES. Bang up a little script and call the CLI. for recipient in "${recipients[@]}"; do aws sesv2 send-email \ --from-email-address "$sender" \ --destination "ToAddresses=$recipient" \ --content "Simple={Subject={Data='$subject',Charset='UTF-8'},Body={Text={Data='$body',Charset='UTF-8'}}}" \ --region "$region" done I got that script from their website. Should be easy enough to knock something…
In my experience, it’s extremely difficult to get out of the SES sandbox, for what I presume is if your account/org is under a certain amount of spend with them. While basically free under a certain amount of usage, the gatekeeping there does make the idea of self-hosting your email free/cheaply sort of a nonstarter for indie devs. For context, getting out of the sandbox at every org I worked at was essentially a sin…
Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#67From the main project page, it mentions it has typical alias support: >Email aliases, mailing lists, subaddressing and catch-all addresses support. Another feature that would be nice to have built-in is masked hide-my-email aliases for privacy like the cloaked email services from iCloud, FastMail, SimpleLogin, Cloudflare email routing, etc.[1] For now, I use the typical aliases addresses in Dovecot but it doesn't hid…
The project name escapes me, but there was a python project that generated email addresses with a hmac, and rejected invalid addresses (some-prefix-c679ba1@example.com). I think it came out a little before the rise of grey listing.
Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#68Earlier quoted context omitted.
Thanks! Wdym by warm up your ips? How does mailreach relate to the setup?
What email warming services do is they create activity between your server and hundreds of email accounts they manage on major ISPs and they make sure to click on "not spam" if it falls under spam, and try to bring your emails to the main inbox. It's a bit of a grey area thing in fairness.
Trying to game the system is frowned upon in all cases.
Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#69It's interesting how there is now * Maddy: https://github.com/foxcpp/maddy * Mox: https://github.com/mjl-/mox * and Stalwart which all see to aim for more or less the same niche. I wonder if we'll see two of those merge eventually.
Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#70It's interesting how there is now * Maddy: https://github.com/foxcpp/maddy * Mox: https://github.com/mjl-/mox * and Stalwart which all see to aim for more or less the same niche. I wonder if we'll see two of those merge eventually.
Only Stalwart supports JMAP, which imo is the future of mail/calendar/contacts client-server communication. https://jmap.io/
My Maildirs "justed worked" though, and have been moved across dozens of servers - not to mention worked in so many different filesystems - over the years.