1 Answer
- Newest
- Most votes
- Most comments
0
So i found out that this AMI comes with postfix installed and enabled , i did not know postfix is installed by default.
i simply had to disable and stop the service.
I found this by mistake while running some ps aux
commands ,grepping for pids.
what i did was:
sudo systemctl stop postfix
sudo systemctl disable postfix # so that postfix wont reload when my vm restarts
Relevant content
- asked 4 months ago
- asked 4 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago