[imp] i'm using vpopmail for auth, how

Harald G. Harald.XXL@t-online.de
Wed, 22 May 2002 22:09:52 +0200


Hallo alltogether,
my mail-client Eudora for eample uses
~vpopmail/bin/domains/tomatoes.com/tomato/Maildir to
get the mails from user tomato.

My configuration is:
Mail --> qmail
auth --> vpopmail
imapdserver --> courier-imap

What must i write for reading the mails (Maildir) through IMP in this lines?

$servers['imap'] = array(
    'name' => 'IMAP-Courier',
    'server' => 'webmail.tomatoes.com',
    'protocol' => 'imap/ssl',
    'port' => 143,
    'folders' => 'mail/',
    'namespace' => '',
    'maildomain' => 'tomatoes.com',
    'smtphost' => 'webmail.tomatoes.com',
    'realm' => 'tomatoes.com',
    'preferred' => ''
);

(Sorry, because of my english)

mfg
Harald