|
From: Tomas P. <tp...@so...> - 2005-11-22 10:11:41
|
On Fri, 18 Nov 2005, Holger Krull wrote:
> Courier doesn't use INBOX. My Courier conf is:
>
> store courier-store {
> server
> {some.domain/tls/novalidate-cert/use...@so...}
> ref {some.domain}
> pat *
> passwd something_secret
> }
Does that mean, that the example configuration provided with mailsync:
#
# "My Draft Folder" on a courier IMAP server
#
# this will ask you for the username and
# password since it's not given here
#
store courier-inbox {
server {example.org}
ref {example.org}
pat INBOX.My\ Draft\ Folder
}
is wrong? So the correct config would be:
#
# "My Draft Folder" on a courier IMAP server
#
# this will ask you for the username and
# password since it's not given here
#
store courier-inbox {
server {example.org}
ref {example.org}
pat My\ Draft\ Folder
}
Is that correct?
*t
--
--------------------------------------------------------
Tomas Pospisek
http://sourcepole.com - Linux & Open Source Solutions
--------------------------------------------------------
|