Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
1. I would like to know if it's possible to have email subdirectories? eg. directory Stuff with subdirectory Linux
2. If subdirectories are supported, is it part of the sendmail or IMAP configuration?
3. If subdirectories are supported, what happens with the .mailboxlist?
Sendmail is your MTA, or Mail Trasport Agent. What this means is it just recieves your mail and sends it. It's up to your MUA or Mail User Agent (this would be an email client such as kmail, evolution or sylpheed) to work with subdirectories.
IMAP will support subdirectories, but it depends on what IMAP server you are using, and from there, how it's 'tree' works on whether certain MUA's work with it or not (most will since they see the INBOX and all subdirectories of that are within the INBOX).
That us uw-imap, it's about as "generic" as you can get It was developed by the University of Washington along with Pine and Pico (and other things I'm sure).
There should be a choice in your SquirrelMail config to use 'uw-imap' and I suggest you choose it.
OK, I can change the squirrelmail config to uw-imap - but this is still just the config of squirrelmail. I believe I must try to config the IMAP server itself?
I found this in the doc/imap-2001a/CONFIG file:
Example 2: suppose you want to change c-client's idea of the
user's mailbox directory to be the "mail" subdirectory of the user's
home directory instead of the user's home directory. You will want to
change variable mailsubdir, changing the line that reads:
static char *mailsubdir = NIL; /* mail subdirectory name */
to be:
static char *mailsubdir = "mail";/* mail subdirectory name */
But I also read that the IMAP server is really plug-and-play and doesn't have any config file, so where must I change this *mailsubdir ? In the source code? This means I must recompile and install again?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.