Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: compdoc on July 04, 2009, 03:13:04 PM
-
Outlook needs some work. Most features work well, but things like its Find is brainless, and its insistence in using a folder named 'Junk E-mail' is just stupid.
Is it possible to change qmail to use a folder named 'Junk E-mail' instead of 'junkmail' so that junkmail can be deleted?
Thanks
-
Outlook needs some work.
You could just delete it.
Is it possible to change qmail to use a folder named 'Junk E-mail' instead of 'junkmail' so that junkmail can be deleted?
Use a symlink:
ln -s ~user/Maildir/.junkmail ~user/Maildir/.'Junk E-mail'
-
Deleting Outlook isnt an option - too many years of data stored there: calendar/contacts/email.
I saw your workaround in another topic, but doesnt that still leave you with the two folders? I'm using Imap, and Outlook creates the Junk E-mail whether you want it or not, and qmail uses the junkmail folder whether you want it to or not.
I dont need the spam in both. Currently, I just dont use the Junk E-mail folder for anything. Outlook isnt used for sorting spam. Be nice to get rid of one junk mail folder. Surely qmail is configurable, since Outlook is not?
-
I saw your workaround in another topic, but doesnt that still leave you with the two folders?
No, one folder with two names.
Surely qmail is configurable, since Outlook is not?
Yes, qmail is configurable. The symlink is easy. If you want a harder way, you can use a custom user template for the .qmail file.
-
Ahh, so with the symlink, I can delete the user's folders named junkmail so they dont appear in the IMAP, and only Junk E-mail remains?
-
This does not seem to work. A symlink still looks like a folder to both Outlook and Secure File Transfer.
Two folders appear - one being the symlink, and the real one. Doesnt matter which way the link occurs:
.Junk E-mail -> .junkmail , or
.junkmail -> .Junk E-mail
qmail has to be made to use .Junk E-mail so that .junkmail can be deleted. I'll try the .qmail file.
Thanks
-
Two folders appear - one being the symlink, and the real one.
Why is that a problem?
-
I think I have it - I created a custom template in:
/etc/e-smith/templates-user-custom/.qmail-junkmail/10deliver_to_junkmail
Im telling it to use the Junk E-mail folder instead - we'll see how it goes. I get so few junkmail these days, thanks to bayes and the other mods Ive made to spamassassin...