WhoAmIMailBot is a service to mask your e-mails. It was inspired by Blur, where you can create an alias for your e-mail and use it to signup on applications. The problem with Blur is that all e-mails pass trough their infraestructure and I don’t need/want anybody looking on my e-mails, so I made this project. It is similar to Blur service but runs on your own infraestructure!
How it works?
You will need:
Your VPS will run a postfix that will redirect e-mails using the postfix function of virtual alias (where you can set an e-mail address to redirect all incoming messages to another e-mail), the no-ip domain will be the domain which you’ll use on your alias e-mails and the telegram bot will manage your alias.
Also Read – Versionscan : A PHP Version Scanner For Reporting Possible Vulnerabilities
Installation
git clone https://github.com/mthbernardes/WhoAmIMailBot.git
cd WhoAmIMailBot
docker build -t whoamimailbot .
docker run -d -p 25:25 –name whoamimailbot -v /data/postfix/:/data -e TELEGRAM_BOT_TOKEN=”BOT_TOKEN” -e TELEGRAM_USER_ID=”USER_ID”
You can download the image using the following command:
docker pull btamburi/whoamimailbot
or
docker run -d -p 25:25 –name whoamimailbot -v /data/postfix/:/data -e TELEGRAM_BOT_TOKEN=”BOT_TOKEN” -e TELEGRAM_USER_ID=”USER_I
Environment variables
This image uses environment variables to allow the configuration of some parameteres at run time:
Usage
On your telegram bot you have the follow commands,
Starship is a powerful, minimal, and highly customizable cross-shell prompt designed to enhance the terminal…
Lemmy is an innovative, open-source platform designed for link aggregation and discussion, providing a decentralized…
The latest release of ImHex v1.37.0 introduces a host of exciting features and improvements, enhancing…
Ghauri is a cutting-edge, cross-platform tool designed to automate the detection and exploitation of SQL…
Writing tools have become indispensable for individuals looking to enhance their writing efficiency, accuracy, and…
PatchWerk is a proof-of-concept (PoC) tool designed to clean NTDLL syscall stubs by patching syscall…