dockerfile创建ubuntu,postfix配置选择时停止

发布于 2021-12-08 13:21:55 字数 1542 浏览 739 评论 1

dockerfile创建ubuntu16.04,官网源

ubuntu安装完成,执行dockerfile后续命令。

到这一步,
RUN apt-get install -y dovecot-imapd dovecot-pop3d postfix



终端dovecot安装完,postfix安装时出现选择项:
Selecting previously unselected package postfix.
Preparing to unpack .../postfix_3.1.0-3_amd64.deb ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Postfix Configuration
---------------------
 
Please select the mail server configuration type that best meets your needs.
 
 No configuration:
  Should be chosen to leave the current configuration unchanged.
 Internet site:
  Mail is sent and received directly using SMTP.
 Internet with smarthost:
  Mail is received directly using SMTP or by running a utility such
  as fetchmail. Outgoing mail is sent using a smarthost.
 Satellite system:
  All mail is sent to another machine, called a 'smarthost', for delivery.
 Local only:
  The only delivered mail is the mail for local users. There is no network.
 
  1. No configuration  3. Internet with smarthost  5. Local only
  2. Internet Site     4. Satellite system
General type of mail configuration:



上面我选了2,然后就没有任何动静了。。。。。

网上有说用apt-get install -y -o Options::="2" postfix 实验无果.
怎样才能自动安装选择呢?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

灵芸 2021-12-08 14:32:31

 

echo "postfix postfix/main_mailer_type string 'Internet Site'" | debconf-set-selections 
&& echo "postfix postfix/mailname string 'mailname'" | debconf-set-selections
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文