18 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: SQwebmail pro...
FromSent OnAttachments
Sam VarshavchikMay 2, 2001 5:31 pm 
Albert YangMay 2, 2001 5:52 pm 
Albert YangMay 2, 2001 5:58 pm 
Albert YangMay 2, 2001 6:02 pm 
Albert YangMay 2, 2001 6:02 pm 
Sam VarshavchikMay 2, 2001 6:13 pm 
Sam VarshavchikMay 2, 2001 6:16 pm 
L.C.May 2, 2001 6:43 pm 
Ralf HildebrandtMay 3, 2001 12:16 am 
Megan RoedeMay 3, 2001 8:20 am 
Albert YangMay 7, 2001 7:43 pm 
Sam VarshavchikMay 7, 2001 8:02 pm 
Albert YangMay 7, 2001 8:58 pm 
Sam VarshavchikMay 7, 2001 9:56 pm 
Albert YangMay 7, 2001 10:15 pm 
Alexei Batyr'May 8, 2001 10:11 am 
Albert YangMay 8, 2001 11:52 am 
Alexei Batyr'May 8, 2001 1:53 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: SQwebmail problemsActions...
From:Albert Yang (alb@achtung.com)
Date:May 2, 2001 5:58:40 pm
List:net.sourceforge.lists.courier-users

Everything is blazingly fast (Sorry, I come from a MS Exchange, Domino world) so I'm amazed at the speed of IMAP.

OK, this is what was wrong (at least in the last 20 times or so I've installed courier) and I finally found out what was wrong.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In one of the test scripts that you recommend doing, it was to send email to "postmaster" or "root" and see if it forwarded it correctly to "admin". Well, when you do that test, the test makes a file called "Maildir". Note: that's a FILE. Not a real Maildir. So once everything was installed, I tried logging onto that account. It blew up, and was unhappy. I then noticed that Maildir was ont a real Maildir, and deleted it, did a 'makemaildir" on it and it worked!

Also, I don't now why, but this is the sequence I had as far as installing courier on OpenBSD.

./configure {options} make (make check doesn't work on OpenBSD, thread class problem) make install gmake install-configure.

This works.

But if you did a: ./configure {options} make gmake install <-- (Note, that's a gmake, not a make) gmake install-configure

This does _NOT_ work. I don't know why. But if you substitute BSD's make with gmake anywhere but the gmake install-configure, all the standard tests fail. the perftest1 doesn't do anything. I have no clue why, but I can tell you that for a fact (at least on OpenBSD).

If you did a ./configure {options} gmake

That will not work either. The only place you can do a gmake and have it work is in the gmake install-configure. Otherwise, perftest1 doesn't pass. You get no mail, period. I don't know why, nor do I care. Just a heads up for those trying on OpenBSD. Maybe there's something that they have done to fix that, but it's what I've experienced.

Albert