Bug#291344: imp3: Cannot make folders with Courier and folders='', namespace='INBOX.'

2005-01-19 Thread Peter Parkkali
Package: imp3 Version: 3.2.6-1 Severity: normal Courier IMAP server needs either 'folders' => 'INBOX.' or 'namespace' => 'INBOX.' in IMP3's server settings. In the latter case (with the settings below in servers.php), the Create Folder - function does not work. $servers['imap'] = array( '

Bug#291344: Meaning of 'namespace' and 'folder' settings reversed?

2005-01-20 Thread Peter Parkkali
It seems the problem can also be circumvented by creating MyFolder under INBOX, by selecting the checkbox next to INBOX. If nothing is checked, IMP tries to create the folder "on top level", which fails. *However*, as 'namespace' => 'INBOX.', the fact that all folders live under INBOX should be

Bug#305108: mon: Path specified with '-a' in init.d script is forgotten after reload

2005-04-17 Thread Peter Parkkali
Package: mon Version: 0.99.2-7 Severity: normal The "-a /foo/lib:/bar/lib" argument specifies an alternate path for mon to look for alert scripts. With this change this in /etc/init.d/mon: # args="-f -c $cfg" args="-f -c $cfg -a /usr/local/lib/mon/alert.d:/usr/lib/mon/alert.d" ... when *star