On 05 Aug 2016, at 13:59, soko.tica <soko.t...@gmail.com> wrote: > After the change, when I login through ssh to the box I always get "No > mail." The same with command: > user@box:~$ mail > No mail for user
The mail command is obviously configured (as it is by default) to access /var/mail/<user>. What is the env MAIL set to? What happens if you try `mail -f /path/to/maildir` ?? I recommend staying away from mail and using something like mutt instead. Or alpine. Or, you know, anything that wasn’t written in the 70s.