Displaying 17 results from an estimated 17 matches for "letellier".
2008 Mar 07
3
User another userdb to sasl
Hello,
I use Dovecot 1.0.12 with Postfix on FreeBSD. It works perfectly, but I
have a question. My users are virtual (stocked in a MySQL database).
I use SASL Dovecot authentification, and SASL uses my userdb (for
POP/IMAP access).
However, I would like my users have an other login/password to send
email with SMTP/SASL. Or, I don't want my users use the same
login/password for POP/IMAP
2008 Jun 05
2
Get the size of a maildir
Hello.
I would like to know it a 'proper' solution exist to get the size (in
MB) of a maildir. Actually, to get it, I do a 'du -sh' but I'm not sure
it is a good solution. And it does not return the same value than
imap-quota.
Is there a command, a tool, in Dovecot to get it?
There is the maildirsize but it's very difficult to get the value with
a script shell and with
2008 Jun 29
2
quota_warning script
Hello.
I'm reading http://wiki.dovecot.org/Quota/1.1 one last time before my upgrade, and I have a question about quota_warning option. Which type of script must we use for this example:
quota_warning = storage=95%% /usr/local/bin/quota-warning.sh 95
What the script must doing? It sends an email? It deletes some emails?
Thanks!
--
-Nicolas.
2008 Mar 08
2
Quota problems with IMAP and POP?
Hello,
I would like to know if it could be appears problem using POP and IMAP
in a mailbox?
Is it adviced to use one of the two protocols?
My users use IMAP to see their emails (in the webmail) and POP3 to
download their emails (in outlook/thunderbird).
Is it best to use the same protocol? POP and IMAP have the same quota
engine?
Thanks.
-Nicolas
2008 Mar 12
2
Problem with a sieve file
Hello,
I use a simple sieve file like:
require "fileinto";
if header :contains ["From"] ["root"] {
redirect "test at domain.com";
}
When I send an email with root to this user, I have this error in my
deliver log:
Mar 12 09:43:18 helm deliver(user at domain.net):
open(~/.temp.hostname.net.53398.23c1b1a363c2c4e8) failed: No such file
or directory
Mar
2008 Dec 24
2
copy LDA rule
Hi dovecot at .
I use the last dovecot (1.1.7) with sieve-plugin. All works perfectly.
However, I would like to use a "copy" function. All mail sent by "toto at domain.tld" have to be copied in a folder (copy, and not move).
So, I don't want to use a fileinto rule.
I see in http://wiki.dovecot.org/LDA/Sieve there is a copy function (1.1 only).
A rule like:
if header
2009 Feb 11
3
Expire plugin does not delete expired mail
Hello.
I use expire plugin with dovecot 1.1.10. See my dovecot -n:
# 1.1.10: /usr/local/etc/dovecot.conf
# OS: FreeBSD 6.3-RELEASE-p9 i386 ufs
syslog_facility: local6
protocols: imap imaps managesieve
ssl_cert_file: /etc/ssl/mail/mail.domain.net.cert
ssl_key_file: /etc/ssl/mail/mail.domain.net.key
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default):
2009 Feb 04
2
Expire plugin does not work
Hi.
I test expire plugin for my dovecot 1.1.8. But, it seems to not work.
I have 3 mailboxes on my machine.
I want my messages in Junk and Trash expire after 1 day. I removed all messages in them before installing expire plugin.
See my dovecot.conf:
expire: Trash 1 Junk 1
expire_dict: proxy::expire
My dabatases in /var/lib/dovecot are used.
When I launch /usr/local/sbin/dovecot
2009 Jan 28
1
Differences when expire plugin and cronjob?
Hello.
I would like to see the differnces between the expire plugin and a cronjob which make a find/delete.
Is there performances differences? What's the best to use?
I use dovecot 1.1.8. Is expire plugin update the maildirsize and other indexes files?
Thanks.
Regards,
--
-Nicolas.
2008 Dec 25
1
Logging logs moved/deleted
Hi dovecot list,
I'm looking for a possibility to log a moved (or a deleted mail). For example, I have a mailbox, and I read it in IMAP. I have a mail in INBOX. I want to move it to Folder. I want to have this action logged in my dovecot log file (or an other file).
Is it possible?
I read this: http://wiki.dovecot.org/Logging and I don't find any informations about it. I try to set
2008 Sep 03
1
umask and mails
Hello.
I would like to have rights like 750 in my mailboxes
(in /var/mail/vmails/domain.tld/user).
http://wiki.dovecot.org/DovecotServerInstallations/RHEL/2_Users?highlight=(mask)
I see an option called umask (in dovecot.conf). I set umask = 0750 in
dovecot.conf.
This option add good rights to directories, but not to the mail
received (always in 700).
Do you have a solution?
Thanks.
--
-
2008 Jul 10
1
Unknown dict module: db with expire plugin
Hello.
I upgraded my dovecot to 1.1. I use the FreeBSD port.
However, I can't use the expire plugin. See the error:
Unknown dict module: db
expire plugin: dict_init() failed
I see on the mailing list another mail like this problem. And the
problem is the imap library is not linked to libdb.
Is there a solution?
Have I to contact the FreeBSD maintainer to link the binary to the
library?
2008 Jun 18
1
Migrate to 1.1 from 1.0.14
Hello.
I see dovecot 1.1 will be release very soon. I'm thinking about a
migration from my 1.0.14. The migration job will be hard/long?
I see in http://wiki.dovecot.org/Upgrading/1.1 that dovecot-uidlist
file are in a new format. It will be problem for Courier (pop/imap)
upgrades? (today, I often upgrade old mailboxes in Courier to my
Dovecot server).
Best regards,
--
- Nicolas.
2008 Mar 12
1
Fileinto to a maildir with sieve
Hello,
Is it possible to specify a maildir to a fileinto rule in a sieve file?
A simple:
require "fileinto";
if header :contains "X-Spam-Flag" "YES" {
fileinto ".Junk";
}
does'nt work becaise .Junk is a directoty, not a mailbox... See my
dovecot-deliver log:
Couldn't open mailbox .Junk: Invalid mailbox name
Mar 12 09:52:38 helm
2009 Jan 28
1
Unknown dict module: db with expire plugin
Hello.
I use dovecot 1.1.8 in a FreeBSD 6.3
Today, I want to active expire plugin.
But it does not work. I made instructions described in http://wiki.dovecot.org/Plugins/Expire for a bdb database.
See my dovecot -n:
# 1.1.8: /usr/local/etc/dovecot.conf
# OS: FreeBSD 6.3-RELEASE-p4 i386 ufs
syslog_facility: local6
ssl_cert_file: /etc/ssl/mail/***********.cert
ssl_key_file:
2008 Apr 08
0
Plugin trash does not work
Hi.
I use dovecot 1.0.13 on FreeBSD 7.0. I want my Junk mail will be deleted
if my quota is exceeded. So, I configured trash plugin (with Dovecot
wiki). In my dovecot.conf:
protocol imap {
mail_plugins = quota trash
}
plugin {
trash = /usr/local/etc/dovecot-trash.conf
}
In my /usr/local/etc/dovecot-trash.conf:
1 Junk
2 Trash
Emails in there mailboxes are never deleted.
My mailbox is
2008 Apr 09
0
Delete old mails and refresh quota
Hello.
I use dovecot 1.0.13. So, I can't use expire plugin (require dovecot
1.1+).
For delete old mails in Junk mailboxe, I use a cron:
find /var/mail/vmails/ -regex '.*Junk/cur/.*' -ctime +30 -delete
It works.
However, quota is not refreshed. If my quota is to 90% and I delete 85%
of my mails, quota still 90%, not 5%. I must delete my maildirsize after
this cron.
Do you have