> I'm new in Mutt and also new in linux. I'm root[single] user.
> please inform how can i receive mail in Mutt ?
> I use mutt version 0.95.5us-2mdk.
> please inform as early as possible.
Don't run Mutt as root!
Even if you are the only human user of a machine you should create an
ordinary user account for yourself. This is partly to protect you from
accidently damaging the system, but also because some commands and
functions do different things when run as root than when run as an
ordinary user. I've just been looking at an example of this: fetchmail
contains the condition if (!getuid()) for deciding where to put the
lock file.
Edmund