Hello, The Courier IMAP on the mail server has been replaced by Dovecot. If you are using Procmail to sort mail, you might consider to deliver your mail with the Dovecot LDA in order to update the index files immediately.
There is a document on the Dovecot Wiki: http://wiki.dovecot.org/procmail If you had for example this entry in your ~/.procmailrc to deliver the mails from the announce mailing list to Inbox/opencsw/announce :0H * ^List-Post: <mailto:[email protected]> .opencsw.announce/ You would have to replace it with: DELIVER="/opt/csw/libexec/dovecot/deliver" :0H * ^List-Post: <mailto:[email protected]> | $DELIVER -m INBOX.opencsw.announce Please note that we don't use the default namespace. Ihsan -- [email protected] http://blog.dogan.ch/ _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
