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 a year ago
- asked a year ago
- asked 3 years ago
