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.
我有一个发送电子邮件的小 PHP 脚本,效果很好。 但是当人们向我的网站发送电子邮件时,我想在我的主页上显示它,所以我只想知道我的服务器将电子邮件存储在我的文件系统中的什么位置......
操作系统:Ubuntu 12.10 服务器:Apache2.2 邮件程序:使用 PHP 发送邮件
根据这篇文章,在 Ubuntu 中,邮件通常存储在
/var/mail/user
或者
/var/spool/mail/user
其中 user 是所需邮件别名已绑定到的系统用户帐户。