Answers:
您可以为此使用预播种,debconf-set-selections
在安装软件包之前,使用该命令预先回答debconf提出的问题。
例如:
debconf-set-selections <<< "postfix postfix/mailname string your.hostname.com"
debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'"
apt-get install -y postfix
No configuration
,Internet site
,Internet with smarthost
,Satellite system
,Local only
但它似乎像互联网站点通常是对大多数人来说是最好的选择:bugs.debian.org/cgi-bin/bugreport.cgi?bug=450787
man debconf-set-selections
,我看到还有一个debconf-get-selections
以此处用于输入的格式转储当前系统上所做的选择的。您可以手动设置一个系统,然后运行该系统以查看用于kerberos的东西。
main_mailer_type
?是否有一个列表可以在某处引用,而不必首先交互式运行?