Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Addy.io with MxRoute?

Thanks to deals thread, I got MxRoute subscription with plenty of idle VPS and some domains. I was wondering if it would be possible to use Addy.io self hosted with MxRoute subscription?

My aim is to not deal with hassle of hosting my own email server (which MxRoute comes to help) and also use some random aliases (which Addy.io does) to prevent my main email address to get spammed.

Thanks!

Comments

  • blorgedblorged Member
    edited December 2024

    Sounds like it just forwards email, so it’s unrelated, you’d just forward it to whatever email address you set up at mxroute.

    Be aware that if you ever reply to such an email, you lose anonymity.

    Edit: be aware that the most useful place to do spam filtering is at the edge, where you accept mail from ransoms, so using a forwarder like this makes your spam filtering worse (for those addresses). Fine if it’s disposable small-number-of-use addresses, but not great if one of them becomes one you use a lot.

    Thanked by 1barbaros
  • Nice idea, I thought to do the same. I think the point of addy and simplelogin is exactly that, you never use the same one. As soon as you notice the first spam email, you can delete that alias.

  • Do you want disposable email addresses?

    Why not just use MXRoute with a catch-all?

    Say your main account is [email protected]... Create this and then use a catch-all to have all email (*@domain.com) delivered to the [email protected] mailbox.

    Eg. When you sign up for Amazon, you use the email [email protected]. all email sent to this address ends up in your primary mailbox like usual.

    Lets say one day, Amazon gets compromised and your email is spammed hourly...

    Change your Amazon contact email address on their site. Then blackhole any mail sent to the [email protected] address.

    Thanked by 3bdl barbaros vr10
  • I did a similar setup myself, but I'm hosting SimpleLogin instead. The key to this setup is https://www.fetchmail.info/, which can forward your catch-all inbox in MXRoute to your addy.io/SimpleLogin server, or even any SMTP compatible server. I have fetchmail on a cronjob every 30 seconds, which pulls any new emails and sends it to SL - runs perfectly.

    Thanked by 1barbaros
  • @BluBoy said:
    Do you want disposable email addresses?

    Why not just use MXRoute with a catch-all?

    Say your main account is [email protected]... Create this and then use a catch-all to have all email (*@domain.com) delivered to the [email protected] mailbox.

    Eg. When you sign up for Amazon, you use the email [email protected]. all email sent to this address ends up in your primary mailbox like usual.

    Lets say one day, Amazon gets compromised and your email is spammed hourly...

    Change your Amazon contact email address on their site. Then blackhole any mail sent to the [email protected] address.

    Best advice for leveraging their spam filtering. Also if you adopt a pattern to the addresses you use, e.g. always include an underscore or period, then you can set a filter in your mailbox to reject or refile common speculative e-mail with just alphanumerics, e.g. those to accounts@, info@, sales@, jane@, john@, qoytnsvthkgj@ etc. etc.

  • [email protected] in format like this. Than just block all emails to that address in case of spam.

    Thanked by 1barbaros
  • @blorged said:
    Sounds like it just forwards email, so it’s unrelated, you’d just forward it to whatever email address you set up at mxroute.

    Be aware that if you ever reply to such an email, you lose anonymity.

    Not if you do it right. Replies come from the same email alias.

  • I recently moved from Simplelogin self-hosted to Addy self-hosted. Email is relayed through MXRoute. The reason of the switching was

    • Simplelogin docker container doesn't update frequently.
    • Postgress database(I am more familliar with MySQL/MariaDB HA+Backup & everywhere I use MySQL/MariaDB if possible).
    • Simplelogin UI was a bit slow, even though there were plenty of system resources.
    • In Simplelogin setup, I was running postfix on host machine. In Addy, postfix running on docker container.

    In short, I am running Addy using MxRoute as a relay. I switched from SimpleLogin because it was easier to setup, maintain & in case of disaster recovery, it will be lot easy.

  • @Hakim said: In short, I am running Addy using MxRoute as a relay. I switched from SimpleLogin because it was easier to setup, maintain & in case of disaster recovery, it will be lot easy.

    so we can use addy with mxroute and no need to setup all things related to mails right?

  • @seenu said: so we can use addy with mxroute and no need to setup all things related to mails right?

    Still need to receive emails on the server.

  • @Hakim said:

    @seenu said: so we can use addy with mxroute and no need to setup all things related to mails right?

    Still need to receive emails on the server.

    So you need to setup mail server?

  • To the best of my knowledge, MXRoute lacks this functionality in the way it is now native to NameCrane. I'd be curious to know if jar has any interest in building this in. That way, customers could skip the third parties (ie, Addy.io and SimpleLogin) or the hassle of self hosting for aliases.

Sign In or Register to comment.