Posted Midday Friday 12/4/24
I'm not sure if my previous post yesterday about mail problems will get posted on the group or not. This supersedes it.
Yesterday I became aware that I couldn't send outgoing email.
I run my own mailserver, and it seems that due to my email addresses being harvested and used in spam, my mailserver's IP address had been blacklisted, so I couldn't send email.
After emailing my ISP and one of the websites that had me listed, I find I can send email again.
This is good. But being able to send email is quite important to me (!), so being unable to do has increased the need to migrate away from my own mail server soon.
So - where to go?
What do I do/need? I have taken advantage of my mailserver's forwarding, so that I can have email addresses like user-suffix@mydomain will all route to user@mydomain, no matter what suffix.
I have no idea of what suffixes I have used over the years. :-(
I'd like to be able to continue that, but if not, it shouldn't reject user-randomsuffix@mydomain and instead route it to a default recipient. Hopefully!
3 main users. For 2 I'd probably like to do a blanket redirect to other email addresses that they mainly use now. e.g. user2@mydomain, and user2-anysuffix@mydomain redirect to user2@gmail
I can probably move the whole domain to a new provider. I don't have a website or FTP. I use VPN to remote in to it, to access machines, but I can probably hack that with a dynamic DNS. So it's mainly email.
Any thoughts please?
Steve
On Fri, Apr 12, 2024 at 12:17:19PM +0100, steve-ALUG@hst.me.uk wrote: [mail woes and requirements]
I use Mythic-Beasts for both hosting and E-Mail. They do E-Mail only but to get more space you need to move to a hosting account, still not expensive though.
Their E-Mail is very flexible and also reasonably easy to configure.
I too run my own (Postfix) SMTP server so my mail is delivered to my dekstop machine by SMTP. I have a 'catchall' account configured at Mythic beasts which I interrogate with a Python script to catch any mis-spellings of my name and such.
On 12 April 2024 12:17:19 BST, steve-ALUG@hst.me.uk wrote:
So - where to go?
What do I do/need? I have taken advantage of my mailserver's forwarding, so that I can have email addresses like user-suffix@mydomain will all route to user@mydomain, no matter what suffix.
I have no idea of what suffixes I have used over the years. :-(
I'd like to be able to continue that, but if not, it shouldn't reject user-randomsuffix@mydomain and instead route it to a default recipient. Hopefully!
3 main users. For 2 I'd probably like to do a blanket redirect to other email addresses that they mainly use now. e.g. user2@mydomain, and user2-anysuffix@mydomain redirect to user2@gmail
It sounds like any provider that can do a catchall mailbox and ideally offers sieve hosting will work. What's the problem? The annoying legwork of checking lots of provider websites?
MJR