Fedora

fedora 35下postfix不顯示郵件配置菜單

  • December 30, 2021

遵循 Fedora 35 的本指南:https ://gist.github.com/raelgc/6031274

sudo yum install postfix

不產生以下菜單:

General type of mail configuration: 

No configuration
Internet Site
Internet with smarthost
Satellite system
Local only

我會使用 Ubuntu,dpkg-reconfigure postfix但 Fedora 中沒有這樣的機制。

我如何進入這個菜單?

Fedora 沒有這個特性:它是一個由 Debian 開發者編寫的特殊腳本。您可能可以複製並執行它,但它可能不起作用,因為不同的發行版可能使用/擁有完全不同的配置文件並將它們儲存在不同的位置。

引用自:https://unix.stackexchange.com/questions/684472