我正在按照本教程设置邮件服务器: http://www.campworld.net / …
当我尝试input这个命令时遇到错误
genkey --days 3650 mail.mydomain.com -bash: genkey: command not found
检查你的PATH,genkey应该被find/ usr / bin / genkey,所以你应该确保/ usr / bin在你的path中
yum provides */genkey ... crypto-utils-2.4.1-24.2.el6.x86_64 : SSL certificate and key management : utilities Repo : base Matched from: Filename : /usr/bin/genkey.
如果你的path好,你可以安装genkey
yum install crypto-utils