-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Mon, 22 Jul 2013, Adnane wrote:
I think the issue is with authentication
root@mailer:~# tail -f /var/log/syslogJul
Jul 22 03:34:41 mailer dovecot:imap-login: Disconnected (no auth attempts):
rip=41.251.155.145, lip=5.135.151.43, TLS
Jul 22 03:3
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, 19 Jul 2013, Peer Heinlein wrote:
looks like we detected a serious bug in dovecot's lmtp proxying where
e-mails are delivered to the wrong user.
The setup is:
*) Dovecot is configured with "lmtp_proxy=yes"
# Support proxying to other LMTP
* Robert Schetterer :
> Am 20.07.2013 20:30, schrieb Robert Schetterer:
> > Hi Timo, i have reports from few users about lost performance with 2.17
> > maildir bigger mailboxes ( up to 2 GB ), i also use zlib plugin
> >
> > what about this patch.,may not working as i should?
> >
> > http://hg
On 2013-07-21 10:12 AM, Anand Kumria wrote:
My dovecot.conf attachment related config is:
No, please don't provide copy/pastes of config files.
Always provide FULL doveconf -n output (and postfix -n output when it
may be related to postfix)...
--
Best regards,
Charles
Am 22.07.2013 13:50, schrieb Ralf Hildebrandt:
> * Robert Schetterer :
>> Am 20.07.2013 20:30, schrieb Robert Schetterer:
>>> Hi Timo, i have reports from few users about lost performance with 2.17
>>> maildir bigger mailboxes ( up to 2 GB ), i also use zlib plugin
>>>
>>> what about this patch
Hello,
I can compile metadata plugin using debian squeeze + wheezy.
But build on suse enterprise server 9,10 and 11 failed.
The metadata plugin require autoconf-2.65 which i too new.
On the other side I can build the dovecot-2.2.4 and pigeonhole-0.4.0 plugin
without problems:
dovecot require aut
Hi Andreas,
it would be helpful to provide the error message(s).
Meanwhile you can try to call the 'autogen.sh' script which is shipped
with the sources of the metadata-plugin before running 'configure'.
This will try to regenerate all the autotools related files using your
installed version.
Che
I guess you had to call 'autogen.sh' anyway so maybe you could also try
to simply remove the first line of 'configure.ac'.
http://hg.dovecot.org/dovecot-metadata-plugin/file/2a17386d4dbc/configure.ac#l1
This obviously defines the minimal version of autoconf and who knows if
that is really needed ;
HI,
I'll try to explain my problem another way just in case.
For message delivery i'm using sendmail/dovecot-lda
The problem is that dovecot-lda is not using the inbox variable pass by
dovecot preventing the message to be delivered to the correct file.
Example :
Jul 22 09:42:15 devshed dove
Upgraded to dovecot 2.2.4 from 2.1.16
Error I see is:
doveadm(root): Error: Module is for different ABI version 2.1.16 (we
have 2.2.ABIv3(2.2.4)):
/usr/local/lib/dovecot/doveadm/lib10_doveadm_zlib_plugin.so
How do I resolve this?
Configure options:
./configure --with-bzlib --with-ssl --with
On 2013-07-22 11:01 AM, Michael Long wrote:
Configuration:
# 2.2.4: /usr/local/etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-48-generic x86_64 Ubuntu 12.04.2 LTS
doveconf: Warning: Dovecot was last started using
/etc/dovecot/dovecot-postfix.conf, but this config is
/usr/local/etc/dovecot/dovecot.
Le 22 juil. 2013 à 16:24, Cedric a écrit :
> HI,
>
> I'll try to explain my problem another way just in case.
Hello Cedric,
It's still a bit difficult to be sure of all the details, as it seems that the
doveconf -n output and the password_query/user_query you have provided are a
bit out of sy
Am 22.07.2013 17:01, schrieb Michael Long:
> doveadm(root): Error: Module is for different ABI version 2.1.16 (we
> have 2.2.ABIv3(2.2.4)):
> /usr/local/lib/dovecot/doveadm/lib10_doveadm_zlib_plugin.so
normally this simple says there is somthing from old dovecot version (
process ) still running,
Hi,
There's the information again :
I use sendmail with dovecot-lda delivery :
Mvirtual, P=/vdl/libexec/dovecot/dovecot-lda, F=lsDFMShP, S=10,
R=20/40,
A=/vdl/libexec/dovecot/dovecot-lda -d $u@$h
The current query :
user_query = SELECT \
s_courriel_utili
> Looks like you have two versions installed and are mixing them up.
I checked and only one binary is on the system. I took a look in the
directory /usr/local/lib/dovecot/doveadm/ and it appears the upgrade
rebuilt all libraries EXCEPT zlib. Any ideas?
-rw-r--r-- 1 root root 125910 Jul 22 10:
I manually fixed it by copying src/plugins/zlib/lib20_zlib_plugin.la to
/usr/local/lib/dovecot/doveadm
I do not understand why 'make install' won't do that? A bug perhaps?
Hello,
I've been using Dovecot with Sieve for a long time already, and I'm very
happy with it. Push is working fine too. I was wondering, however,
whether it would be possible to define a Sieve rule (perhaps using some
plug-in), such that an IMAP push message gets sent out only for specific
s
here is the dovecot -n dump
dovecot -n
# 2.0.19: /etc/dovecot/dovecot.conf
# OS: Linux 3.8.13--grs-ipv6-64-vps x86_64 Ubuntu 12.04.2 LTS ext3
auth_mechanisms = plain login
mail_location = maildir:/var/mail/vhosts/%d/%n
mail_privileged_group = mail
passdb {
args = /etc/dovecot/dovecot-sql.co
Le 22 juil. 2013 à 19:31, Cedric a écrit :
> Hi,
>
> There's the information again :
>
> I use sendmail with dovecot-lda delivery :
>
> Mvirtual, P=/vdl/libexec/dovecot/dovecot-lda, F=lsDFMShP, S=10, R=20/40,
>A=/vdl/libexec/dovecot/dovecot-lda -d $u@$h
Ha... So, there a
Attached please find a perl script which tests the CATENATE support in dovecot.
I used this to test my CATENATE implementation a few years ago and it runs
fine against dovecot in OS X Server. When run against dovecot-2.2.4 though it
always fails or hangs, which in some cases means we interpret
From: Adnane writes:
Jul 22 22:32:53 mailer dovecot: pop3-login: Disconnected (tried to use
disabled plaintext auth): rip=196.217.182.199, lip=5.135.151.43
Jul 22 22:36:04 mailer dovecot: pop3(adn...@mailer.adnane.me):
Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
Looks like a
Hi,
Ok thank for the interpretation, we used sendmail the last 16 years and
I'm trying to migrate a old linuxconf/imapd setup here.
Le 2013-07-22 18:02, Axel Luttgens a écrit :
Le 22 juil. 2013 à 19:31, Cedric a écrit :
Hi,
There's the information again :
I use sendmail with dovecot-lda de
Hello again
I can connect with thunderbird now and retrieve mails, I changed auth to
ssl and normal password,
Jul 23 02:58:14 mailer postfix/lmtp[9253]: D5E7FF81D2:
to=,
relay=mailer.adnane.me[private/dovecot-lmtp], delay=0.35,
delays=0.29/0/0/0.05, dsn=2.0.0, status=sent (250 2.0.0
Dbyi
Adnane writes:
but I cant send mails
Jul 23 03:01:34 mailer postfix/anvil[9245]: statistics: max connection
rate 1/60s for (smtp:209.85.220.177) at Jul 23 02:58:13
Jul 23 03:01:34 mailer postfix/anvil[9245]: statistics: max connection
count 1 for (smtp:209.85.220.177) at Jul 23 02:58:13
Jul 2
On Tue, 2013-07-23 at 02:20 +0100, Adnane wrote:
> Jul 23 03:01:34 mailer postfix/anvil[9245]: statistics: max connection
> rate 1/60s for (smtp:209.85.220.177) at Jul 23 02:58:13
> Jul 23 03:01:34 mailer postfix/anvil[9245]: statistics: max connection
> count 1 for (smtp:209.85.220.177) at Ju
On Mon, 2013-07-22 at 18:30 -0700, Joseph Tam wrote:
> Adnane writes:
>
> > but I cant send mails
> >
> > Jul 23 03:01:34 mailer postfix/anvil[9245]: statistics: max connection
> > rate 1/60s for (smtp:209.85.220.177) at Jul 23 02:58:13
> > Jul 23 03:01:34 mailer postfix/anvil[9245]: statistics:
Hello,
(had disabled maildelivery for the list, so I can't reply)
I changed the minimal version from 2.65 to 2.59
then I run ./autogen.sh && ./configure --foo ...
sles9: (autoconf-2.59)
--
+ cd dovecot-metadata-plugin-2a17386d4dbc
+ ./autogen.sh
+ creating m4/ ...
+ running a
27 matches
Mail list logo