Re: best imap daemon ?
On Don, 2003-07-10 at 11:31, juan wrote: > i need an mbox imap serveur, which one should i use ? > imap, uw-imapd, mailutils-imap4d ? courier-imap or cyrus-imapd, depends on which type of mailboxes you prefer. courier-imap can handle Maildirs, cyrus-imapd has it's own custom mailbox format. HTH, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Zope problem
On Mit, 2003-07-09 at 20:51, Paulo Jorge wrote: > I was installing zope+plone from unstable: > > # apt-get install zope plone > > The instalation went well but when I was starting zope I got the > following error: > > # /etc/init.d/zope start > Starting Zope... failed: no INSTANCE_HOME found, use "zopectl create" first Just do what it says, run `zopectl create`... Igor. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Activating vim color?
On Don, 2003-06-26 at 07:36, Miranda, Joel Louie M wrote: > Im using vi and I switch to vim, I was wondering what r the syntax to active > the color codes? Its just black n white. Im coding and I wasn hoping I can > activate the colors. Make your choice: - type ":syntax on" in a vim session - edit $HOME/.vimrc and add 'syntax on' (without quotes) - edit /etc/vim/vimrc and remove the double-quotes in the line that says '" syntax on' You might need to :set syntax=$COMMON_LANGUAGE_ABBREVIATION as well in case vim can't determine the right type of syntax... Check /usr/share/vim/vim61/filetype.vim for available file types. HTH, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Where is python2.2-doc located?
On Mit, 2003-06-25 at 14:13, Terence Ng wrote: > After I installed python2.2-doc, where can I find it > and read the documents? All docs are usually located at /usr/share/doc/. If you'd like to know where a certain package stores it's files and directories use `dpkg -L ` HTH, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: memory leaks
Hi there, On Die, 2003-06-24 at 04:13, Erik Steffl wrote: > >>What precisely happens when you "run out of memory"? Also, what > >>version of Debian are you running. > > > > > > the normal scenario is i leave my computer running at night and then i > > come down in the morning and find applications (usually the big boys, > > evolution, opera) to be gone. i check top and find i have roughly 4M of > > memory left (no swap is left). i reboot and start over. sometimes i will > >do not reboot. try to figure out who uses a lot of memory. use e.g. > top or some other program (lavaps:-) to see which program uses most memory. > >also, when you boot set up top to run in batch mode and redirect it > to file (man top), that way you can see what happened over time (some > offenders might not be running anymore). If you've figured out who's eating up your RAM, you could try to prove your suspicion by running memprof or valgrind (both are apt-gettable). HTH, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Gnome2.2 Window Manager
Hi, On Mit, 2003-06-04 at 04:58, Hamid wrote: > I am using ICE Windoe Manager and I am not very happy with it. > What is the default window manager for Gnome2.2 ? Metacity. cheers, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Courier-imap setup problem: Maildir not found?
On Mon, 2003-06-02 at 00:53, Joao Clemente wrote: > I'm trying to setup a courier-imap server on a machine running debian stable > (woody) 3.0r1 > (I need a IMAP server for setting up a webmail program I'm trying to deploy) > > I've apt-get courier-imap, and it installed fine... When I try to connect to > it through a mail client (for instance, outlook express) I get an error > message. > This message says something like "The server says no Maildir found". (I will > post the exact message later, but it seems to be created by OE, and not > something returned by the server. The server seems to return a numeric error > code). Courier-IMAP requires that user's $HOME/Maildir/ exists and the permissions are set so the user can chdir into this directory (usually 700). Try `man maildirmake` or `man courier.maildirmake`. Before your mails get delivered into a Maildir instead of a mbox file, you have to setup your MTA (exim) appropriately. afaik there's even an example config in /usr/share/doc/exim/... > So, the install process of courier-imap seems buggy, but I guess it is > specific to some condition I have, since I see no bug report or thread about > these issues. What do I need to do to get this working? It's not buggy :) You can't expect courier package to create a Maildir/ for each user upon install... HTH, Igor -- ENOSIG -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]