Hello,
Permissions are:
* /correo: 0777 (rwxrwxrwx)
* /correo/ubu.es: 0770 (rwxrwx---)
* /correo/ubu.es/x...@ubu.es: 0777 (rwxrwxrwx)
All users belong to the same group.
If I change /correo/ubu.es permissions to 0777 (rwxrwxrwx) it works again.
I have checked old server config again an I r
Emmanuel Dreyfus wrote:
> Indeed, when the auth process calls net_getunixname(), getsockname() fills the
> name buffer with garbage.
I checked with a test program: on a non open, or closed socket,
getsockname() returns -1. However on a socket that was not bound, it
returns 0 and fills the buffe
Timo Sirainen wrote:
> I think net_getunixname() no longer works correctly. src/auth/main.c uses
> it to figure out what each socket is.
Indeed, when the auth process calls net_getunixname(), getsockname() fills the
name buffer with garbage. That happens with fd 7 for instance, and inspecting
th
Will the replication method described at http://wiki2.dovecot.org/Replication
support a master/master/master configuration to keep three replicas in sync?
Thanks
Timo,
Were there any further changes you wanted made to the patch?
It now defaults to having ssl_verify_server_cert enabled.
On Fri, 2013-11-22 at 13:52 +0200, Timo Sirainen wrote:
> On 22.11.2013, at 9.22, Patrick Ben Koetter wrote:
>
> > * Timo Sirainen :
> >> On 22.11.2013, at 0.35, Gareth
On 3.12.2013, at 23.55, Oscar del Rio wrote:
>
> On 12/ 3/13 02:17 PM, Timo Sirainen wrote:
>> On 3.12.2013, at 16.01, Alan McGinlay - SICS wrote:
>>
>>> * I have looked at dsync but the docs state that the mailbox should not
>>> be accessed during sync, this is not possible for me (it doesn't
On 12/ 3/13 02:17 PM, Timo Sirainen wrote:
On 3.12.2013, at 16.01, Alan McGinlay - SICS wrote:
* I have looked at dsync but the docs state that the mailbox should not
be accessed during sync, this is not possible for me (it doesn't say why
this is the case however)
dsync is intended for thes
Hi,
I did a fresh installation of 2.2.9 in my test environment and enabled
fts_autoindex=yes. I'm using a solr-server for FTS.
I got this error, just once until now:
_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=
==> dovecot-lmtp-errors.log <==
Dec 03 16
On 3.12.2013, at 22.43, Patrick Westenberg wrote:
> Now I see more, but the logout seems quite normal:
>
> Dec 03 21:39:07 imap-login: Info: proxy(m...@example.com): disconnecting
> 2.4.6.8 (Disconnected by server): user=, method=PLAIN,
> rip=2.4.6.8, lip=2.3.4.5, TLS, session=
>
> Dec 03 21:
Timo Sirainen schrieb:
On 3.12.2013, at 22.15, Patrick Westenberg wrote:
Timo Sirainen schrieb:
See the session ID “qk02v6DsJwBTlUQX”. Find the disconnection message from the
backend server’s logs by grepping it.
There is only the login entry:
Dec 03 13:50:53 imap-login: Info: Login: use
On 3.12.2013, at 22.15, Patrick Westenberg wrote:
> Timo Sirainen schrieb:
>
>> See the session ID “qk02v6DsJwBTlUQX”. Find the disconnection message from
>> the backend server’s logs by grepping it.
>
> There is only the login entry:
>
> Dec 03 13:50:53 imap-login: Info: Login: user=,
> met
Timo Sirainen schrieb:
See the session ID “qk02v6DsJwBTlUQX”. Find the disconnection message from the
backend server’s logs by grepping it.
There is only the login entry:
Dec 03 13:50:53 imap-login: Info: Login: user=,
method=PLAIN, rip=1.2.3.4, lip=2.3.4.5, mpid=3707, TLS,
session=
On 3.12.2013, at 11.18, Potapov Sergey wrote:
> Function imap_envelope_parse return incorrect result for addresses with
> groups due to error in imap_address_arg_append because of with ", " is added
> after group name and before first mailbox.
>
> Patch for dovecot v2.1 in attach.
Committed t
On 3.12.2013, at 14.55, Patrick Westenberg wrote:
> I just recognized a lot of log entries like this on my proxy:
>
> Dec 03 13:50:54 imap-login: Info: proxy(m...@example.com): disconnecting
> 1.2.3.4 (Disconnected by server): user=, method=PLAIN,
> rip=1.2.3.4, lip=2.4.6.8, TLS, session=
>
>
On 3.12.2013, at 16.01, Alan McGinlay - SICS wrote:
> I am working on a complete migration from an old solaris machine
> running Cyrus IMAP v2.3.14 and wish to migrate all users to a new ubuntu
> vm running Dovecot 2.0.19.
v2.0 is rather old.
> All email is copied over and stored in dovecot as
On 29.11.2013, at 18.54, Emmanuel Dreyfus wrote:
> After upgrading the kernel, everything is fine, except dovecot authentication.
> I get this trange thing (data after REQUEST? changed just in case it
> contains anything sensitive):
>
> Nov 29 16:56:01 volanges dovecot: auth: Error: BUG: Authen
On 12/03/2013 10:40 AM Florian Lindner wrote:
> Actually there isn't a protocol imap {} section. Or am I missing something?
>
> Thanks,
> Florian
>
> # doveconf -n
> # 2.1.7: /etc/dovecot/dovecot.conf
> # OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.2
> auth_mechanisms = plain login digest-md5 cram-m
Emmanuel Dreyfus wrote:
> Nov 29 16:56:01 volanges dovecot: auth: Error: BUG: Authentication client
> sent unknown handshake command:
> REQUEST?6970356762?616?6?235264ef69dbd1665538af54...
I have real trouble to debug that one. I had a look at
wiki2.dovecot.org/Design/AuthProtocol, and if I unde
Zitat von Alan McGinlay - SICS :
Hi All!
I am working on a complete migration from an old solaris machine
running Cyrus IMAP v2.3.14 and wish to migrate all users to a new ubuntu
vm running Dovecot 2.0.19.
What I have so far is a fully functional dovecot installation with LDAP
/ Dovecot SASL
Good time of the day!
It is possible to setup dovecot with different requirements for SSL and
non-SSL protocols?
What would I like to do:
pop3/imap non-SSL = allowed plain text authentication.
pop3/imap with SSL = allowed plain text authentication with required
valid SSL certificates.
I need to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, 3 Dec 2013, Pedro R. Benito da Rocha wrote:
sieve = /correo/%d/%u/dovecot.sieve
sieve_dir = /correo/%d/%u/Sieve
and is working fine.
But the same config on the new server is not working.
I have activated verbose logging and this is the re
Hi All!
I am working on a complete migration from an old solaris machine
running Cyrus IMAP v2.3.14 and wish to migrate all users to a new
ubuntu
vm running Dovecot 2.0.19.
What I have so far is a fully functional dovecot installation with LDAP
/ Dovecot SASL auth using Maildir++.
My plan is
Hi,
I'm migrating from from 1.1 to 2.2. Currently I am doing test to ensure
I'm doing it right.
On the old server the managesieve config says:
sieve = /correo/%d/%u/dovecot.sieve
sieve_dir = /correo/%d/%u/Sieve
and is working fine.
But the same config on the new server is not working.
I have
Hi all,
I just recognized a lot of log entries like this on my proxy:
Dec 03 13:50:54 imap-login: Info: proxy(m...@example.com): disconnecting
1.2.3.4 (Disconnected by server): user=, method=PLAIN,
rip=1.2.3.4, lip=2.4.6.8, TLS, session=
There are no similar entries on the backends.
What do
Hello again
03.12.2013 00:41, Алексей Прокопчук пишет:
> I have own test CA based
> on EJBCA. Server and all client certificates which I tried to test were
> issued by this CA. Freshest CRL is embedded into ca.pem file which used
> as ca certificate in dovecot.conf.
> Now I'm quite confused: apac
Dear Alex et al
> Did you happen to have this working? Could you share how?
So far it's not working yet. We are currently exploring more recent
dovecot versions (2.2.9 AFAIR) but had to do some other work to keep the
mailsystem running. Now we have more time to work on migration and will
post a
Am Montag, 2. Dezember 2013, 20:26:13 schrieb Timo Sirainen:
> On 2.12.2013, at 16.24, Florian Lindner wrote:
> > doveadm(mailingli...@xgm.de): Error: user mailingli...@xgm.de:
> > Initialization failed: Namespace '': Mail storage autodetection failed
> > with
> > home=/home/flindner/Mail/mailingl
Hi
Function imap_envelope_parse return incorrect result for addresses with groups
due to error in imap_address_arg_append because of with ", " is added after
group name and before first mailbox.
Patch for dovecot v2.1 in attach.
imap-envelope.patch
Description: imap-envelope.patch
28 matches
Mail list logo