[toaster] problem with IMAP_MOVE_EXPUNGE_TO_TRASH and SSL

2007-03-22 Thread Daniel

Hello there

I am using courier IMAP and IMAP-SSL and I was wandering why 
IMAP_MOVE_EXPUNGE_TO_TRASH=1 doesn't work when I connect via SSL. when I 
delete a email on my inbox, it simple zaps the emails when it should 
move it to the trash.


when I connect to the regular imapd, it works as expected...

do I need to set it again on the imapd-ssl config file ?

thanks in advance
Daniel


Re: [toaster] problem with IMAP_MOVE_EXPUNGE_TO_TRASH and SSL

2007-03-22 Thread Bill Shupp
Daniel wrote:
 Hello there
 
 I am using courier IMAP and IMAP-SSL and I was wandering why
 IMAP_MOVE_EXPUNGE_TO_TRASH=1 doesn't work when I connect via SSL. when I
 delete a email on my inbox, it simple zaps the emails when it should
 move it to the trash.
 
 when I connect to the regular imapd, it works as expected...
 
 do I need to set it again on the imapd-ssl config file ?

That's what I would try next.  But imapd-ssl inherits settings from
imapd, so I doubt that would fix it.  If that fails, you might try the
courier-users list.  I've never dealt with that issue.

Bill


Re: [toaster] problem with IMAP_MOVE_EXPUNGE_TO_TRASH and SSL

2007-03-22 Thread Daniel

ok

thanks for the quick response !

Daniel

Bill Shupp wrote:

Daniel wrote:

Hello there

I am using courier IMAP and IMAP-SSL and I was wandering why
IMAP_MOVE_EXPUNGE_TO_TRASH=1 doesn't work when I connect via SSL. when I
delete a email on my inbox, it simple zaps the emails when it should
move it to the trash.

when I connect to the regular imapd, it works as expected...

do I need to set it again on the imapd-ssl config file ?


That's what I would try next.  But imapd-ssl inherits settings from
imapd, so I doubt that would fix it.  If that fails, you might try the
courier-users list.  I've never dealt with that issue.

Bill


Re: [toaster] problem with IMAP_MOVE_EXPUNGE_TO_TRASH and SSL

2007-03-22 Thread Daniel
Just to keep it documented : the problem was that I was using supervise 
(daemontools) to startup and manage courier imap. and the scripts that I 
was using weren't reading both imapd and imapd-ssl config files for the 
imapd-ssl app... but I corrected that and all is fine now.