From: Michael 'h. K. <mai...@zz...> - 2004-07-09 15:44:59
|
On Fri, Jul 09, 2004 at 05:11:28PM +0200, Tomas Pospisek wrote: > Ciao > > Please use the mailsync list [1] for communication about mailsync. But see > below... > > On Fri, 9 Jul 2004, Christian Schrader wrote: > > > while migrating a mailserver I found two Bugs/missing features: > > > > 1. It is not possible to specify mailboxes with spaces in the name > > for pat in the config file. I tweaked the config parser that I can > > use quotes. Well, I cannot program so this is just a hack to get my > > work done. A long before I ever looked up the code of mailsync I got a feeling that one can use \ to escape characters (I had to use it to allow synchronize #mh/ mailboxen). I believe that should do for spaces as well (Haven't checked the code or tested, though). Of course it doesn't mean that quoting should not be allowed as well. > > 2. It should be possible to disable the use of SSL via commandline > > switch or config option. Now it is only possible to enable it. > > The mailsync on Debian/Sarge tried to use SSL per default and I got > > an SSL-Error with an old uw-imapd on the other side. I had to rebuild > > libc-client and mailsync without SSL support. > > What about /notls or /nossl? Doesn't that work? I remember I had problems with disabling SSL (don't remember what the problem was -- I think it insised on SSL if there was a listener set up on remote host on the SSL port, but it is weird if it is so). I'd blame it on c-client, anyway... Love, H |