From: Holger K. <hol...@gm...> - 2005-11-18 08:30:36
|
> > However, mailsync seems to connect ok (in Config#1, but #2 hangs), but > it's telling me that Inbox is empty. Can anyone spot what I'm doing wrong? > > -----Config#1------------------------ > > store cour { > server {imap.mycompany.com/ssl/novalidate-cert/norsh} > ref {imap.mycompany.com} > pat INBOX.* > } Courier doesn't use INBOX. My Courier conf is: store courier-store { server {some.domain/tls/novalidate-cert/user=hol...@so...main} ref {some.domain} pat * passwd something_secret } |