▲ | bsder 4 days ago | ||||||||||||||||||||||
> I didn't want to actually host my own mail stack Is there a way to only host the receive portion? I'm happy to pay someone to handle all the idiocy around sending email and getting it through Google and Microsoft, but I'd really like to hold my emails myself. | |||||||||||||||||||||||
▲ | pja 4 days ago | parent | next [-] | ||||||||||||||||||||||
> > I didn't want to actually host my own mail stack > > Is there a way to only host the receive portion? > > I'm happy to pay someone to handle all the idiocy around sending email and getting it through Google and Microsoft, but I'd really like to hold my emails myself. Sure. Set your MX to your own SMTP server but pay a mail delivery service to send your emails & use their SMTP servers as your outgoing server. You'll have to setup SPF & DKIM appropriately of course. It's not trivial to do this, but it should be possible. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | stavros 4 days ago | parent | prev | next [-] | ||||||||||||||||||||||
If you have your own domain, you can do whatever you want (including splitting sending and receiving). | |||||||||||||||||||||||
▲ | jjav 3 days ago | parent | prev | next [-] | ||||||||||||||||||||||
> Is there a way to only host the receive portion? Sure. Set up your email server and have DNS of your domain point the MX record at it so you receive all email directly without any third party involvement. Then, set up outgoing email to forward to some third party which handles delivery for you. IIRC there are some free options even, if your outgoing volume is low. That said, my email server handles incoming and outgoing email for a handful of domains for self and family, no problem. | |||||||||||||||||||||||
▲ | ahartmetz 4 days ago | parent | prev | next [-] | ||||||||||||||||||||||
You could use a desktop e-mail client like Thunderbird and include its data in your backups and maybe occasionally export it somewhere in a standard exchange format for e-mail folders. You can even re-upload such local data to another e-email provider if you switch. All of that seems easier than setting up a server to keep your e-mails. | |||||||||||||||||||||||
▲ | tobias3 4 days ago | parent | prev | next [-] | ||||||||||||||||||||||
I use AWS SES. You pay 0.01 cent per e-mail. | |||||||||||||||||||||||
▲ | dmitrygr 4 days ago | parent | prev [-] | ||||||||||||||||||||||
Two email addrs, with your TX email having a Reply-To header pointing to the RX one? | |||||||||||||||||||||||
|