Hi all,
I'm using dovecot since a few months and it works great.
But a few days ago some coworkers mentioned that they got
errormessages in their Mailapp.
I searched in the logfiles and found this:
Sep 14 12:07:35 Mailserv dovecot: IMAP(eckhard-ma-domain-com):
fsync(/home/eckhard-ma-domain-com/ma
Hi,
We've been using v1.0.5 +quota_warning patch, however
quota_warning does't seem to be working properly.
For example, in order to enable 80% over for quota warning,
and we configured like following:
---
plugin {
quota_warni
Hello -
I've combed the wiki and archives a bit and can't seem to find what I am
lookng for. It seems that BlackBerry Internet server has an issue with IMAP
accounts along with IDLE and concurrent connections. Please see the
following link (sorry it's fairly long):
http://www.blackberry.com/btsc/s
On Tue, Sep 25, 2007 at 09:07:24PM -0400, Bill Cole wrote:
> At 7:19 PM -0500 9/25/07, Rich Winkel imposed structure on a stream
> of electrons, yielding:
a flux of gibberish!!!
> >Does deliver run as root, as the recipient's ID, sendmail's ID or
> >sendmail's GID? (I'm running freebsd)
>
> I
At 7:19 PM -0500 9/25/07, Rich Winkel imposed structure on a stream
of electrons, yielding:
Ok, I've ALMOST got this working ... I can run deliver as a user, but when
I try using it as the default delivery agent from sendmail, I get
deliver(userid): net_connect(/var/run/dovecot/auth-master) fail
Ok, I've ALMOST got this working ... I can run deliver as a user, but when
I try using it as the default delivery agent from sendmail, I get
deliver(userid): net_connect(/var/run/dovecot/auth-master) failed: Permission
denied
Does deliver run as root, as the recipient's ID, sendmail's ID or
sendm
On Sep 25, 2007, at 11:56 AM, Gregory Mokhin wrote:
From dovecot.conf..
# Space separated list of wanted authentication mechanisms:
# plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi
# NOTE: See also disable_plaintext_auth setting.
mechanisms = cram-md5 plain login
On Sep 25, 2007, at 11:56 AM, Gregory Mokhin wrote:
From dovecot.conf..
# Space separated list of wanted authentication mechanisms:
# plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi
# NOTE: See also disable_plaintext_auth setting.
mechanisms = cram-md5 plain login
> "KA" == Ken A <[EMAIL PROTECTED]> writes:
KA> Tried with -e, but sendmail says EX_NOPERM is a permanent error,
KA> and issues it's own DSN immediately. "dsn=5.0.0, stat=Insufficient
KA> permission". :-(
Not unexpected. I assumed (but neglected to express the assumption :) one
c
Ken A wrote:
thanks! -e did it.
correction.. sendmail says EX_NOPERM is a permanent error, and issues
it's own DSN immediately. "dsn=5.0.0, stat=Insufficient permission".
Ken
Ken
pod wrote:
"KA" == Ken A <[EMAIL PROTECTED]> writes:
KA> I'm testing deliver with sendmail and fs quota
thanks! -e did it.
Ken
pod wrote:
"KA" == Ken A <[EMAIL PROTECTED]> writes:
KA> I'm testing deliver with sendmail and fs quotas.
KA> On an over quota condition, deliver accepts the mail, deletes it,
KA> then issues a MDN immediately.
KA> Is there a way to get deliver to soft
> From dovecot.conf..
>
> # Space separated list of wanted authentication mechanisms:
># plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi
># NOTE: See also disable_plaintext_auth setting.
>mechanisms = cram-md5 plain login
>#
>
What is your setting in dovecot-sql
> "KA" == Ken A <[EMAIL PROTECTED]> writes:
KA> I'm testing deliver with sendmail and fs quotas.
KA> On an over quota condition, deliver accepts the mail, deletes it,
KA> then issues a MDN immediately.
KA> Is there a way to get deliver to soft fail like procmail does with
I am trying to get Postfix, Dovecot, Postfixadmin, and MySQP all
working together. I'm using 1.0.5 atm.
I've hit a point where I can't seem top get dovecot to auth to the
MySQL password database
It seems to see the user OK, but I can't seem to get a password match.
MySQL has password stor
Hi list, I want to test performance of dovecot-1.0.5 on OpenBSD and
FreeBSD. I want to implement a small pop3s/imaps server with ~3000 users.
I had tested dovecot-1.0.5 with vpopmail+mysql but I don't know if the
performance is ok.
Anybody have test with imaptest?
OpenBSD 4.1 amd64 SMP
dovecot-1.0
I'm testing deliver with sendmail and fs quotas.
On an over quota condition, deliver accepts the mail, deletes it, then
issues a MDN immediately.
Is there a way to get deliver to soft fail like procmail does with a 400
error and queue the mail, then let sendmail handle the MDN, following
it
On Tue, 2007-09-25 at 09:58 -0500, Kyle Wheeler wrote:
> On Tuesday, September 25 at 12:39 PM, quoth Timo Sirainen:
> >> How hard would this be to hack into the current Dovecot source?
> >
> >Replace mail_get_date() calls in src/imap/imap-sort.c with something
> >like:
> >
> >t = mail_get_date(..);
Thank you very much!
Stefano.
- Original Message -
From: "Timo Sirainen" <[EMAIL PROTECTED]>
To: "Stefano Scalise" <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, September 25, 2007 4:42 PM
Subject: Re: [Dovecot] user_global_uid and user_global_gid
On Tuesday, September 25 at 12:39 PM, quoth Timo Sirainen:
How hard would this be to hack into the current Dovecot source?
Replace mail_get_date() calls in src/imap/imap-sort.c with something
like:
t = mail_get_date(..);
if (t == (time_t)-1) t = mail_get_received_date(..);
That's not *quite*
On Sun, 2007-09-23 at 15:52 -0700, Marc Perkel wrote:
> Do you have a wiki page on what's new in 1.1 as compared to 1.0? Kins of
> a why do we want it page.?
http://dovecot.org/doc/NEWS-1.1 is now linked in download page.
signature.asc
Description: This is a digitally signed message part
On Mon, 2007-09-24 at 09:04 +0200, Thomas Mueller wrote:
> hi there
>
> I noticed the following behaviour with auth backend pam and "args
> session=yes *" configuration:
>
> - login with "plain": pam session gets opend
> - login with "gssapi" (kerberos): pam session isn't opend (-> no $HOME
> w
On Tue, 2007-09-25 at 11:56 +0200, Stefano Scalise wrote:
> I see that I can set the in dovecot.conf the parameters mail_uid and
> mail_gid, but even if I set these parameters, when I do the query in LDAP
> (for retrieving other useful parameters) I have the error:
>
> userdb() didn't return uid
Hi,
I'm building and installing dovecot on a Solaris 10 machine and therefore I
want to install Dovecot in /opt/dovecot. Thus, I start configure with
--prefix=/opt/dovecot. I also override things like 'libexecdir', 'docdir', etc.
When calling make install, Dovecot is installed in /opt/dovecot
On 9/24/2007, Scott Silva ([EMAIL PROTECTED]) wrote:
I want something, that would allow me to do this -
1) different custom quote lines and different rules of using either
full quote or just the latest message in the thread,
based on the account I'm using (I have 4 accounts configured in TB)
2
Hi to all,
I am using the new beta release 1.1.
I see that parameters user_global_uid and user_global_gid are no more used
in dovecot-ldap.conf. That means that, as I use LDAP as backend I am obliged
to set these two fileds in LDAP for each user even if they are always
the same, as I use
On Mon, 2007-09-24 at 14:38 -0500, Kyle Wheeler wrote:
> Would it be possible to get Dovecot to fall back to Received
> header parsing whenever a message is missing a Date header? The idea
> is that SORT (DATE) would then become useful even in the face of
> commonly malformed email.
Unfortunate
On Tue, 25 Sep 2007 10:43:14 +0200
"Jan van den Berg" <[EMAIL PROTECTED]> wrote:
> It's the file descriptors limit you can set/change this with ulimit -n
> x.
>
> Also check the ulimit entry in man bash.
Thanks!
It works now as a charm :)
I fixed the default in /etc/sysconfig/ulimit, so it may su
It's the file descriptors limit you can set/change this with ulimit -n
x.
Also check the ulimit entry in man bash.
Cheers,
Jan
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens
Luciano Mannucci
Verzonden: dinsdag 25 september 2007 10:34
Aan: dovecot@dovec
Wow!
I'm running 1.1 Beta 1 on OpenSuSE linux 10.2.
It seems not bad at all.
The only thing I've not quite well understood is this message,
that pops up when I start dovecot:
Warning: fd limit 1024 is lower than what Dovecot can use under full load (more
than 1536). Either grow the limit or chan
Ok. I solved my problem. I made a typo:
userdb:
driver: passwd
args: /etc/dovecot/dovecot-sql.conf
I should have typed userdb sql.
Maurizio
Maurizio ha scritto:
> Hi all,
>
> I am using virtual domains/ virtual users which are stored on MySQL.
> When I telnet to port 110 (dovecot/POP3)
30 matches
Mail list logo