Seems like a lot more hassle than using purelymail[0] for $10 a year, which has full Sieve and SpamAssassin and sub-addressing. 0. https://purelymail.com/pricing
Maildog – Hosting email forwarding service on AWS with GitHub Actions
11–20 of 50 posts
Re: Maildog – Hosting email forwarding service on AWS with GitHub Actions
#12Seems like a lot more hassle than using purelymail[0] for $10 a year, which has full Sieve and SpamAssassin and sub-addressing. 0. https://purelymail.com/pricing
This is great! Thank you. There is also https://forwardemail.net/ which is a different service.
Re: Maildog – Hosting email forwarding service on AWS with GitHub Actions
#13Re: Maildog – Hosting email forwarding service on AWS with GitHub Actions
#14neat! I usually just use gsuite + aliases/groups, which includes spam filtering, web console and a lot more. Granted, it's ~$6/mon, doesn't scale to 20,000 email addresses and you have to be cool with Google. There something else I'm missing out on?
Re: Maildog – Hosting email forwarding service on AWS with GitHub Actions
#15This feels like it's pushing the TOS for Github Actions a bit by using it for post deployment, live operations. Like the hourly health check and your dead letter queue scheduler. It made me curious, so I looked at their TOS[1], and they seem somewhat permissive about things like this. Though vague about where/when you cross the line. Like, this seems clear: "should not be used for...any other activity unrelated to th…
Also note that Github will deactivate cron actions if there is no activity in the repo for 60 days. https://github.community/t/do-disabled-scheduled-workflows-r...
(I maintain docker images for gocryptfs & mergerfs - https://github.com/OJFord/docker-gocryptfs https://github.com/OJFord/docker-mergerfs - that check for updates to those respective projects and push an updated image; if there's no new upstream version for a while then I get that email and have to click it to keep it running.)
Re: Maildog – Hosting email forwarding service on AWS with GitHub Actions
#16Re: Maildog – Hosting email forwarding service on AWS with GitHub Actions
#17Re: Maildog – Hosting email forwarding service on AWS with GitHub Actions
#18Re: Maildog – Hosting email forwarding service on AWS with GitHub Actions
#19Re: Maildog – Hosting email forwarding service on AWS with GitHub Actions
#20Taking Amazon SES to production can be a little tricky, I think I am talking to robots with templated messages. Maybe I don't have luck or didn't explain myself well enough.