Problem solved. Apparently this comment in my lda configuration lied.
protocol lda {
# Space separated list of plugins to load (default is global mail_plugins).
# mail_plugins = $mail_plugins
}
I had to set this to
protocol lda {
# Space separated list of plugins to load (default is globa
I did not read all, but i guess you are lokking for this
http://wiki2.dovecot.org/Authentication/MultipleDatabases
Hope it will help you.
[]'sf.rique
On Fri, Mar 18, 2011 at 7:51 AM, PARTH MONGA wrote:
> Hi Friends
>
> I am facing an issue with dovecot configuration and i am describing it i
Stephan Bosch writes:
> Op 20-3-2011 8:12, Michael Welsh Duggan schreef:
>> I have a sieve file that reads like this:
>>
>> require "fileinto";
>>
>> # Emacs
>> if header :contains "List-Id" "emacs-devel.gnu.org"
>> {
>> fileinto "mail.emacs-devel";
>> }
>> elsif header :contains "List-Id" "
Op 20-3-2011 8:12, Michael Welsh Duggan schreef:
I have a sieve file that reads like this:
require "fileinto";
# Emacs
if header :contains "List-Id" "emacs-devel.gnu.org"
{
fileinto "mail.emacs-devel";
}
elsif header :contains "List-Id" "emacs-bidi.gnu.org"
{
fileinto "mail.emacs-bidi
Michael Welsh Duggan writes:
> I have a sieve file that reads like this:
>
> require "fileinto";
>
> # Emacs
> if header :contains "List-Id" "emacs-devel.gnu.org"
> {
> fileinto "mail.emacs-devel";
> }
> elsif header :contains "List-Id" "emacs-bidi.gnu.org"
> {
> fileinto "mail.emacs-bidi
Greetings,
I am trying to copy email from one server to another server using
Thunderbird. The old server is a closed source ModusMail server and the
new server is a Qmail server running Dovecot 1.2.3 (yes, I realize this
is behind the times a bit).
My issue is this: Whenever Thunderbird get
On Dom, 2011-03-20 at 14:31 +, Maria Arrea wrote:
> Imagine the following scenario
>
> Last Saturday, 3:00 AM a big phishing attack hits our e-mail inboxes.
> Spamassassin does not mark them as spam, and our 50.000+ users have in their
> mdbox a very credible phishing attack. What doveadm-f
On 03/20/2011 07:31 AM, Maria Arrea wrote:
Imagine the following scenario
Last Saturday, 3:00 AM a big phishing attack hits our e-mail inboxes.
Spamassassin does not mark them as spam, and our 50.000+ users have in their
mdbox a very credible phishing attack. What doveadm-fu could I use to d
Imagine the following scenario
Last Saturday, 3:00 AM a big phishing attack hits our e-mail inboxes.
Spamassassin does not mark them as spam, and our 50.000+ users have in their
mdbox a very credible phishing attack. What doveadm-fu could I use to delete
(or move to spam) that e-mail from each
On 03/18/2011 02:16 PM Stéphane Guedon wrote:
> Hello
>
> I use the dovecot 2.0.10 server and wonder how to clean up correctly the old
> mails (especially for spam folder).
>
> I use maildir storage, and wonder if deleting files with an rm and file
> command
> combinaison would be good or woul
Hello
I use the dovecot 2.0.10 server and wonder how to clean up correctly the old
mails (especially for spam folder).
I use maildir storage, and wonder if deleting files with an rm and file command
combinaison would be good or would corrupt indexes files/whatever.
for exemple, the spam folder
Hi Friends
I am facing an issue with dovecot configuration and i am describing it in a
nutshell.
We have a dovecot setup under ultramonkey load balancer and in loadbalancer
we have a check defined for pop service which queries mysqldatabase for a
particular user name/password after every 2 minut
Hello,
> > Big surprise: Something bad must have happened after the messages were
> > deleted from Trash; now all messages are zero days old.
>
> Are you using maildir? Did you run with those patches + mail_debug=yes?
Today, the daily cronjob expired some messages. I have attached the output of
Hi
I try to use windbind rule to authenticate users in dovecot login procedure.
/etc/nsswitch.conf file:
passwd: files winbind
shadow: files winbind
group: files winbind
Configuration of the dovecot is follows:
log_path: /var/log/dovecot/error.log
info_log_path: /var/log/dovecot/info.log
protocols:
Forget it. I must have been crosseyed. Someone had put the log file in a
non-standard place /home/vmail/dovecot-deliver.log. It told all. A plugin
cmusieve was not found, possibly depreciated?
I learned how to make the deliver command line work. ;)
Sorry,
David Koski
dko...@sutinen.com
> A
We use proxy_maybe across several servers handling over 10,000 accounts with no
problems.
--Original Message--
From: Dennis Guhl
Sender: dovecot-bounces+jkrejci=usinternet@dovecot.org
To: dovecot@dovecot.org
ReplyTo: dovecot@dovecot.org
Subject: Re: [Dovecot] dovecot proxy, imapproxy,
Am 18.03.2011 23:39, schrieb Robert Schetterer:
> Am 17.03.2011 00:07, schrieb Robert Schetterer:
>> Am 16.03.2011 23:52, schrieb Robert Schetterer:
>>> Am 16.03.2011 22:59, schrieb Robert Schetterer:
Am 16.03.2011 20:56, schrieb Robert Schetterer:
> I wonder how POP3 clients would even kn
Forgot to mention:
# 2.0.11: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.35 i686 Debian wheezy/sid
--
Michael Welsh Duggan
(m...@md5i.com)
I have a sieve file that reads like this:
require "fileinto";
# Emacs
if header :contains "List-Id" "emacs-devel.gnu.org"
{
fileinto "mail.emacs-devel";
}
elsif header :contains "List-Id" "emacs-bidi.gnu.org"
{
fileinto "mail.emacs-bidi";
}
...
Unfortunately the List-Id based lines don't
19 matches
Mail list logo