-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, 24 Aug 2007, kc wrote:
Still having error with vacation. Compile ok, but run error!
At 13. Aug I gave you some hints in order to debug the permissions of your
setup. I do not see no reply on it.
The script is ok, otherwise it cannot be
How can I use sieve to move bounces and non delivery reports (i.e.
anything with an empty envelope from) to a special mailbox? I placed
this snippet at the start of my sieve script
require ["envelope", "fileinto"];
if envelope :is "from" "" {
fileinto "INBOX.Reports";
stop;
}
But mails
On Fri, 2007-08-24 at 08:53 +0200, martin f krafft wrote:
> also sprach Kyle Wheeler <[EMAIL PROTECTED]> [2007.08.23.2103 +0200]:
> > Check out section 9, Formal Syntax. Specifically, "flag-keyword", which is
> > defined to be an "atom", which is a sequence of ANY character except the
> > "atom-s
On Thu, 2007-08-23 at 14:24 +0200, Thibault VINCENT wrote:
> - First case : s_client hangs on the first output "CONNECTED(0003)" and
> there is no handshake at all;
> - Second case : like the first but the handshake starts after a few minutes;
> - Third case : the handshake goes fine but the "
On Wed, 2007-08-22 at 21:55 -0700, WJCarpenter wrote:
> I realize it's hard to be precise about this, but does anyone have a
> feel or rule of thumb for a couple of aspects of indexing overhead?
>
> 1. Proportionally, how much space does it take for all 4 files? If I
> want to give my users a qu
On Tue, 2007-08-21 at 16:24 -0400, Phil Edwards wrote:
> We'd like to start taking advantage of shared IMAP folders. I've
> been
> reading over the dovecot wiki and have only one question that I don't
> see documented. The docs point out that if we define any namespaces, we
> must also explici
On Thu, 2007-08-23 at 14:09 -0600, Jackie Hunt wrote:
> We just started running Dovecot this summer at our campus.
> Overall things have gone very well, and performance have
> improved since moving off of U of Wash.
>
> We have run into an issue with a user running Thunderbird
> 2.0.0.6 on Solari
On Fri, 2007-08-24 at 19:20 +0300, Timo Sirainen wrote:
> > Aug 17 04:54:08 host dovecot: IMAP(uname): Disconnected: Disconnected
> > Aug 17 05:24:09 host dovecot: IMAP(uname): Disconnected: Disconnected
> >
> > The disconnected messages for other users say "Disconnected: Logged Out".
> > I don't
On Mon, 2007-08-20 at 09:56 +0200, Philipp Schmid wrote:
> hi,
>
> I'm getting quite a few of these in the logs of our new dovecot mail
> server:
>
> Aug 20 09:50:03 mail2 dovecot: POP3(vwc406): Couldn't init INBOX: BUG:
> Unknown internal error
> Aug 20 09:50:03 mail2 dovecot: POP3(vwc406):
On Mon, 2007-08-20 at 07:54 +0200, Geert Hendrickx wrote:
> would you be interested in implementing an LMTP interface for deliver?
Yes, but I'm interested in implementing many other things first. :)
signature.asc
Description: This is a digitally signed message part
On Thu, 2007-08-16 at 18:58 -0300, Raphael Bittencourt S. Costa wrote:
> Aug 16 16:22:36 bastion01 dovecot: auth(default): client out: OK
> 2 [EMAIL PROTECTED]
> host=mailserver-01..com.br
So it's returning host, but not proxy.
> pass_attrs =
> uid=user,userPassword=password,mailMessag
On Mon, 2007-08-13 at 18:44 -0600, Mike Cisar wrote:
> auth_username_format = %n
This setting drops the domain part permanently.
> passdb passwd-file {
> args = /etc/vmail/shadow.%l
> }
> userdb passwd-file {
> args = /etc/vmail/passwd.%l
> }
Unfortunately you can't tell Dovecot to look up o
On Fri, 2007-08-10 at 09:35 +0200, Jordi Espasa Clofent wrote:
> Hi all,
>
> I have a Postfix+Dovecot working in beta/testing; it seems to run very
> fine, but one beta-tester user says that kmail informs him about
> frequent desconnections.
Check what logs show as the disconnection reason for
On Fri, 2007-08-17 at 11:18 -0300, Raphael Bittencourt S. Costa wrote:
> Aug 17 09:22:29 bastion01 dovecot: auth(default):
> ldap([EMAIL PROTECTED],10.0.1.1): result: qmailUID(proxy)=1033
> mailHost(host)=mailserver-01..com.br
> uid(user)[EMAIL PROTECTED]
It doesn't show "proxy" field in here.
On Wed, 2007-08-15 at 11:24 +0800, Tony Tsang wrote:
> Hello,
>
> I have some doubts about max_mail_process option on dovecot.conf. When
> I set to 3, only 2 clients can be logged in at the same time. when I
> set it to 2, only 1 clients can be logged in. Why is the maximum
> number of concurrent
On Tue, 2007-08-21 at 15:08 +0200, Peter Eriksson wrote:
> Perhaps the Dovecot master process should raise it's own limit to the
> allowed maximum when it starts? (getrlimit()+setrlimit()), or be
> user configurable?
I guess this could be a good idea. Added to v1.1:
http://hg.dovecot.org/dovecot/
On Fri, 2007-08-24 at 20:51 +0300, Timo Sirainen wrote:
> On Tue, 2007-08-21 at 15:08 +0200, Peter Eriksson wrote:
> > Perhaps the Dovecot master process should raise it's own limit to the
> > allowed maximum when it starts? (getrlimit()+setrlimit()), or be
> > user configurable?
>
> I guess this
On Thu, 2007-08-23 at 14:28 +0200, Sergio Lopez wrote:
> While configuring the latest stable version of Dovecot (1.0.3), I've
> noticed that "deliver" always uses the quota arguments found in the
> configuration file, completely ignoring what userdb sends to it through
> the authentication service.
Timo,
That was what I've done. It works...
pass_attrs =
uid=user,userPassword=password,qmailUID=proxy,mailHostAddress=host
Thanks,
On Fri, 2007-08-24 at 20:13 +0300, Timo Sirainen wrote:
> On Fri, 2007-08-17 at 11:18 -0300, Raphael Bittencourt S. Costa wrote:
> > Aug 17 09:22:29 bastion01 do
Hello,
>From what I have read on the dovecot site, it's possible to create a
plugin for a custom data store format. We have emails in a custom
format in a database and would like to create a plugin for accessing
these emails through dovecot.
Is there any supporting documentation from creating
On Fri, 2007-08-24 at 12:57 -0700, Gary Smith wrote:
> Hello,
>
> >From what I have read on the dovecot site, it's possible to create a
> plugin for a custom data store format. We have emails in a custom
> format in a database and would like to create a plugin for accessing
> these emails throug
Hi!
I'd like to configure dovecot to use only TLS client certificates for
authentication. After the user presented a client certificate and that
certificate was verified, no password-based authentication should be
necessary anymore.
Is this currently possible? Or would this require support for th
> I think you should begin with Dovecot v1.1 code which makes it a lot
> easier. It has Cydir format that is really simple and serves as a
> pretty good example of how to implement a new backend.
>
> Cydir is a mail_storage backend, but you'll probably need to also
> implement mailbox_list backend
23 matches
Mail list logo