Hi Andreas,
sorry to hear that you didn't had much luck so far to solve the issue.
I just tested to run the supplied autogen.sh on a freshly checked out
metadata plugin tree, and had no issues.
Somehow it seems to me that you might miss some important development
files like some 3rd party .m4 fil
Hi,
maybe you can try to export some other environment variable.
When calling 'configure --help' you will see the supported ones.
There are variables called SSL_CFLAGS and SSL_LIBS which override stuff
detected by pkg-config. For example try to pass '-L/usr/local/lib' in
SSL_LIBS doing something
hat is really needed ;)
Cheers,
Chris
On Mon, 22 Jul 2013 15:31:11 +0200
Christian Wiese wrote:
> 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 metad
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
>
> Fixed: http://hg.dovecot.org/dovecot-2.2/rev/8a81c5a1b60f
>
>
--
Kind regards,
Mit freundlichen Grüßen,
Christian Wiese
Follow us on Facebook:
<http://www.facebook.com/pages/Securepoint-GmbH/132451210137395>
Follow us on Twitter:
<http://twitter.com/SecurepointStat>
Hi Olivier,
I think I am hitting the same issue on a test machine, but I didn't had
the time yet to debug it properly.
Is your INBOX/spam folder configured to be auto-created?
What mailbox format do you use? (I am using maildir)
Cheers,
Chris
On Tue, 18 Jun 2013 17:14:52 +0200
interfaSys sàrl
Hello Christian,
I tried what you suggested by adding "REFERALS off"
to /etc/ldap/ldap.conf and restarting slapd and dovecot, but the error
persists.
On Tue, Jun 4, 2013 at 7:56 AM, Christian Wiese <
christian.wi...@securepoint.de> wrote:
> Hi Ron,
>
> I didn't
Hi Ron,
I didn't had the time to check all logs but the error log.
First thing you should check if there are LDAP REFFERALS enabled in the
systems ldap.conf.
I had a similar looking issue and it took me a good amount of time to
figure out that I had to disable LDAP REFFERALS globally.
This happene
Hi Birta,
it looks like you are having an issue with your RPM spec file.
I am not doing RPM builds at all, but it seems to me that
%{__global_cflags} is somehow not expanded.
%<
configure:4237: checking for C compiler default outp
Hi Frank,
maybe you should take a look at http://wiki2.dovecot.org/ACL.
Cheers,
Chris
Am Wed, 22 May 2013 10:38:55 +0200
schrieb Frank Bonnet :
> Hello
>
> for internal purpose I need to put some users's mailboxes
> in readonly mode during few days.
>
> We use MBOX format and UNIX user mode o
ers,
Chris
>From 086de5cf4c7a56cbf3aaa97cedbbea11b403af5e Mon Sep 17 00:00:00 2001
From: Christian Wiese
Date: Thu, 16 May 2013 17:03:37 +0200
Subject: [PATCH] example-config: fix to also distribute auth-dict.conf.ext in
releases
When trying to patch the dovecot 2.2.1 release with latest upstr
unning 'make install'
you should remove your current '/var/run/dovecot' symlink.
After restarting your dovecot service everything should be fine without
the need to create that symlink.
That's all what needs to be done.
Cheers,
Chris
Am Tue, 7 May 2013 18:24:07 +0200
schrieb
/usr/local/var/run/dovecot to
> >> /var/run/dovecot ? Or would that break something with dovecot?
> > It probably won't break anything, but why don't you just use
> > /var/run/dovecot in the first place and take that base_dir
> > definition out of dovecot.co
; --without-ldap \
> --without-pgsql \
> --without-sql \
> --without-mysql \
> --without-sqlite
>
> Thanks,
> KH. Chan
--
Kind regards,
Mit freundlichen Grüßen,
Christian Wiese
Follow us on Facebook:
<http://www.facebook.com/pages/Securepoint-GmbH/132451210137395>
Foll
--- ##
> configure: WARNING: ## Report this to dovecot@dovecot.org ##
> configure: WARNING: ## -- ##
> checking for sys/ucred.h... no
> [...]
>
>
> Daniel
>
--
Kind regards,
Mit freundlichen Grüßen,
Christian Wiese
Follow us on Facebook:
<ht
Hi Timo,
> > after an update from dovecot 2.1.16 to 2.2.0 I encountered a problem
> > when using multiple master user passdb's like the following:
>
> Fixed: http://hg.dovecot.org/dovecot-2.2/rev/854469baa57c
>
Thanks a lot for the quick fix! It's working again! :)
Cheers,
Chris
Hi,
after an update from dovecot 2.1.16 to 2.2.0 I encountered a problem
when using multiple master user passdb's like the following:
%<-
passdb {
args = /etc/dovecot/passwd.foo-master
driver = passwd-file
master = yes
}
passdb {
Hi Nick,
good to hear that you had some partial success at least!
> > However, on CentOS 5, it didn't work. autoreconf did not output
> > errors after I installed gettext-devel but it again threw:
>
> Hmm, I forgot; According to:
> http://www.dovecot.org/list/dovecot/2011-April/058420.html, --
Hi Nick,
>
> Tried with dovecot-2-2-pigeonhole-097764f6bbe3 which I renamed as
> dovecot-2.2-pigeonhole-0.3.4 and at some point it failed as well:
>
> ...
> + pushd dovecot-2.2-pigeonhole-0.3.4
> ~/rpmbuild/BUILD/dovecot-2.2.0/dovecot-2.2-pigeonhole-0.3.4
> ~/rpmbuild/BUILD/dovecot-2.2.0
> + C
Hi Nick,
> > try to call 'autoreconf -vfi';)
>
> That's pure magic - autoreconf did the trick (on CentOS 6)!
>
> I, a poor man trying to build these rocket-science apps, could not do
> it without your magic...
Don't worry... that is no rocket science ;)
I agree that dealing with "autofoo" can b
I made a little typo
> I would suggest that you really try to tweak the spec file of that
> package to regenerate the configure script. I have already seen that
> there is no autogen.sh shipped within the nightly snapshots, so you
> might want to try to call 'autorecon -vfi' _before_ calling
> 'co
Hi Nick,
long time I haven't used RPMs or SRPMs, so I cannot really help about
it.
> I am using an SRPM το build RPMs. This SRPM was running fine with
> earlier versions of dovecot - I don't see any reference of autogen
> therein.
>
That there is no "reference of autogen" within the spec we shoul
docdir option exists when autoconf version > 2.60.
>
> Yet:
>
> $ rpm -qa | grep autoconf
> autoconf-2.63-5.1.el6.noarch
>
> So, what may be wrong?
>
> Please help.
>
> Thanks,
> Nick
--
Kind regards,
Mit freundlichen Grüßen,
Christian Wie
> (by pid=8946 uid=0 code=kill)
> Feb 20 12:24:10 sng02 dovecot: auth: ldap(marco.carcano): Shutting
> down Feb 20 12:24:10 sng02 dovecot: auth: Debug: master out: FAIL#0111
> Feb 20 12:24:10 sng02 dovecot: auth: Error: ldap_unbind
> Feb 20 12:24:10 sng02 dovecot: auth: Error:
quot; when setting up the
mech_winbind_ntlm module, like it is done in the mech_winbind_spnego
module.
References:
- Changeset 9002:
http://hg.dovecot.org/dovecot-2.0/diff/9d0037a997f4/src/auth/mech-winbind.cFrom: Christian Wiese
Date: Wed, 12 Jan 2011 17:18:08 +0100
Subject: [PATCH] auth: Fixed m
25 matches
Mail list logo