Zedexodus n00b

Joined: 03 Jan 2013 Posts: 1
|
Posted: Wed Jan 23, 2013 7:48 am Post subject: mailx "No mail for user" |
|
|
I've configured postfix following this http://wiki.gentoo.org/wiki/Postfix and emerged mailx. I tried sending some test mail with mailx and it worked fine (the mail is inside ~/.maildir/new), but when I use the command on it's own or I get back "No mail for root". The mail is clearly inside ~/.maildir and I have the environment variable | Code: | | MAILDIR="~/.maildir" |
I can't see what's wrong here. After echoing to confirm | Code: | | env-update && . /etc/profile | had set the environment variable correctly it returns back:
| Code: | ~/.maildir
You have new mail in /USER/.maildir/ |
I can't grasp what exactly I have configured wrongly.
Here's my main.cf and master.cf for postfix.
main.cf
master.cf
Thanks for any help you can give. |
|