Re: [Dovecot] Dovecot unable to access the shadow file

2013-01-24 Thread kenwood
> Impossible to tell without actual 'dovecot -n' output. All the changes to '*.conf' may or may not apply to the actual configuration. My apologies. Here it is # 2.1.13: /etc/dovecot/dovecot.conf # OS: Linux 3.2.26-smp i686 Slackware 14.0 auth_mechanisms = plain login auth_verbose = yes mail_de

Re: [Dovecot] Dovecot unable to access the shadow file

2013-01-24 Thread Thomas Leuxner
* kenwood 2013.01.24 19:07: > Jan 24 12:27:27 tux2 dovecot: auth: Error: passwd-file /etc/shadow: > open(/etc/shadow) failed: Permission denied (euid=202(dovecot) > egid=202(dovecot) missing +r perm: /etc/shadow, we're not in group > 43(shadow), dir owned by 0:0 mode=0755) Impossible to tell wit

[Dovecot] Dovecot unable to access the shadow file

2013-01-24 Thread kenwood
I am installing Dovecot-2.1.13 on Slackware 13.37.0 for the first time to replace ipop3d and I have overcome all of the roadblocks as they have developed except this last one and I finally have to say “uncle”. The error messages that are showing up in the dovecot.log are as follows. Jan 24 12:27:

Re: [Dovecot] dovecot 2.1.13, proxy and nologin extras field

2013-01-24 Thread Marco Giunta
On 2013-01-24 11:59, Timo Sirainen wrote: On Wed, 2013-01-23 at 13:44 +0100, Marco Giunta wrote: Hi at all, in our test environment, I'm playing with dovecot 2.1.13 configured as imap/pop/managesieve proxy. It is configured to authenticate users with ldap and it works very well. Now, I'd like t

Re: [Dovecot] Curl

2013-01-24 Thread Timo Sirainen
On Tue, 2013-01-22 at 18:06 +0400, Makarov Alex wrote: > Hello. I'm trying to configure dovecot with option --with-solr, but it cant > find curl-config. What option i should specify for this reason? > Curl is installed on /usr/local/lib.curl Set LDFLAGS to point to libcurl.so and CPPFLAGS to poin

Re: [Dovecot] dovecot 2.1.13, proxy and nologin extras field

2013-01-24 Thread Timo Sirainen
On Wed, 2013-01-23 at 13:44 +0100, Marco Giunta wrote: > Hi at all, > in our test environment, I'm playing with dovecot 2.1.13 configured as > imap/pop/managesieve proxy. It is configured to authenticate users with > ldap and it works very well. > > Now, I'd like to temporary disable some users'

[Dovecot] Again ACL Postgres dict trouble, no update and raw backtrace

2013-01-24 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have ACL-dict-postgres trouble again. Eventually a session does not update the ACL dictionary no longer. I execute (for testing) this script: for a in $(seq 1 ${1-4}); do echo 3-$a deleteAcl Junk dvtest1

Re: [Dovecot] dovecot 2.1.13, proxy and nologin extras field

2013-01-24 Thread Marco Giunta
On 2013-01-24 09:07, Thomas Leuxner wrote: It needs to be either 'nologin=y' notice the y passed or 'allow_nets='. The problem is that even if I configure 'pass_attrs' to return always 'nologin=y' : pass_attrs = uid=user,userPassword=password,\ =userdb_home=/var/spool/mail/%1u/%u,uidNumber=

Re: [Dovecot] dovecot 2.1.13, proxy and nologin extras field

2013-01-24 Thread Thomas Leuxner
* Marco Giunta 2013.01.23 13:44: > Jan 23 09:16:33 localhost dovecot: auth: Debug: client passdb out: > OK#0111#011user=prova#011proxy#011host=imap.example.it#011nologin#011hostip=192.168.11.136#011pass=password It needs to be either 'nologin=y' notice the y passed or 'allow_nets='. Regards Th