talent_deprived@alien.topBtoSelf-Hosted Main@selfhosted.forum•Is there a selfhosted webmail client or solution that downloads and stores emails locally?English
1·
1 year agoYou could do what I did and move the mail server to a local machine or VM then use Wireguard on the VPS which tells iptables to route incoming mail traffic ports to the now local mail server. Then you can use as much space as you want.
“The SMTP protocol is very resilient in design. Most modern MTAs will attempt to resend a message every 4 hours for up to 5 days though this is configurable by the particular systems admin there is usually very little need to change from this.”
Then make sure your server is configured well so it doesn’t get a bad rep: https://www.linuxbabe.com/mail-server/setup-basic-postfix-mail-sever-ubuntu by setting up SPF, DKIM and DMARC.