From 550e23b266757675bfa1fa3b84d16c3326193939 Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Sun, 4 Feb 2018 15:18:20 +0000 Subject: [PATCH] yum -> dnf --- configuration/postfix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/postfix.md b/configuration/postfix.md index 0bde2398..14d86a93 100644 --- a/configuration/postfix.md +++ b/configuration/postfix.md @@ -16,11 +16,11 @@ Postfix is full featured MTA (Message Transfer Agent). Here we will configure it Installation ------------ -`yum install postfix procmail make cyrus-sasl cyrus-sasl-plain` +`dnf install postfix procmail make cyrus-sasl cyrus-sasl-plain` Cyrus-sasl is installed to authenticate to remote servers. Procmail is not strictly necessary, but is useful to sort your incoming mail, for example to put each mailing list in its own directory. Make is also not necessary, but is used to keep Postfix lookup tables. -You should also check `alternatives` command, to see if it is the default `mta`. It probably is not. You may need to `yum remove ssmtp` or something +You should also check `alternatives` command, to see if it is the default `mta`. It probably is not. You may need to `dnf remove ssmtp` or something Configuration -------------