Hello,

I try to make my own mail server.
To do so I am using a book, but anyway, It is not working like I would like 
to.

When I write the following command as one or another user I have the same 
answer. Even if I switch beetween localhost or pc01.gandalf (name of the 
machine), I have the same message.

[christo...@pc01 ~]$ telnet pc01.gandalf 143
Trying 192.168.1.1...
Connected to pc01.gandalf (192.168.1.1).
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT 
THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP 
ready. Copyright 1998-2005 Double Precision, Inc. See COPYING for 
distribution information.
Connection closed by foreign host.


I comments out all the line from mandriva original configuration, and try the 
lines from the book.
The result is the same. I got the samme lines.
I think it is because the autentification, but I am not sure.
But when I look on the internet, it's looks like it could be the connection to 
the server.

Here is my imapd:
[quote]
ADDRESS=0
AUTHMODULES= "authdaemon"
IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT 
THREAD=REFERENCES SORT QUOTA IDLE"
IMAP_IDLE_TIMEOUT=60
IMAP_TRASHFOLDERNAME=Trash
MAILDIRPATH=Maildir
MAXDAEMONS=40
MAXPERIP=4
PIDFILE=/var/run/imapd.pid
PORT=143
SENDMAIL=/usr/bin/sendmail
TCPDOPTS="-nodnslookup -noidentlookup"
[/quote]

I would like to precise that postfix is running well on local. I am using a 
mailbox with maildir format. this account is tested on Kmail.

Do you please have an idea?
Thank you
Regards
Jean-Christophe

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Courier-imap mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to