[Dovecot] restricted dovecot conf

2013-12-11 Thread Goran
Hi all,

I have a simple but well running dovecot configuration attached below.

Now I want to change some things. What I need is an IMAP-Server which
restricts the user to the following:

- no folder createable
- no messages deleteable

How to get what I want?

My Version: Debian x86 Squeeze, Dovecot 1:1.2.15-7.

Many thanks in advance!

Goran

---

protocols = imaps
disable_plaintext_auth = yes
shutdown_clients = yes
log_timestamp = %Y-%m-%d %H:%M:%S 

ssl = yes
ssl_cert_file = /etc/ssl/certs/dovecot.pem
ssl_key_file = /etc/ssl/private/dovecot.pem

mail_location = mbox:~/mail:INBOX=/var/mail/%u
mail_privileged_group = mail

mbox_write_locks = fcntl dotlock

auth default {
  mechanisms = plain
  passdb shadow {
  }
  userdb passwd {
  }
}


[Dovecot] dspam plugin

2007-06-11 Thread Goran Mekić
When I drag n drop spam mail to SPAM folder, I get this error:
Jun 11 17:58:46 sparrow dspam[28452]: Unable to open file for
reading: 
/var/spool/dspam/data/local/mymail/mymail.sig/466d652f315451306914567.sig:
No such file or directory

mymail is user that runs dovecot transport (postfix config). The .sig
file exist
in /var/spool/dspam/data/domain/user/user.sig/466d652f315451306914567.sig.
I've tried to google this problem, but no luck. Any advices? Thanx!