完整的问题是:“邮件名称”是用于“限定”没有域名的邮件地址的域名。
This name will also be used by other programs. It should be the single,
fully qualified domain name (FQDN).
Thus, if a mail address on the local host is [email protected], the
correct value for this option would be example.org
然后它告诉我输入它。当我安装 Hamachi 所需的一些软件包时出现了这个错误,但它无法安装。非常感谢您的帮助。
答案1
应用程序要求您输入域名以发送电子邮件。如果您有域名,则只需输入域名即可:
example.com
但是,如果您没有所属的域,则计算机的主机名将是域名。要获取主机名,它要么是终端提示符后紧跟的名称,要么从提示符中@
输入以获取主机名:hostname
terrance@terrance-ubuntu:~$
terrance@terrance-ubuntu:~$ hostname
terrance-ubuntu
希望这可以帮助!