solaris下面用户默认的邮件地址在哪哈?

蓝衣子龙
solaris下面用户默认的邮件地址在哪哈?

我建了个用户,但是查找/usr/mail和/usr/spool/mail都没有我这个用户的邮件文件。
我建用户比较简单直接mkuser的

briangao
The incoming mail is in /var/mail/username. The file is not created when you create the user. It will be created when this user receives his first email.

wolfchyu
谢谢,知道了