Displaying 20 results from an estimated 3000 matches similar to: "Out of Quota Causing "BYE Too many invalid IMAP commands.""
2006 Dec 15
1
First Login (Thunderbird) Aborted in RC15?
Not sure if this is anything to worry about. Just upgraded to RC15 to
do some testing, and like always, I monitor the logs when I do this. I
restarted the server (basically a clean install, uninstalled RC2,
installed RC15, same config file), and then opened Thunderbird.
(Ip's masked)
Dec 15 14:35:50 mafeking dovecot: imap-login: Login: user=<joeblogs>,
method=plain, rip=<me>,
2006 Jul 14
3
TLS Issues - Plain Text login?
I'm trying to setup IMAP, so that it works via secure connections. I
have it working fine over SSL, now I wish to get TLS to work.
I have set imap and imaps to both listen on *, and have
disable_plaintext_auth = yes, which according to the docs,
Disable LOGIN command and all other plaintext authentications
unless SSL/TLS is used (LOGINDISABLED capability).
So the problem is now, that TLS
2006 Jun 18
1
LDA - Return-Path missing
I seem to have a problem... Deliver relies on Return-Path headers? I
tried sending emails from SquirrelMail, and Gmail, and both have
caused the same issue (on the recieving end). (I am trying to test
this part, the quota exceeded stuff).
deliver(joeblogs): Return-Path missing, rejection reason: Quota exceeded
I can post email headers, and stuff if needed. Does it need the
Return-Path header,
2006 Mar 12
2
deliver setgid issues
Okay .. have dovecot set up with following settings :
userdb static {
args = uid=97 gid=97 home=/export/dovecot/mail/%d/%u
mail=mbox:/export/dovecot/mbox/%d/%u/
}
passdb passwd-file {
# Path for passwd-file
args = /etc/dovecot-passdb
}
Passdb works I think in the sense that I can log into dovecot using a
regular mail client.
The real issue is when I try to deliver
2006 Nov 28
1
POP3 && Folders
I'm sure this has come up on the list before...
I have a number of accounts normally only accessed via IMAP, and for
this reason, there is a global sieve script for all users (also
required for the spam filtering). What this means though, is that ever
users has 3-4 set folders, that are forced on.
I now have a few users that want to use POP3. Is there a way to make
it download all messages,
2013 Sep 27
2
Adding RFC2307 attributes to an existing Win2003 AD domain?
Running Samba 4.0.9, we have added a pair of Samba4 domain controllers
to an existing Win2003 domain.
How do we determine whether RFC2037 attributes already exist in the
domain? And how would we go about adding them to an already existing
domain?
2006 Apr 13
2
LDA Questions
Firstly, if you're out of quota for example, and using postfix, will
it need to send a bounce email, or will it do the out of quota error
at SMTP time? (preferred)
Also, I want a global sieve script to run first, REGARDLESS if the
user has their own script.
# If there is no user-specific Sieve-script, global Sieve script is
# executed if set.
#global_script_path =
This suggests to me,
2006 Jun 08
1
Problem Compiling Dovecot-LDA
I'm trying to setup Dovecot-LDA. I grab dovecot beta8 and compiled it
with the following options.
$ ./configure --without-deliver --with-mysql
$ make
# make install
It builds fine, and I have it running fine now.
I then tried to build dovecot-lda from cvs, with the following.
$ ./configure --with-dovecot=../dovecot-1.0.beta8/
$ make
and it then fails with the following
gcc -std=gnu99 -g
2006 Jul 17
1
Postfix Virtual Users and Directory Permissions
I have followed the instruction here:
http://www.postfix.org/VIRTUAL_README.html#virtual_mailbox
There are five virtual domains configured and each directory containing
each domain is owned by one UID/UID with permissions of 700. I can send
mail to each domain and it is stored in the appropriate Maildir under
the correct directory. The system is OpenBSD 3.8 STABLE. So far, so good.
Now
2006 Dec 10
1
dovecot's LDA agent
Hi!
I am using courier IMAP with maildrop as LDA. I started reading about
dovecot and i like started to feel that i can switch to it.
I have couple questions mostly about dovecot's LDA.
My main problem with maildrop is that i have to create manualy user
directories grr. All my domains are set up as virtual with postfix.
So when i add new accout thru my web panel and i have to create user dir
2006 Dec 14
1
Error in Thunderbird
I received a mail, Thunderbird was supposed to move that mail in a
folder, according to its filter rules, but appeared this popup:
http://luigi.rosa.name/dovecot1.gif
The log entries are:
Dec 14 07:23:07 mail dovecot: IMAP(lrosa): Fixed index file
/var/spool/mail2/lrosa/.HT list/dovecot.index:
first_recent_uid_lowwater 839 -> 838
Dec 14 07:23:07 mail dovecot: IMAP(lrosa): Corrupted
2006 Dec 14
1
Shared folder subscriptions
Hello!
I have this shared folder:
namespace public {
separator = /
prefix = Public/
location = maildir:/var/mail/public
}
It is accessible for all users in a specific group (mode 770, umask
0007). Users in that group should always be subscribed to all
subfolders, so I did not use a different CONTROL for each user. All of
our IMAP users were in that group, until now.
I added a
2006 Jul 10
2
userdb prefetch problem..
I have a setup that I'm working on migrating to Dovecot for thousands of
users across a few dozen domains.. All users are authed from LDAP.. In
LDAP, each user has a unique uidNumber, and varying gidNumber (for use
in other applications)
As far as mail storage, the entire Maildir structure is owned by
UID/GID: vmail/vmail
So, the uidNumber/gidNumber from LDAP is not needed. global uid/gid is
2006 Dec 19
2
umask 007 ineffective with newly created Maildir message
This is for Dovecot 1.0.rc15 from Debian Backports on 3.1 Stable, x86;
Filesystems are local reiserfs; IMAPs client is KMail 1.9.5
Non-default settings in dovecot.conf:
protocols = imaps
ssl_cert_file = /etc/dovecot/mail.cert.pem
ssl_key_file = /etc/dovecot/mail.key.pem
mail_location = maildir:/var/mail/ambrosia.plus.com/%n
mail_extra_groups = mail
first_valid_uid = 1000
2006 May 19
4
beta8: core, signal 11
Timo,
The gdb analysis is attached. It looks like memory got seriously
stomped in this core dump. There was no assert or other useful
information in the syslog. My setup: Solaris 9, imap and imaps,
mbox format, INBOXes NFS mounted, index files on local ufs
filesystem, beta8 configured like so:
VERSION=1.0.beta8
CC=gcc CFLAGS="-g -O" CPPFLAGS=-I/opt/openssl/include
2006 Jun 13
1
Plain and MD5 passwd for the same user?
Hello,
I'm running dovecot 1.0-0_12.beta8. Since I have only a very small
number of user on that server, I have their names and password in text
files, no databases.
imap works both via webmail and via Kmail
Is it possible to have, for the same user, a plain unencrypted
password when connecting via imap on the local interface (needed, as I
understand it, to be squirrelmail compatible) and a
2006 Oct 09
1
patch: mailboxcasecmp()
Here is a patch which adds mailboxcmp() and mailboxcasecmp() functions,
similar to mailbox_equals(). Names were chosen to match strcmp() and
strcasecmp(). I needed this for Johaness Berg's dspam plugin. It
watches a folder "SPAM" and forcing this to be uppercase is unacceptable
for me. (I also had to modify the plugin to use the new routine.)
It's against dovecot-1.0.beta8
2006 May 16
1
Solaris 10 x64 - crash report
Dear dovecot-devel
I have a newly built dovecot-1.0.beta8 crashing at start
May 16 11:11:33 zorch dovecot: [ID 475045 mail.info] Dovecot v1.0.beta8
starting up
May 16 11:11:34 zorch dovecot: [ID 920869 mail.error] Login process died
too early - shutting down
May 16 11:11:34 zorch dovecot: [ID 684838 mail.error] child 28853
(login) killed with signal 11
Built on Solaris 10u1 x64 with Studio11
2006 Jun 12
1
./configure and /or Makefile problem
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
This is on OpenBSD 3.x.
I'll fully admit not being a savvy programmer and therefore unable to
suggest a decent resolution.
It seems that _something_ in either the main "configure" script or
one of the Makefile.in templates is causing the Makefiles in
src/auth and src/util to add two variables named "AUTH_CFLAGS" and
2006 Jun 13
1
SSL: Server CommonName mismatch: localhost.localdomain
Greetings,
I have seen via google that this very problem was already discussed on
several lists some months ago, but the archives report no solution.
I have a remote server with dovecot 1.0-0_12.beta8 on Centos 4.3. IMAP
works just fine: I can read email from both Squirrelmail via web and
Kmail.
Now I have created an ssl certificate on the server, and I'm trying to
retrieve email via pop3s