Re: maildir imap

2000-08-08 Thread Eric Gillespie, Jr.
On Tue, Aug 08, 2000 at 01:45:57PM -0700,
Michael Meskes [EMAIL PROTECTED] wrote:
 Did this. Using mutt directly it works fine. But courier-imap does not
 provide any mail. Trying with mutt I get an empty screen and the status line
 says No mailbox. With worldpilot I cannot even connect. It just times out.

Are you using the {host}INBOX format? Try opening a connection
to the server yourself.

~$ telnet localhost 143
courier-imap's greeting stuff
Enter these commands:
A1 LOGIN name pass
A1 STATUS INBOX (unseen)

That should tell you how many new message are in the Inbox. Did
that work? If it did, it's a Mutt problem. Otherwise, the problem
is somewhere else. You can look in ~/Maildir/cur and
~/Maildir/new to see if there are any actual messages in there.

 Do I need a subfolder at this stage? I take it it should work with just
 Maildir, won't it?

No, you don't need subfolders; i was just demonstrating how to
use them.

-- 
Eric Gillespie, Jr. * [EMAIL PROTECTED]

When I give food to the poor I am called a saint, when I ask why
 they go hungry I am called a communist
 --Bishop Helder Camara


pgpK42bnT8MWL.pgp
Description: PGP signature


Re: maildir imap

2000-08-08 Thread Eric Gillespie, Jr.
On Tue, Aug 08, 2000 at 02:53:11PM -0700,
Dr. Michael Meskes [EMAIL PROTECTED] wrote:
  ~$ telnet localhost 143
  courier-imap's greeting stuff
  Enter these commands:
  A1 LOGIN name pass
  A1 STATUS INBOX (unseen)
 
 Now that helped me a bit. After typing my password I get 
 
 Connection closed by foreign host.

Sounds like an authentication problem. Here's my /etc/pam.d/imap:

auth required   pam_unix_auth.so
account  required   pam_unix_acct.so
password required   pam_unix_passwd.so
session  required   pam_unix_session.so

Does yours look something like this?

If this isn't the problem, then you have me stumped. Sorry.

-- 
Eric Gillespie, Jr. * [EMAIL PROTECTED]

When I give food to the poor I am called a saint, when I ask why
 they go hungry I am called a communist
 --Bishop Helder Camara


pgp1VfBhMQRcD.pgp
Description: PGP signature


Fwd: Re: maildir imap [SOLVED]

2000-08-08 Thread Eric Gillespie, Jr.
This wasn't sent to the list, so i'm forwarding it in case
someone else finds it useful.

-- 
Eric Gillespie, Jr. * [EMAIL PROTECTED]

When I give food to the poor I am called a saint, when I ask why
 they go hungry I am called a communist
 --Bishop Helder Camara
---BeginMessage---
On Tue, Aug 08, 2000 at 08:06:58AM -0500, Eric Gillespie, Jr. wrote:
 Does yours look something like this?

Exactly the same. I just removed all other modules from courier-imap and now
it works. Thanks a lot.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



---End Message---


pgp4KAjoqUqmP.pgp
Description: PGP signature


Re: maildir imap

2000-08-07 Thread Eric Gillespie, Jr.
On Mon, Aug 07, 2000 at 05:13:43PM -0700,
Michael Meskes [EMAIL PROTECTED] wrote:
 I would like to install courier-imap on my server, so I can get
 some system in the way all the mails are stored. But I never
 used a maildir type mailbox before. However, I cannot find any
 sufficient docs. I know I have to configure procmail
 accordingly which was rather easy. Then I ran
 maildirmake.courier with several names. It worked since mutt
 was able to read the mail. But the imap server keeps telling me
 there is no mailbox.

I'm using Postfix, Courier-imap, and Mutt successfully. You have
to use 'maildirmake.courier Maildir' in the user's home
directory, which will create ~/Maildir. This is the INBOX courier
uses. Then, if you want to create sub-folders (for example, a
sent box) use a command like this:

~$ maildirmake.courier-imap -f Sent Maildir

This will create ~/Maildir/.Sent which you can access via IMAP as
INBOX.Sent.

-- 
Eric Gillespie, Jr. * [EMAIL PROTECTED]

When I give food to the poor I am called a saint, when I ask why
 they go hungry I am called a communist
 --Bishop Helder Camara


pgpMtohT2hHiV.pgp
Description: PGP signature