tarballed
July 26th, 2003, 18:35
Hey everyone. Thought I'd share a few things that i've learned as well as ask a few questions.
My most recent task has been setting up a email server that our clients will use to send and receive email.
At this point, the server is working nicely and im learning a whole bunch of things.
However, one part I overlooked was the part about my users using this server for retrieving email. When I look back on it, there are two options really: POP and IMAP.
When I partioned this server, I created a large /var/spool/mail directory because from past experience, that is where the users email will be held. Upon researching and chatting with people, IMAP came highly recommend. However, imap uses maildir to store email. This generally are held in $HOME/inbox or $HOME/mail (Which ever is decided)
What i've realized is that i've pretty much locked myself into using POP for retrieving email. Reason is that my /home parition is not large enough to hold email for our users and it is definitely not big enough to hold email as the company grows. I guess this was a lesson that I will learn from.
In the aftermath, I would still like to incorporate a mail server using IMAP of some sort. So down the road, im going to look into see how I can upgrade or move from POP to IMAP.
Just thought i'd show my growing pains. :)
Tarballed
My most recent task has been setting up a email server that our clients will use to send and receive email.
At this point, the server is working nicely and im learning a whole bunch of things.
However, one part I overlooked was the part about my users using this server for retrieving email. When I look back on it, there are two options really: POP and IMAP.
When I partioned this server, I created a large /var/spool/mail directory because from past experience, that is where the users email will be held. Upon researching and chatting with people, IMAP came highly recommend. However, imap uses maildir to store email. This generally are held in $HOME/inbox or $HOME/mail (Which ever is decided)
What i've realized is that i've pretty much locked myself into using POP for retrieving email. Reason is that my /home parition is not large enough to hold email for our users and it is definitely not big enough to hold email as the company grows. I guess this was a lesson that I will learn from.
In the aftermath, I would still like to incorporate a mail server using IMAP of some sort. So down the road, im going to look into see how I can upgrade or move from POP to IMAP.
Just thought i'd show my growing pains. :)
Tarballed