Hello friends,
I have a new annoying problem: I get mass of spam mail from my own public mail address. Now I am thinking about a strategy and a technical implementation to prevent it for me and I want to discuss here.
I don’t even want to imagine how many people receive spam mails from me and are annoyed about me. Only the fewest will be able to analyze the mail header. That’s the really angering thing, but it’s impossible to get rid of it.
If I analyze the mail header I get such information like:
Delivered-To: myVHOSTdomain_marko_dargel@mySYSTEMdomain.de
Received: from srv01.mySYSTEMdomain.de
by srv01.mySYSTEMdomain.de with LMTP id oJH1qebigtrwAAr2bkHA
for myVHOSTdomain_marko_dargel@mySYSTEMdomain.de; Sun, 25 Apr 2021 14:11:19 +0200
Received: from d716.319papago.idv.tw (adsfsdf-i40p.northeurope.cloudapp.azure.com [23.102.2.134])
by srv01.mySYSTEMdomain.de (Postfix) with ESMTP id 3A1698103FEC
for marko.dargel@myVHOSTdomain.de; Sun, 25 Apr 2021 14:11:13 +0200 (CEST)
To: marko.dargel@myVHOSTdomain.de
From: “Marko Dargel” marko.dargel@myVHOSTdomain.de
That means for me, anybody uses my public mail address to send spam, but not from my server. So the sender address was faked. Basically, I have to be thankful to the spammer that he is so stupid to take me as the addressee, since I became aware of the problem in the first place.
-
My current mail architecture:
1.1 I use a registered domain for operating my Nethserver, called here:mySYSTEMdomain.de
and a Nethserver account withmarko
Obligatory I also have a mail account withmarko@mySYSTEMdomain.de
1.2 I have some vhosts with different domain addresses, called here:myVHOSTdomain.de
and a corresponding Nethserver accountmyVHOSTdomain_marko_dargel
1.3 In Nethserver mail I have configured…- a vhost with a domain name:
myVHOSTdomain.de
- a mail domain:
myVHOSTdomain.de
- a Nethserver account:
myVHOSTdomain_marko_dargel
- a mail box:
myVHOSTdomain_marko_dargel@mySYSTEMdomain.de
- a mail adress:
VHOSTdomain_marko_dargel@mySYSTEMdomain.de
(internal/orange colored and destinationmyVHOSTdomain_marko_dargel
) - a mail adress:
marko.dargel@myVHOSTdomain.de
(external/blue colored and destinationmyVHOSTdomain_marko_dargel
) >> this one is used by spammers
1.4 my mail clients are receiving mails frommyVHOSTdomain_marko_dargel@mySYSTEMdomain.de
and the corresponding aliasmarko.dargel@myVHOSTdomain.de
- a vhost with a domain name:
-
my plan
I need to change my mail address used for registration purposesmarko.dargel@myVHOSTdomain.de
on my accounts like on Facebook, LinkedIn, Amazon and so on. I plan to substitute my currently used address with unique addresses likemarko.dargel.<random number>@myVHOSTdomain.de
. This mail address I have to create in Nethserver and to redirect to my account/mail boxmyVHOSTdomain_marko_dargel
.
In the future, when I get spam frommarko.dargel.[random number]@myVHOSTdomain.de
, I can identify which company had a case of data riches and had given my mail address to spammers.
My current mail addressmarko.dargel@myVHOSTdomain.de
gets deactivated and never used in future
My main communication partners will get a new private mail address, which I will never use again for registration with online portals or companies.
At the same time I will announce on my blog with an article that my current address will be deactivated and mails sent to me will no longer be delivered. Via a form affected persons can get a new mail address to be able to reach me by mail.
The effort involved is of course daunting at first, as I really have a lot of registrations with the address.
And of course, my current mail address will not be able to be removed from the world and deprived of the spammers. I am really sorry for the addressees who will continue to receive spam supposed from me in the future.
- questions to discuss
3.1 What are your basic thoughts about my plan? Do you have different suggestions?
3.2. In exceptional cases, how is it possible to communicate in an uncomplicated way with the company concerned (for example, in the case of support) via the new registered unique mail addressmarko.dargel.[random number]@myVHOSTdomain.de
?
3.3. Does the sending of spam mails with my (faked) mail address not only affect my own reputation with the harassed people but also my mail server, even if it was not physically used for sending?
Sincerely, Marko