search for: redknot

Displaying 2 results from an estimated 2 matches for "redknot".

2010 Jul 22
1
NFS Maildirs
.... Everything works fine but when I want to delete a homedir of a user I can't delete it because I can't remove the .nfs files in the Maildir. I don't want to stop dovecot, remove the homedir and start dovecot. Is there another way to accomplish this. Thanks, Martijn # 1.2.12: /etc/opt/redknot/dovecot.conf Warning: fd limit 256 is lower than what Dovecot can use under full load (more than 4096). Either grow the limit or change login_max_processes_count and max_mail_processes settings # OS: SunOS 5.11 sun4v log_path: /var/log/dovecot.log protocols: imap imaps managesieve ssl_cert_file:...
2010 Jun 17
1
LDA to address extensions
Hi List, I'm trying to make dovecot deliver messages to sam+extension at example.com to the imap folder 'extension' of the user 'sam'. I've configured postfix with these dovecot as LDA: mailbox_command = /opt/redknot/libexec/dovecot/deliver -f "$SENDER" -d "$USER" -m "$EXTENSION" -a "$RECIPIENT" recipient_delimiter = + Sam is a local system user so I don't want to use virtual_transport (I think). I've read http://wiki.dovecot.org/LDA/Postfix but so far without su...