[imp] i'm using vpopmail for auth, how
Michael Bellears
michael.bellears@staff.datafx.com.au
Thu, 23 May 2002 07:58:27 +1000
> My configuration is:
> Mail --> qmail
> auth --> vpopmail
> imapdserver --> courier-imap
>
I have an identical setup, and use the following:
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'my_qmail_server',
'protocol' => 'imap',
'port' => 143,
'folders' => 'INBOX.',
'namespace' => '',
'maildomain' => '',
'smtphost' => 'my_qmail_server',
'realm' => '',
'preferred' => ''
);
HTH,
MB
> 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