Since release candidate I added fix for CRLF + partial BODY[] fetching. I hope everything works :) I've been running it with mbox for a while and it seems to work fine.
v0.99.10.1 2003-11-10 Timo Sirainen tss@iki.fi
* mbox: \Draft and \Deleted flags used opposite flag chars in
X-Status header. We were incompatible with other mbox accessing
software.
WARNING: Upgrading from previous version doesn't automatically
swap the flags, so be careful not to accidentally expunge messages
that had their \Draft flag changed to \Deleted.
* Configuration file changes:
- Whitespace at end of line is stripped, use quotes if you need it
- # comments are supported after key=value lines. if you need '#'
character, quote the value
- Both " and ' quotes are supported. If you need to use them, '\'
can be used for escaping.
- mbox: COPY into same mailbox didn't work and could have corrupted
the mailbox
- Using Dovecot without index files would crash after using a while
- Partial BODY[header] or BODY[part] fetches were buggy if client
requested more data than was available in the header/part.
- Partial BODY[...] fetches were buggy with messages that had CRLFs
- Some BODY and BODYSTRUCTURE replies missed data for message/rfc822
MIME parts causing clients to break
- SORT (SUBJECT) was buggy
- Timezone fixes with Date-header
On Mon, Nov 10, 2003 at 09:00:09PM +0200, Timo Sirainen wrote:
Since release candidate I added fix for CRLF + partial BODY[] fetching. I hope everything works :) I've been running it with mbox for a while and it seems to work fine.
First thing I notice is that various settings that are read out of the dovecot.conf file are no longer defaulted. I get coredumps starting the master process (dovecot) because of things not filled into the "set" structure at the settings_verify stage.
My dovecot.conf file has most things left commented (which is supposed to default to the default, and did in previous versions).
If I uncomment the specific thing causing the coredump (e.g. the location of the imap executable), it solves that particular problem but then I get a coredump on the next item.
I'd just go in and make everything explicitly set in dovecot.conf but I imagine this is a bug. (Plus I'd prefer not to do that.)
Yours, -mm-
PS: of the couple of things that *are* picked up by default, the location of the pop3 and imap modules directory are the same path as the pop3 and imap executables. To make it happy I simply turned off the module support in the conf file, but that's a budding conflict.
On Tue, 2003-11-11 at 00:14, Mark E. Mallett wrote:
On Mon, Nov 10, 2003 at 09:00:09PM +0200, Timo Sirainen wrote:
Since release candidate I added fix for CRLF + partial BODY[] fetching. I hope everything works :) I've been running it with mbox for a while and it seems to work fine.
First thing I notice is that various settings that are read out of the dovecot.conf file are no longer defaulted. I get coredumps starting the master process (dovecot) because of things not filled into the "set" structure at the settings_verify stage.
Oh well, there had to be something :) I think it was broken only with older non-C99 capable compilers (gcc 2.95 I guess). This should fix, also released it as 0.99.10.2: --- dovecot-0.99.10.1/src/master/master-settings.c 2003-11-08 17:35:01.000000000 +0200 +++ dovecot-0.99.10.2/src/master/master-settings.c 2003-11-11 00:19:49.000000000 +0200 @@ -157,6 +157,7 @@ /* mail */ MEMBER(valid_chroot_dirs) NULL, + MEMBER(mail_chroot) NULL, MEMBER(max_mail_processes) 1024, MEMBER(verbose_proctitle) FALSE,
Oh, and thanks much for the support for recognizing timezones on the "From " line in mboxes. (mbox_from_parse_date). However, it looks like a minor tweak is needed. After you recognize the year, I think you need to skip over the following space in order to recognize the timezone offset. i.e., where there is:
/* year */
if (!i_isdigit(msg[0]) || !i_isdigit(msg[1]) ||
!i_isdigit(msg[2]) || !i_isdigit(msg[3]))
return (time_t)-1;
tm.tm_year = (msg[0]-'0') * 1000 + (msg[1]-'0') * 100 +
(msg[2]-'0') * 10 + (msg[3]-'0') - 1900;
msg += 4;
Perhaps add:
if ( msg[0] == ' ' )
++msg;
(Sorry that's not a patch, I had added a few other lines would skew it anyway.)
mm
On Tue, 11 Nov 2003 00:24:31 +0200, Timo Sirainen tss@iki.fi wrote: [snip]
Oh well, there had to be something :) I think it was broken only with older non-C99 capable compilers (gcc 2.95 I guess). This should fix, also released it as 0.99.10.2:
BTW: Gentoo ebuild for 0.99.10.2 updated at:
http://bugs.gentoo.org/show_bug.cgi?id=22080
Would be good to get this tested more widely. Any problems or suggestions, add em to that ticket please.
Zach.
bit late on trying out 99.10.2. Mailboxes are definitely working better with mbox format. I'm still seeing 15 to 30 seconds of 40% CPU utilization whenever I access the inbox (1400+ messages). I'm seeing similar magnitude but shorter duration hits of CPU utilization whenever I access any other mailbox. Utilization seems to go down a little bit once the indices have been built (i.e. after the first time) but the lag is noticeable.
in other words, performance is better than UW. (woo hoo!). Very early on the testing I have the server vanish on me at one point but since I was lazy and use the binary rh8 RPM, I need to do little investigation to find out if or where any log might be.
I haven't dared try mixed mbox/maildir mostly because of lack of time to a) research the right way to do it and b) clean up the mess if it dies. Converting over 100 percent to maildir has a similar barrier. I will get to it when the pain is bad enough. Fortunately 99.10.2 may have sufficient analgesic qualities for the short-term.
---eric
-- Speech recognition in use. Incorrect endings, words, and case is closer than it appears
Eric S. Johansson wrote:
Mailboxes are definitely working better with mbox format.
whoops, spoke too soon. delay are up to the 1-2 minute range for INBOX and 30 second delays are not uncommon with all the rest.
--- eric
-- Speech recognition in use. Incorrect endings, words, and case is closer than it appears
On Wednesday 19 November 2003 11:52 am, Eric S. Johansson wrote:
whoops, spoke too soon. delay are up to the 1-2 minute range for INBOX and 30 second delays are not uncommon with all the rest.
somebody out there still uses mbox? Hm wonders never cease.
I an say it does work well here using imap, pop3, imaps, and pop3s. Now I'm wondering about not using plain passwords. What is the easiest way to do this. For now I authenticate using pam but can change that.
Also to note when using squirrelmail for some reason squirrelmail does not like to pick up all the mailboxes. It does the inbox fine but I also have maildrop sorting out virii and spam into seperate folders. Squirrelmail does not like to find these. Kmail does find them fine however. Both of these are of course over imap. Am I just missing some setting here? Oh and squirrelmail will see on extra folder at a time but not more than that.
-- New and improved with advanced outlook crash handler.
<!--><input type -->
-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~- Brook Humphrey Mobile PC Medic, 420 1st, Cheney, WA 99004, 509-235-9107 http://www.webmedic.net, bah@webmedic.net, bah@linux-mandrake.com Holiness unto the Lord -~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-
Brook Humphrey wrote:
On Wednesday 19 November 2003 11:52 am, Eric S. Johansson wrote:
whoops, spoke too soon. delay are up to the 1-2 minute range for INBOX and 30 second delays are not uncommon with all the rest.
somebody out there still uses mbox? Hm wonders never cease.
:-) we have a mixed marriage here. I use Thunderbird/imap, she uses mutt. Haven't figured out quite how to make global procmail deliver maildir to my mailboxes and mbox to her's. heck, just trying to figure out how to get procmail to deliver maildir everywhere is a bit trying. On the gripping hand, if mutt can do maildir with no change of user interface...hmmm time to research something.
maybe it's also time to use a different local delivery agent.
---eric
-- Speech recognition in use. Incorrect endings, words, and case is closer than it appears
Eric S. Johansson wrote:
:-) we have a mixed marriage here. I use Thunderbird/imap, she uses mutt. Haven't figured out quite how to make global procmail deliver maildir to my mailboxes and mbox to her's. heck, just trying to figure out how to get procmail to deliver maildir everywhere is a bit trying. On the gripping hand, if mutt can do maildir with no change of user interface...hmmm time to research something.
maybe it's also time to use a different local delivery agent.
I can heartily recommend Maildrop. Readable filter language and it's able to handle both mbox and maildir. I'm using it combination with exim4, but I'm contemplating pointing fetchmail directly at maildrop and bypassing exim4 since the only reason exim4 is installed is to handle local delivery, it's never used as an outgoing server or as an incoming server other than via fetchmail.
Ciao, Gordon
On Thursday 20 November 2003 07:28 am, you wrote:
Brook Humphrey wrote:
On Wednesday 19 November 2003 11:52 am, Eric S. Johansson wrote:
whoops, spoke too soon. delay are up to the 1-2 minute range for INBOX and 30 second delays are not uncommon with all the rest.
somebody out there still uses mbox? Hm wonders never cease.
:-) we have a mixed marriage here. I use Thunderbird/imap, she uses
mutt. Haven't figured out quite how to make global procmail deliver maildir to my mailboxes and mbox to her's. heck, just trying to figure out how to get procmail to deliver maildir everywhere is a bit trying. On the gripping hand, if mutt can do maildir with no change of user interface...hmmm time to research something.
Hm I use maildrop here and you can have individual rules for each user. These are stored in the users home directory. With maildrop i have it sorting spam and virii for me through spamassassin and anomy sanitizer. Really it could not be easier. I do believe bot dont quote me in this that maildrop does support mbox but I'm not sure.
I dont use mutt but I do know that pine does support maildir. I did however look through the muttrc. Uhg. Anyway I see others on the net talking about it but I see no one showing how they did it. Mutt can use imap servers though and this may be a good solution. You could put here imap settings in the ~/.muttrc.
maybe it's also time to use a different local delivery agent.
---eric
-- New and improved with advanced outlook crash handler.
<!--><input type -->
-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~- Brook Humphrey Mobile PC Medic, 420 1st, Cheney, WA 99004, 509-235-9107 http://www.webmedic.net, bah@webmedic.net, bah@linux-mandrake.com Holiness unto the Lord -~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-
On Thu, Nov 20, 2003 at 08:31:01AM -0800, Brook Humphrey wrote:
On Thursday 20 November 2003 07:28 am, you wrote:
Brook Humphrey wrote:
On Wednesday 19 November 2003 11:52 am, Eric S. Johansson wrote:
whoops, spoke too soon. delay are up to the 1-2 minute range for INBOX and 30 second delays are not uncommon with all the rest.
somebody out there still uses mbox? Hm wonders never cease.
Sounds like religion, there are inexplicably strong opinions on both sides. IMHO neither mbox or maildir are perfect, both have problems. I find mbox good for folders that never get very large.
mutt. Haven't figured out quite how to make global procmail deliver maildir to my mailboxes and mbox to her's. heck, just trying to figure out how to get procmail to deliver maildir everywhere is a bit trying. On the gripping hand, if mutt can do maildir with no change of user interface...hmmm time to research something.
Hm I use maildrop here and you can have individual rules for each user. These are stored in the users home directory. With maildrop i have it sorting spam and virii for me through spamassassin and anomy sanitizer. Really it could not be easier. I do believe bot dont quote me in this that maildrop does support mbox but I'm not sure.
We also use a local delivery agent that allows the choice of mailbox format for new boxes, or will honor the current format for an existing box.
I dont use mutt but I do know that pine does support maildir.
In some sense... last I knew there were patches available for pine, but the author of pine was very anti-maildir and refused to support it, ever. Has that changed?
I did however look through the muttrc. Uhg. Anyway I see others on the net talking about it but I see no one showing how they did it.
Mutt will honor the existing format, either maildir or mbox (or MH or MMDF). New mailboxes are created with the type specified by "mbox_type" - if not set, the typical default is mbox. As mentioned, mutt will also support pop and imap access, so it doesn't necessarily have to create boxes directly.
mm
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Mark E. Mallett wrote: | On Thu, Nov 20, 2003 at 08:31:01AM -0800, Brook Humphrey wrote: (...) |>I dont use mutt but I do know that pine does support maildir. | | | In some sense... last I knew there were patches available for pine, | but the author of pine was very anti-maildir and refused to support it, | ever. Has that changed?
As far as I am aware, noone has worked on the unofficial pine/c-client patches to support Maildir for a couple of years.
Here is the traces I have found about them - none of the patches are up-to-date:
http://debian.jones.dk/official/uw-imap/changelog.maildir/
I maintain the c-client library (which is used in Pine, uw-imap, php4 among others) for Debian and has recently dropped the no longer maintained patches as I am not skilled myself to maintain them and they are buggy and incomplete as is, and possibly has security holes.
Please tell me if there is somewhere patches actively supported, so I can add back the Maildir support in the package.
Oh, or even better: Extend dovecot to include a shared library for use with php4 and other packages :-)
~ - Jonas
- Jonas Smedegaard - idealist og Internet-arkitekt
- Tlf.: +45 40843136 Website: http://dr.jones.dk/
~ - Enden er nær: http://www.shibumi.org/eoti.htm -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQE/vVhAn7DbMsAkQLgRAqqqAJ0SIrjU6NgLdGeqVWdA9gFHPxsdFACgpkNy gjyv2NJq2gUVeH3K3pk2QJE= =vH7C -----END PGP SIGNATURE-----
On Thursday 20 November 2003 04:11 pm, you wrote:
Please tell me if there is somewhere patches actively supported, so I can add back the Maildir support in the package.
Oh, or even better: Extend dovecot to include a shared library for use with php4 and other packages :-)
a version of pine with these patches is actively maintained by the mandrake community. I happen to use them occasionaly. Mostly here though i use kmail or squirrelmail.
-- New and improved with advanced outlook crash handler.
<!--><input type -->
-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~- Brook Humphrey Mobile PC Medic, 420 1st, Cheney, WA 99004, 509-235-9107 http://www.webmedic.net, bah@webmedic.net, bah@linux-mandrake.com Holiness unto the Lord -~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Brook Humphrey wrote: | On Thursday 20 November 2003 04:11 pm, you wrote: | |>Please tell me if there is somewhere patches actively supported, so I |>can add back the Maildir support in the package. (...) | a version of pine with these patches is actively maintained by the mandrake | community. I happen to use them occasionaly. Mostly here though i use kmail | or squirrelmail.
Could you provide some pointers?
The latest package I found - pine-4.50-1.1mdk.src.rpm from a mirror of Mandrake-old/updates didn't contain Maildir support as far as I could see - but it did contain the following in the changelog:
- Thu Apr 26 04:00:00 2001 Vincent Danen vdanen@mandrakesoft.com 4.33-1mdk
- 4.33
- sync patches with rh
- new maildir patch
- re-enable ssl to see if works better now
If I am right about this, then "actively supported" means not updated since April 2001. Probably what was included was the patch that was latest worked on by Miquel van Smoorenburg...
~ - Jonas
- Jonas Smedegaard - idealist og Internet-arkitekt
- Tlf.: +45 40843136 Website: http://dr.jones.dk/
~ - Enden er nær: http://www.shibumi.org/eoti.htm -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQE/vi2Mn7DbMsAkQLgRAow2AKCdQzVgvZ+pqPZ1hDaLBkPfsnGhOgCffPte djcvjD5zXVJs8HFwop0bFVQ= =+xv3 -----END PGP SIGNATURE-----
On Friday 21 November 2003 07:21 am, you wrote:
If I am right about this, then "actively supported" means not updated since April 2001. Probably what was included was the patch that was latest worked on by Miquel van Smoorenburg...
I said by the community. Due to licensing mandrake(the company) wont even touch pine. Go look for plf. They are a bunch of guys like me that support things not normally distributed due to licensing issues. They have stuff that supports dvd and a whole slew of things there. For the most part if it is something you want but is considered to have questionable license then it can most likely be found there.
Pine is one of the packages there and they have patched it with maildir support. I also should be a little more precise. I'm not sure what version of pine it is and I dont really care as it offers what I need. By active I was saying that they keep a version of pine compiled for each new version of mandrake and at least it does have a working maildir support.
It may be the latest for all I know but it works so I dont care. I'm sorry but you can only do so much with an email program the rest is just overload. After I started looking at the options for mutt that thing might as well be sendmail (from what I have heard of sendmail. No experiance with it myself).
New and improved with advanced outlook crash handler.
<!--><input type -->
-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~- Brook Humphrey Mobile PC Medic, 420 1st, Cheney, WA 99004, 509-235-9107 http://www.webmedic.net, bah@webmedic.net, bah@linux-mandrake.com Holiness unto the Lord -~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Brook Humphrey wrote: | On Friday 21 November 2003 07:21 am, you wrote: | |>If I am right about this, then "actively supported" means not updated |>since April 2001. Probably what was included was the patch that was |>latest worked on by Miquel van Smoorenburg... | | | I said by the community. Due to licensing mandrake(the company) wont even | touch pine. Go look for plf.
Ah, that helped. Thanks.
Unfortunately it seems (from a quick glance) to be that same old patch. It may be good enough for Pine, but I don't trust it enough to include it in Debian for use with PHP4 and in other server-related places :-(
~ - Jonas
- Jonas Smedegaard - idealist og Internet-arkitekt
- Tlf.: +45 40843136 Website: http://dr.jones.dk/
~ - Enden er nær: http://www.shibumi.org/eoti.htm -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQE/vjZrn7DbMsAkQLgRAigoAKCQcDjDBKovyb2vMdrhKve/dLyBVgCfcL8i gXheWYUDylOM1csiRU+B5jI= =trGO -----END PGP SIGNATURE-----
On Fri, 21 Nov 2003, Jonas Smedegaard wrote:
Brook Humphrey wrote: | On Friday 21 November 2003 07:21 am, you wrote: | |>If I am right about this, then "actively supported" means not updated |>since April 2001. Probably what was included was the patch that was |>latest worked on by Miquel van Smoorenburg... | | | I said by the community. Due to licensing mandrake(the company) wont even | touch pine. Go look for plf.
Ah, that helped. Thanks.
Unfortunately it seems (from a quick glance) to be that same old patch.
It is.They took that patch from the Debian package back when I was maintaining it.
-- Jaldhar H. Vyas jaldhar@debian.org La Salle Debain - http://www.braincells.com/debian/
On Thu, 20 Nov 2003 17:31:01, Brook Humphrey wrote:
I dont use mutt but I do know that pine does support maildir.
Not out of the box. The author of the underlying c-client support library refuses to add Maildir support. I cleaned up and rewrote the maildir driver once, like many people did before me and after me, but it will always be buggy unless the upstream author incorporates it into c-client proper. I tried, but I'm convinced it will never happen.
I did however look through the muttrc. Uhg. Anyway I see others on the net talking about it but I see no one showing how they did it. Mutt can use imap servers though and this may be a good solution. You could put here imap settings in the ~/.muttrc.
It couldn't be easier with mutt - you do not need to do anything special. Mutt autodetects the mailbox format. Point it to a mbox - it will work. Point it to a maildir directory - it will work. Etc. That's why there are no instructions on how to use maildirs - you don't need any.
Mike.
Miquel van Smoorenburg wrote:
On Thu, 20 Nov 2003 17:31:01, Brook Humphrey wrote:
I dont use mutt but I do know that pine does support maildir.
Not out of the box. The author of the underlying c-client support library refuses to add Maildir support. I cleaned up and rewrote the maildir driver once, like many people did before me and after me, but it will always be buggy unless the upstream author incorporates it into c-client proper. I tried, but I'm convinced it will never happen.
by any chance would this be the same author who keeps refusing to document mbx format mailboxes and keeps claiming that a new indexed mailbox format is just around the corner?
It couldn't be easier with mutt - you do not need to do anything special. Mutt autodetects the mailbox format. Point it to a mbox - it will work. Point it to a maildir directory - it will work. Etc. That's why there are no instructions on how to use maildirs - you don't need any.
there you go, eliminating one more of my excuses for not making the conversion. Next thing you know, you will tell me that changing sendmail over to use maildrop for delivery of messages in maildir format is trivially easy and conversion of all existing mailboxes almost does itself.
damm, there goes my weekend :-)
---eric
-- Speech recognition in use. Incorrect endings, words, and case is closer than it appears
Eric S. Johansson wrote :
by any chance would this be the same author who keeps refusing to document mbx format mailboxes and keeps claiming that a new indexed mailbox format is just around the corner?
there some documentation about mbx format here :
http://www.washington.edu/imap/IMAP-FAQs/index.html#7.15
-- DINH V. Hoa,
"ça doit être une racaille pour être aussi con" -- Cent-Quarante-Six
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Am Freitag, 21. November 2003 15:23 schrieb Eric S. Johansson:
conversion. Next thing you know, you will tell me that changing sendmail over to use maildrop for delivery of messages in maildir format is trivially easy
I don't know.
and conversion of all existing mailboxes almost does itself.
It is, as has already been discussed on this list:
formail -s procmail < /var/mail/"your_mbox"
is the procmail version to convert a whole mbox into a maildir, including sorting the mails into various folders, if your procmailrc is set up correctly. The simpelest procmailrc to accomplish this might look as follows:
SHELL=/bin/sh MAILDIR=/var/maildir/$LOGNAME ORGMAIL=$MAILDIR/ DEFAULT=$ORGMAIL
:0 ./
Greetings,
Gunter
PS: Don't forget to back up your mails first!
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ The person on the other side was a young woman. Very obviously a young woman. There was no possible way that she could have been mistaken for a young man in any language, especially Braille. -- The goddess with the nice earrings (Terry Pratchett, Maskerade) +-+-+-+-+-+-+-+-+-+-+-+-+ http://www.lspace.org +-+-+-+-+-+-+-+-+-+-+-+-+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux)PGP-verschlüsselte Mails bevorzugt! +
iD8DBQE/v96/0ORHvREo8l8RAo/HAJ9DiW3K9D4IjCc8lgYhKIWMdwIZFACgg5Hv pI0JwekK/H8Fp/BfsIiV9ZE= =KneQ -----END PGP SIGNATURE-----
On Donnerstag, 20. November 2003 16:28, Eric S. Johansson wrote:
mutt. Haven't figured out quite how to make global procmail deliver maildir to my mailboxes and mbox to her's. heck, just trying to figure
If you really need a global procmailrc instead of local ones you could use a rule matching all of her mails to put these into an mbox and another rule to put alle the rest into your maildir.
Greetings,
Gunter
On Thu, 2003-11-20 at 17:21, Brook Humphrey wrote:
I an say it does work well here using imap, pop3, imaps, and pop3s. Now I'm wondering about not using plain passwords. What is the easiest way to do this. For now I authenticate using pam but can change that.
Depends on clients. If you only allow SSL connections, it doesn't matter if clients then give plaintext passwords. Most don't support anything else.
Also to note when using squirrelmail for some reason squirrelmail does not like to pick up all the mailboxes. It does the inbox fine but I also have maildrop sorting out virii and spam into seperate folders. Squirrelmail does not like to find these. Kmail does find them fine however. Both of these are of course over imap. Am I just missing some setting here? Oh and squirrelmail will see on extra folder at a time but not more than that.
Squirrelmail shows only subscribed mailboxes, maybe kmail shows all?
On Donnerstag, 20. November 2003 17:32, Timo Sirainen wrote:
Squirrelmail does not like to find these. Kmail does find them fine however. Both of these are of course over imap. Am I just missing some Squirrelmail shows only subscribed mailboxes, maybe kmail shows all?
This can be configured in kMail, the default is to show all folders, even unsubscribed ones.
Greetings,
Gunter
On Thursday 20 November 2003 09:26 am, Gunter Ohrner wrote:
This can be configured in kMail, the default is to show all folders, even unsubscribed ones.
Greetings,
Gunter
the problem with squirrelmail is it will only let me subscribe to one folder besides the inbox. I can not subscribe to any other folders if I do it will add the new one and drop any other one that I'm subscribed to besides the inbox. This behavior does not affect the inbox at all. And yes kmail shows them all by default.
-- New and improved with advanced outlook crash handler.
<!--><input type -->
-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~- Brook Humphrey Mobile PC Medic, 420 1st, Cheney, WA 99004, 509-235-9107 http://www.webmedic.net, bah@webmedic.net, bah@linux-mandrake.com Holiness unto the Lord -~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-~'~-~
'~-
participants (11)
-
Brook Humphrey
-
DINH Viet Hoa
-
Eric S. Johansson
-
Gordon Tyler
-
Gunter Ohrner
-
Jaldhar H. Vyas
-
Jonas Smedegaard
-
Mark E. Mallett
-
Miquel van Smoorenburg
-
Timo Sirainen
-
Zach Bagnall