Displaying 20 results from an estimated 10000 matches similar to: "IMAP clients can't connect while dovecot 2.0.9 is configured for LDAP"
2008 May 27
2
Error when using include directive in Sieve
Hi
I have two sieve scripts:
# cat /var/vmail/sieve/global
require ["include"];
include :global "spam";
include :personal "sieve";
# cat /var/vmail/sieve/spam
require "fileinto";
if exists "X-Spam-Flag" {
fileinto "Junk";
}
# ls -l /var/vmail/sieve/
total 16
-rw-r--r-- 1 mailuser mailgroup 68 2008-05-28 00:40 global
-rw------- 1
2013 Dec 09
0
Dovecot - solr - user unknown
Hi all,
I am running dovecot with solr on centos 6.5.
In my dovecotlog i am getting the following error for any user :
Dec 09 16:03:22 indexer-worker: Error: User me at mydomain.net lookup
failed: Unknown user
everything else works ok and no mail-issues.
I have been searching and searching and really cant figure it out.
Probably i overlooked something dumb,
I hope someone can help me out
2014 Nov 13
0
Bug (?) while listing imap folder
Dear All,
I think I've hit a bug after migrating our mail server to the newest
version of dovecot (version 2.2.15). When I try to list all imap folders
for one user the imap process crashes. The listing to a specific folder
(ex. INBOX) works fine, only the "*" crashes.
Client side:
---------------------
[root at mb log]# telnet 127.0.0.1 143
Trying 127.0.0.1...
Connected to
2013 Jan 30
2
A lot of dovecot/imap processes
Hello!
I have a dovecot installed and many users could login via IMAP over SSL
(40 users at same time aprox).
Users could have "Check mail every X time" enabled in their client
(Thunderbird or K-9 mail) - Is this required feature? I noted that if I
disable it I still getting news mails without having to check for new
mails manually - .
I noted that dovecot is creating a lot of
2009 Sep 15
3
Expire plugin: wrong mailbox separators in database?
Hi all,
I'm experimenting with the expire plugin and seem have run into a small
problem. I am using Dovecot 1.2.4 on a test server. The config is taken
mostly verbatim from the expire plugin wiki page [1], using MySQL as a
database. See below for detailed output.
Namespace "private" has "/" configured as mailbox separator:
namespace private {
separator = /
2013 Dec 08
1
Expire plugin - empty expires table
Hello,
Dovecot does not fill expires table when moving messages to Trash or Junk
folder.
I looked all over mailing list and googled around and cannot find what could
be wrong - pleas help :)
Dict works for quota, so I presume connection to mysql is not a problem -
mailuser has Select,Insert,Update,Delete privileges over
quota and expires table (log below for deleting message)
dovecot
2017 Mar 16
0
sievec
Op 3/16/2017 om 10:20 PM schreef Robert Moskowitz:
> I am building a new mailserver on Centos7.
>
> My sieve is created with:
>
> mkdir /home/sieve
> cat <<EOF>/home/sieve/globalfilter.sieve || exit 1
> require "fileinto";
> if exists "X-Spam-Flag" {
> if header :contains "X-Spam-Flag" "NO" {
> } else {
>
2014 Feb 20
1
Quota-Status issue
Following this guide:
http://sys4.de/en/blog/2013/04/08/postfix-dovecot-mailbox-quota/ I can't
seem to get it to work, as soon as I add the smtpd_recipient_restrictions
setting to postfix I can no longer send mail at all. I get the message SMTP
Error (450): Failed to add recipient "postmaster at example.com" (4.7.1 :
Recipient address rejected: Internal error occurred. Refer to
2017 Mar 16
4
sievec
I am building a new mailserver on Centos7.
My sieve is created with:
mkdir /home/sieve
cat <<EOF>/home/sieve/globalfilter.sieve || exit 1
require "fileinto";
if exists "X-Spam-Flag" {
if header :contains "X-Spam-Flag" "NO" {
} else {
fileinto "Spam";
stop;
}
}
if header :contains "subject"
2014 May 28
0
both perosnal and global sieve scripts
Hi
we have redhat 6 EL and dovecot 2.0.9 personel scripts running with no
problem, but now i try to add global scripts for sieve
i added parameters
sieve_global_path = /var/lib/dovecot/sieve/default.sieve
sieve_global_dir = /var/lib/dovecot/sieve/
and create folder with owned vmail and creat script default.sieve
require ["fileinto"];
# rule:[Move Spam to Junk Folder]
if header
2015 Jun 12
2
Imap Notify
I'm trying to enable Imap Notify in Dovecot 2.2.13. I know that's a bit
out of date, but that's what's provided with openSuSe 13.2.
The first thing I did was add mailbox_list_index=yes to
/etc/dovecot/dovecot.conf.
Both doveadm -n and dovecot -n show the change. I then used doveadm
reload to force dovecot to reread its config file.
Despite this, NOTIFY did not show up it
2013 Dec 02
1
dovecot.index-Errors with multiple IMAP client access in Dovecot 2.2
Hello list,
I hope you can help me!
My self-compiled dovecot 2.2.6 (and the two minor versions before, too)
throws that errors:
Nov 28 18:29:00 mailserv dovecot: imap(martin at example.com): Error:
Transaction log /srv/vmail/example.com/martin/Maildir/dovecot.index.log:
duplicate transaction log sequence (25)
Nov 28 18:29:00 mailserv dovecot: imap(martin at example.com): Error:
2020 Aug 28
1
moving /var/vmail/vmail1 Maildir tree to another partition?
I have a small Postfix/Dovecot/MariaDB on Centos 7 with a dozen virtual
domains, I'm running out of space in /var but got space
can I simply move the entire /var/vmail/vmail1 tree elsewhere ?
like say /vmail/vmail1
is it as simple as shutting Dovecot/Postfix, move tree, edit conf and re
start ?
or am I missing something ..? or is the a better way of doing this ?
# grep 'var/vmail'
2015 Sep 03
0
disable quota for all users
Sorry, forgot to mention: version 2.0.9
(dovecot.x86_64 1:2.0.9-19.el6.1)
On Thu, 3 Sep 2015, Support Antenna wrote:
> Dear all,
>
> On a new server (postfix dovecot postfixadmin Centos)
> I did define quota=0 in postfixadmin
>
> However suddenly a user with more than 9Gb of mail got his mailbox new/cur
> empty and maillog shows:
>
> Sep 3
2017 Nov 10
0
Sieve global path?
Set the sieve_global_dir like this.
/etc/dovecot/conf.d/99-mystuff.conf:
.
.
plugin {
? sieve???????????????? = ~/Maildir/dovecot.sieve
? sieve_dir???????????? = ~/Maildir/sieve
? sieve_global_dir????? = /etc/dovecot/sieve/global/
? sieve_before????????? = /etc/dovecot/sieve/before.d/
#? sieve_before2??????? =
#? sieve_before3??????? =
? sieve_after?????????? = /etc/dovecot/sieve/after.d/
#?
2011 Sep 20
2
Trouble getting lda to gzip incomming mails (zlib plugin)
Hi!
I've followed the guide at http://wiki2.dovecot.org/Plugins/Zlib to try to make Dovecot gzip incomming mails, but it doesn't seem to work.
I've made pop/imap read gzipped files, and this seems to work perfectly, but LDA is still saving incomming mails in plain text.
There's not too much information out there regarding the zlib module, so I'm not sure where to start
2014 Nov 12
1
Dovecot Cur and New Directories are empty
Hi,
Recently, we faced an issue with dovecot. Mail delivered to New
directory, but after we used Outlook to connect with POP3 protocol,
there was no email delivered to Outlook and New/Cur directory was empty.
If we don't use Outlook to connect, after a few minutes, it is empty
also.
Would you please help me to solve this issue?
Below is the result from "dovecot -n"
2010 Jul 08
1
LDA ignored
Hi,
my final goal is it to make use Dovecot's sieve modul - but
unfortunately I'm not getting the LDA running as it is described in the
Dovecot's wiki pages ... ;/
I've more and more getting the feeling that the LDA section in the
configuration is completely ignored, cause whatever change I do in there
is not being recognized at all - I could just type wildly arround in
there
2015 Sep 03
4
disable quota for all users
Dear all,
On a new server (postfix dovecot postfixadmin Centos)
I did define quota=0 in postfixadmin
However suddenly a user with more than 9Gb of mail got his mailbox new/cur
empty and maillog shows:
Sep 3 15:43:56 mail16 dovecot: lda(brouwerb at scholarium.nl): Error: sieve:
msgid=<alpine.LRH.2.20.1509031543050.16381 at streaming2.antenna.nl>: failed
to store into mailbox
2010 Jun 19
1
Sieve isn't working
Hi,
I tried to get Sieve plugin running but I don't get it to work and
actually have no idea what's wrong.
My dovecot version is 1.2.12 and dovecot -n prints this:
# 1.2.12: /usr/local/etc/dovecot.conf
# OS: Linux 2.6.18-028stab064.7 i686 openSUSE 11.1 (i586) reiserfs
log_path: /var/log/dovecot.log
info_log_path: /var/log/dovecot.log
disable_plaintext_auth: no
login_dir: