bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] maildir support


From: Daniel 'NebuchadnezzaR' Dehennin
Subject: Re: [bug-mailutils] maildir support
Date: Wed, 14 Jan 2004 22:46:56 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Sergey Poznyakoff <address@hidden> writes:

> Try yesterday's repositiry snapshot. It contains auto-detection code
> that should allow you to use unqualified mailbox URLs. Still, fully
> qualified ones are preferrable, e.g.: maildir:/home/me/.mail/.gnu.admin

Ok but the problem is that with the version withour auto-detection
code I have a "Function not implemented" debug message (running imap4d
in debug mode), and with the auto-detection code I have a "No
registered handler".

I have some difficulties to understand how the code work, so I past
you a interactive imap4d session (in debug mode)

I hope it will help.

address@hidden ~/
-> imap4d 
* OK IMAP4rev1 Debugging mode
0 LOGIN "me" "mepass"
0 OK LOGIN Completed
1 LIST "" ".mail/%"
* LIST (\NoSelect) "/" .mail/.ietf.inbox
* LIST (\NoSelect) "/" .mail/.ietf.admin
* LIST (\NoSelect) "/" .mail/.ietf.ipv6
* LIST (\NoSelect) "/" .mail/.netfilter.devel
* LIST (\NoSelect) "/" .mail/.netfilter.inbox
* LIST (\NoSelect) "/" .mail/.usagi.admin
* LIST (\NoSelect) "/" .mail/.gnu.admin
1 OK LIST Completed
2 EXAMINE ".mail/.gnu.admin/"
2 NO EXAMINE Couldn't open /home/me/.mail/.gnu.admin, No registered handler
3 EXAMINE maildir:/home/me/.mail/.gnu.admin             
3 NO EXAMINE Couldn't open /home/me/maildir:/home/me/.mail/.gnu.admin, No such 
file or directory
* 0 EXISTS
* 0 RECENT
4 EXAMINE .mail/.gnu.admin  
* 0 EXISTS
* 0 RECENT
4 NO EXAMINE Couldn't open /home/me/.mail/.gnu.admin, No registered handler
5 LOGOUT
* BYE Session terminating.
5 OK LOGOUT Completed


NB: I have an /etc/mailutils.rc with:
## This is a sample mailutils configuration file
## Upon startup, a mailutils program scans this file for a line that
## begins either with a program name or with word `mailutils'. When
## found, the rest of the line following the first word is split up
## at whitespace characters and resulting words are added to the 
## program arguments _before_ the command line options. 
:mailutils --maildir /var/spool/mail
:auth --authorization system --authentication pam  --pam-service mailutils
:logging --log-facility mail
imap4d --daemon=10 --timeout=1800 

So why the :1 LIST "" ".mail" is done in the home of user me and not
in /var/spool/mail/me ? Do I forgot something.

Thanks.
-- 
Daniel 'NebuchadnezzaR' Dehennin
Récuppérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x4CA73DC6

Attachment: pgpYjGZMhhc2y.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]