Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个通过 sendmail 中继来发送电子邮件的应用程序。
我可以查看过去发送的邮件吗?它们是否保存在某个地方,也许在日志中。我不一定需要完整的电子邮件、正文、附件等。
sendmail 确实提供了将服务上发出的每个操作记录到文件的能力,因此您可以检查系统上的 sendmail 版本是否确实这样做。如果我没记错的话(已经有一段时间了),它会记录谁(unix 用户)向谁发送了什么。