Are all v1.0 patches and CVS HEAD now 1.1? Specifically I was
wondering if the quota rewrite (http://dovecot.org/list/dovecot/2006-
September/016134.html) is or will be in the 1.1 builds.
.tim
On Apr 17, 2007, at 2:53 PM, Timo Sirainen wrote:
On Tue, 2007-04-17 at 23:32 +0200, Robert Schett
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, 13 Apr 2007, Stewart Dean wrote:
When this happens with sendmail, it can be that the queue handler doesn't
finish before a new queue handler is kicked off, so each successive queue
handler/runner ends up sending the same mail.
As Matthias
Good day, all,
I've gleaned that dovecot has support for verifying SSL client certs on
connect. What IMAP clients have people found that support sending a
specific SSL cert? I can't find this feature in Thunderbird, at least.
Thanks,
Peter
I have apparently done something to mess up my test installation, as
deliver's attempts to send messages now fail with the following error:
deliver([EMAIL PROTECTED]): execv() failed: No such file or directory
In these cases, I have sieve rules trying to send messages. It had been
working thou
Hi,
Is there any way I can monitor or log the data that is being
received/sent on the dovecot-auth socket? I'm trying to debug some
authentication stuff, and monitoring the conversation would be very
useful.
Thanks!
Koen
Since your "1.1 plans" announcement somehow turned into everybody
handing in a wish list . . . thought I'd start one by itself - since I
expect a few people to have opinions on this matter.
I'm aware of a plug-in functionality in Dovecot, and that a plug-in
exists for dspam processing - but my
For lack of a better name, we are interested in a feature where one could
get a notice out to all Dovecot users as quickly as possible, possibly
without going through an MTA even. Given a message and a list of userids
we could certainly do a mailing on the MDA server itself going through
both Post
On Thursday 19 April 2007 17:13, Steven F Siirila wrote:
> For example, would it be possible to place the
> message into some file which Dovecot periodically checks for, and if the
> file exists, either present it to the user as a new message, or
> automatically deliver it at that time via Dovecot
Stephan Bosch wrote:
> Hello dovecot users,
>
> I have updated the MANAGESIEVE patch to fix the currently known small
> problems with the protocol implementation. It is designed for rc28,
> but also compiles cleanly with the current cvs branch_1_0.
>
> Have fun testing the patch. Notify me when the
* On 19/04/07 10:13 -0500, Steven F Siirila wrote:
| For lack of a better name, we are interested in a feature where one could
| get a notice out to all Dovecot users as quickly as possible, possibly
| without going through an MTA even. Given a message and a list of userids
| we could certainly do
Hi,
I'm trying to use the Dovecot v1 fs quota plugin. The server uses NFS
mounted volumes for INBOX and other maildir folders. The /usr/bin/quota
command is working seamlessly but I get errors with the quota plugin,
which gives the following logs:
Apr 19 17:46:15 rouge dovecot: IMAP(xyxyxyx): quot
In "doc/variables.txt"
> For dovecot-auth there are also these variables:
>
> %c - "secured" string with SSL, TLS and localhost connections.
> Otherwise empty.
%c does not appear to be working. I am trying to use it in a MySQL query
userdb and passdb query and it is always empty string.
Quoting Odhiambo WASHINGTON:
> We have something like that with tpop3d (Chris Lightfoot's). tpop3d is
> nolonger maintained but it's rock solid as a POP3 daemon. It gives this
> feature via some perl hooks (plugin, I'd call it, for lack of the proper
> word atm) and works very well.
> It serves t
Just a status note - my beta group is upgrading/upgraded to the new
Thunderbird 2.0.0 (OS X & Win32 so far, Linux to come) and beating it up
against Dovecot 1.0.0 and all is A-OK, nary a problem in sight.
Obviously just an initial status report, but good mojo so far for those
curious about try
Justin McAleer wrote:
> I have apparently done something to mess up my test installation, as
> deliver's attempts to send messages now fail with the following error:
>
> deliver([EMAIL PROTECTED]): execv() failed: No such file or directory
Are you useing mail_chroot ?
If so, you don't have sendmai
Uldis Pakuls wrote:
Justin McAleer wrote:
I have apparently done something to mess up my test installation, as
deliver's attempts to send messages now fail with the following error:
deliver([EMAIL PROTECTED]): execv() failed: No such file or directory
Are you useing mail_chroot ?
If s
> * On 19/04/07 10:13 -0500, Steven F Siirila wrote:
> | For lack of a better name, we are interested in a feature where one could
> | get a notice out to all Dovecot users as quickly as possible, possibly
> | without going through an MTA even. Given a message and a list of userids
> | we could ce
I was trying to figure out why my false-positive spam messages were
being tagged as "personal" by thunderbird, and I noticed a possible
problem. According to DJB: http://cr.yp.to/proto/maildir.html
> New flags may be defined later. Flags must be stored in ASCII order: e.g.,
> "2,FRS".
Looking a
Tere.
I use:
log_path = /var/log/maillog
info_log_path = /var/log/maillog
And into /var/log are:
maillog
maillog.1
maillog.2
maillog.3
Now when log files are rotating at 04:00 (maillog > maillog.1) dovecot
still keeps login into maillog.1 and not into maillog, where sendmail,
etc writes lo
Mart Pirita wrote:
The only solution I did found, is adding into /etc/logrotate.d/syslog
command to restart dovecot:
/etc/rc.d/init.d/dovecot restart >/dev/null
2>&1
As per the wiki, dovecot listens to SIGUSR1 to reopen a
Quoting Mart Pirita <[EMAIL PROTECTED]>:
log_path = /var/log/maillog
info_log_path = /var/log/maillog
Could be dangerous, unless all programs writing to /var/log/maillog use
append mode (and it is on local disks, etc).
Now when log files are rotating at 04:00 (maillog > maillog.1) dovecot
st
On Thu, Apr 19, 2007 at 06:22:05PM +0200, Jakob Hirsch wrote:
> Quoting Odhiambo WASHINGTON:
>
> > We have something like that with tpop3d (Chris Lightfoot's). tpop3d is
> > nolonger maintained but it's rock solid as a POP3 daemon. It gives this
> > feature via some perl hooks (plugin, I'd call i
Steven F Siirila wrote:
That's worth noting, but...
What about getting notices out to those folks whose IMAP client stays
connected (sometimes for days on end)?
In a plugin, what would trigger a check for new messages? I haven't
explored the plugin capabilities yet, so I don't know what th
On 109, 04 19, 2007 at 12:17:41PM -0400, Bill Boebel wrote:
> In "doc/variables.txt"
>
> > For dovecot-auth there are also these variables:
> >
> > %c - "secured" string with SSL, TLS and localhost connections.
> > Otherwise empty.
>
> %c does not appear to be working. I am trying to use
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Timo,
> Features that I'm planning on implementing:
>
>
> - Fully supported shared mailboxes and IMAP ACL extension
fine...
What do you think about LDAP (or SQL,...) queries for each userparameter?
Make it easyer to implement dovecot at raised an
Justin McAleer wrote:
I have apparently done something to mess up my test installation, as
deliver's attempts to send messages now fail with the following error:
deliver([EMAIL PROTECTED]): execv() failed: No such file or directory
In these cases, I have sieve rules trying to send messages. It
On Wed, 2007-04-18 at 07:17 -0400, Charles Marcus wrote:
> Well, there is room for argument here... I would call a 'minor' version
> going from 1.0 to 1.0.1. For these increments, I totally agree.
That's a change in the micro version.
http://en.wikipedia.org/wiki/Software_versioning#Numeric
Rich
Tere.
Have dovecot log via syslog instead of to a file, and the problem goes
away.
Prr, how did I miss this? So, uncommenting all:
#log_path = /var/log/maillog
#info_log_path =
/var/log/maillog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Stefan Klatt schrieb:
> Hi Timo,
>
>> Features that I'm planning on implementing:
>
>
>> - Fully supported shared mailboxes and IMAP ACL extension
> fine...
>
> What do you think about LDAP (or SQL,...) queries for each userparameter?
> Make it ea
Mart Pirita wrote:
syslog_facility = mail
should do the trick and log all via syslog to /var/log/maillog?
That's all you need on a modern Linux system, as the syslog facility
'mail' usually is sent to /var/log/maillog; this is the default for all
SMTP/IMAP/POP3/etc. on any Red Hat -esque
I just loaded 1.0.0 on a new box and am getting the following errors
periodically.
Apr 19 16:36:00 imap01 dovecot: auth(default): *** glibc detected ***
free(): invalid pointer: 0xb7f45d14 ***
Apr 19 16:36:00 imap01 dovecot: child 1943 (auth) killed with signal 6
Apr 19 16:36:00 imap01 dovecot: a
I have installed dovecot and sieve using the FreeBSD ports. Authentication
is against a MySql Database.
Dovecot is running using deliver as the LDA.
But when I try to Sieve I get the following error in /var/log/dovecot.log
deliver([EMAIL PROTECTED]): Apr 19 14:07:19 Info: Loading modules from
di
Hi,
I am trying to get some useful data from the master auth socket. On the
wiki, I found that I need to do:
M: "REQUEST" TAB TAB TAB
M: "USER" TAB TAB TAB service= [TAB ]
However, what should I specify for ? I cannot find a
definition on the Wiki.
Thanks!
Koen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Robert,
>>> Features that I'm planning on implementing:
>>> - Fully supported shared mailboxes and IMAP ACL extension
>> fine...
>
>> What do you think about LDAP (or SQL,...) queries for each userparameter?
>> Make it easyer to implement dovecot
Daniel L. Miller wrote:
I have some thoughts on an interface that would eliminate the need for
compile-time plug-ins, but provide some major power to sysadmins.
Basically, I want a way of telling an external program the following:
1. A message was moved.
2. The folder is moved from was XXX.
Justin McAleer wrote:
In a plugin, what would trigger a check for new messages? I haven't
explored the plugin capabilities yet, so I don't know what the potential
is. I fear checking after every imap command may be a worse problem than
some users not getting the messages. That does make me wond
I can set up and access a dovecot pop3 account using outlook express fine. I
can telnet into it fine. However, GFI FaxMaker is failing to log in.
I assisted a client in switching his web site, including email from one server
(FreeBSD) which was using Cyrus to a Redhat 4.0 server using dovecot
Paul Hamby wrote:
I just loaded 1.0.0 on a new box and am getting the following errors
periodically.
Run memtest86, I bet you have faulty memory or CPU.
Tomi
38 matches
Mail list logo