Sample Header Ad - 728x90

Install Postfix using Mailutils on Ubuntu 19.04 server for sending out mail only

1 vote
3 answers
4088 views
I followed this tutorial: https://computingforgeeks.com/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-ubuntu-18-04-lts/ I'm trying to setup a send only mail from my Ubuntu 19 server. I followed the guide above and tried to install mailutils using:
apt install mailutils
It installed something but I'm not sure what as the mailutils command doesn't work as seen here: enter image description here enter image description here I then installed via the following command:
apt install libmailutils-dev
That worked as mailutils command now runs, but I didn't get a GUI interface to select like how the guide shows it: enter image description here - What do I need to do now since the Postfix install GUI didn't popup according to the guide? - Also is it an issue if I installed mailutils and then libmailutils-dev?
Asked by Patoshi パトシ (1855 rep)
Aug 6, 2019, 09:06 PM
Last activity: Nov 25, 2023, 01:34 PM