So, I've just set up mail and mutt and I'm happily sending emails to a gmail.com address.

I am using EXIM as my MTA.

Now, when I reply to those emails (so they get send back to my domain) I see a record that they appeared in /var/spool/mail, but cat doesn't seem like a very clever way to read it.

How do I properly read mail that is sent to me at my server? How can I set up additional email addresses like me@myserver.com, perry@myserver.com, katy-is-my-wife@myserver.com

Links to resources would be helpful - I am searching now as I type but I'm not finding instructions just yet

link|improve this question

60% accept rate
feedback

2 Answers

I don't know exim very well, but by default it should deliver the e-mail to either a mailbox or a Maildir in the user's home folder. The simplest way to get additional e-mail account is to setup additional users on the server (there are other ways, and you can use aliases to send multiple e-mail addresses to the same user).

link|improve this answer
So, how do I know what the Maildir will be? And how do I change it? 'root' is running the exim process. – bobobobo Aug 20 '10 at 19:40
If it's using Maildir, it will literally be a directory named "Maildir" in their home folder. If it's a mbox format, it'll be a file ~/mbox[o,rd,cl,cl2] or a file in /var/mail/$username. – Chris S Aug 21 '10 at 3:09
feedback
up vote 0 down vote accepted

It turns out it was /etc/aliases that held the answer.

That and /etc/email-addresses

I also learned a bit from this page.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.