Displaying 20 results from an estimated 8000 matches similar to: "error in dovecot.log about ldap"
2009 Sep 18
1
Problem with quota in maildir++
Hi all. I have a problem with one user. His quota is upper of real quota.
# cd /var/mail/problemuser/
# find . -name 'dovecot*' -exec rm -f {} \;
# find . -name 'maildir*' -exec rm -f {} \;
# echo test | mail problemuser -s test
# more maildirsize
104857600S
104215602 1439
647 1
# du -h
4,0K ./.Borrador/new
4,0K ./.Borrador/cur
4,0K ./.Borrador/tmp
16K ./.Borrador
2008 Dec 03
1
assertion failed
Hi all, I have seen this in log:
dovecot: Dec 03 06:12:57 Error: IMAP(maurirrr): file
mail-index-view-sync.c: line 666 (mail_index_view_sync_end): asser
tion failed: (view->log_file_offset >= view->map->hdr.log_file_int_offset)
dovecot: Dec 03 06:12:57 Error: IMAP(maurirrr): Raw backtrace:
/usr/libexec/dovecot/imap [0x461d5e] -> /usr/libexec/dov
ecot/imap [0x461acc] ->
2008 Nov 11
1
Error: Maximum number of mail processes exceeded
Hi, i don't know. Is normal login_max_processes_count > 1024??
Our environment is about 1700 users (imaps + thunderbird or
imaps+horde). The server is RedHat Enterprise Linux 5.2
User logins different in a hour:
# cat dovecot.info | grep 'Nov 11 10' | grep "login: Login" | cut -d'<'
-f2 | cut -d'>' -f1 | sort | uniq | wc -l
685
Logins in a hour:
2010 May 24
2
Problem with deliver and quota userdb sql
I have quota with userdb sql override. When i overpass 100M deliver
reject the message. I have 200M in sql. Deliver don't query the database.
What happen in it?
# 1.2.11: /etc/dovecot.conf
# OS: Linux 2.6.9-89.0.25.ELsmp i686 Red Hat Enterprise Linux AS release
4 (Nahant Update 8) ext3
log_path: /var/log/dovecot/dovecot.log
info_log_path: /var/log/dovecot/dovecot.info
protocols: imaps
2009 Oct 15
3
Per User Quotas
Hi All
I have not been able to get per user quotas going. A general quota
works fine. My LDAP server is windows 2000.
Here is my config
mail# dovecot -n
# 1.1.3: /usr/local/etc/dovecot.conf
log_path: /var/log/dovecot.log
protocols: imaps pop3s lda managesieve
listen(default): *
listen(imap): *
listen(pop3): *
listen(managesieve): *:2000
ssl_cert_file: /usr/local/etc/dovecot/ssl/certs/dovecot.pem
2008 Dec 15
2
cmusieve, vacation and error at file_dotlock_create
Hello again,
managesieve is working. Now I tried a vacation script with the
result that the vacation response is sent but I got he following
error:
deliver(test1 at xxxxxx.de): 2008-12-15 14:34:28 Error: file_dotlock_create(/home/vmail/%d/%n/Maildir/.dovecot.lda-dupes) failed: No such file or directory
/home/vmail/xxxxxx.de/test1/Maildir/ is the correct dir, there
are the other files like
2008 Dec 15
2
Problem with managesieve (and virtual users?)
Hello,
I use the debian packages from http://xi.rename-it.nl/debian/
version 1.1.7-0~auto+17
If I put a sieve script into /home/vmail/sieve-scripts/test.de/test.sieve
it is used, so cmusieve works.
But if I activate managesieve I get in the log:
dovecot: 2008-12-14 21:24:49 Fatal: managesieve-login: USER environment missing
dovecot: 2008-12-14 21:24:49 Error: managesieve-login: BYE
2008 Jul 03
0
I will chance the Sieve Path
I open a Thread and i hope anybody can me explain my mistake
I will chance the Sieve Path from my /home to another dir
I use the LDA/Sieve wiki http://wiki.dovecot.org/LDA/Sieve
but If i change the sieve path from sieve=~/.dovecot.sieve
to sieve = /var/spool/sieve-scripts/%u/dovecot.sieve
Dovecot search the .dovecot.sieve file continue in my home?
and not in the new path
# 1.1.1:
2009 Oct 26
1
Dovecot
Hello all,
I use dovecot11-1.1.7-1.4.1 with OpenSuse 11.1. Everything works fine,
except the vacation with managesieve.
When i send a mail to an address with vacation, i recieve back a
vacation message, but i read an error like this into dovecot-deliver.log:
Error: file_dotlock_create(~/.dovecot.lda-dupes) failed: No such file or
directory
And then the vacation is send any time, without
2009 Jan 29
0
Dovecot and smartsieve
Hi all,
I am testing smartsieve with the patch found into the dovecot wiki
(http://nopaste.biz/63514) but, i have some problems. All works fine,
but incredibly slow..and i don't know why. The only error i get is into
the error log of apache:
[Fri Jan 30 17:18:57 2009] [error] [client xxx.xxx.xxx.xxx] PHP Notice:
Undefined variable: line in
/srv/www/htdocs/smartsieve/lib/Managesieve.php on
2008 Nov 09
2
Managesieve: Remote login fails
Hello,
I've been trying to get managesieve to work for our LAN, but when I try
to login from a remote host i always get the following line in the log file:
dovecot: child 26014 (login) killed with signal 11
When i enable debuging, it just gives me that line, nothing more. I can
only login from the localhost through telnet but not from a remote host.
My conf:
# 1.1.6:
2009 Aug 19
2
dovecot auth is case insensitive, but fs is sensitive :)
others have found this problem ?
this possible bug can be used by user in that way that one password
login can use 2 maildirs in filesystem effitively give them all space
qoutas and lost of other goodies
so to speak:
foo at example.com with a password can login with fOO at example.com and
fOo at example.com
add more chars to get more mailbox :/
confirms ?
i found the problem when i had
2010 Jan 13
1
using dovecot deliver
Hi all!
This is my first posting to the list and I really could use some help
in getting postfix using dovecot as virtual_transport. I get an error
in dovecot-deliver.log that says "Can't connect to auth server at
/var/spool/postfix/private/dovecot: Permission denied" Im using
postfix as MTA with two virtual domains and virtual users. This is my
dovecot -n output:
# 1.1.11:
2009 May 04
2
New messages notification - (IMAP PUSH?)
Hello all.
I have strange problem.
As I understand IMAP use server2client command to tell what new email is
arrived.
So - all was good, but few weeks ago I notice what my thunderbird not
show new messages. I think it was local problem(I switch distro what
day) but soon my email clients what uses mostly Outlook-2007-SP1 start
to confirm this problem.
What can it be and how can I fix it?
I
2009 Oct 07
1
is it possible to fetch messages for multiple users using a single account?
Dear list,
I am running dovecot with LDAP. Each account has email in form
abc at example.com, and messages are stored at /var/vmail/abc/Maildir.
This is an external mail server, and I would like to use a cron job to
fetch all messages to an internal server which has slow internet
connection.
It seems getmail supports multidrop retriever which might fit the
bill. However I could not figure out how
2009 Aug 25
3
Quotas ignored on INBOX only
I have set up postifx and dovecot (1.1) with virtual users and delivery via LDA. I am very pleased with the results so far but have this problem with quotas.
?
Setting a global quota using plugin { } I initially used maildir to set quotas, but they seem to apply to all folders apart from INBOX.
?
For debugging I switched maildir to dict using mysql. The table populates as it should with sizes and
2008 Nov 18
2
Password authentication and character set
Hi,
I've searched in the wiki and in the mailinglist archives but haven't
found anything about password character sets within the dovecot
authentication deamon.
My problem is that we have users with passwords containing scandinavian
characters (???, umlauts) and the debug log shows that different clients
send the password in different charsets. The passwords are stored in a
Mysql
2009 Jul 20
1
Problem with quota-dict
Hi,
I wanted to migrate a mailserver from cyrus to dovecot. The new setup was
using postfixadmin let the domain admins configure the hostet domains.
To view the used quota in postfixadmin the usage of the quota dict backend is
required. I have configured it according to the wiki but everytime I connect I
get a sucessfully login and then every next command hangs. It seems to me,
that the dict
2008 Aug 02
1
Dovecot 1.1.12 ignores auth_krb5_keytab settings
Hello,
i am using here a FreeBSD 7.0 amd64 with latest dovecot from ports.
It ignores the krb5_keytab settings, which looks like this in the logs:
dovecot: Aug 02 18:56:54 Error: auth(default): gssapi(?,130.149.58.145):
While processing incoming data: Miscellaneous failure (see text)
dovecot: Aug 02 18:56:54 Error: auth(default): gssapi(?,130.149.58.145):
While processing incoming data:
2009 Jan 20
2
userdb didn't return a home directory with v1.1.7
Hi all,
I am running Dovecot v1.1.7 in a relatively quiet and calm environment.
Suddenly overnight cron job has started throwing out errors like:
/usr/sbin/dovecot --exec-mail ext /usr/lib/dovecot/expire-tool
Error: userdb(user1 at mail.example) didn't return a home directory
Error: userdb(user2 at mail.example) didn't return a home directory
Indeed, running this command produces: