提问人:Leslie 提问时间:11/14/2023 最后编辑:Leslie 更新时间:11/15/2023 访问量:23
使用 postfix 的 Amanda 备份软件生成无效的 sendmail 选项“-s”
Amanda backup software using postfix generates invalid sendmail option '-s'
问:
我最近更新了我的 CentOS 6 服务器上的 postfix 以支持新的电子邮件中继,除了我的 Amanda 备份软件不再发送状态电子邮件外,一切都正常。当我在命令行上运行“amreport”时,它给了我这些错误:
sendmail: invalid option -- 's'
sendmail: invalid option -- 's'
sendmail: fatal: usage: sendmail [options]
amreport: mail command exited with status 75
但是,在我的 amanda.conf 文件中,我有这个
mailer "/usr/sbin/sendmail -t"
Amanda 和/或 postfix 从哪里获得“s”选项?有谁知道如何解决这个问题?提前感谢所有回复的人。
答:
0赞
Leslie
11/15/2023
#1
我通过将 替换为 .欲了解更多信息(并注明“HBruijn”),请参阅以下链接:https://serverfault.com/questions/1147855/amanda-backup-software-using-postfix-generates-invalid-sendmail-option-s/usr/sbin/sendmail -t
/bin/mailx
评论