Displaying 20 results from an estimated 1000 matches similar to: "problem compiling pigeonhole + my fix"
2013 Jul 22
3
2.2.4 + metadata plugin: autoconf failed
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 autoconf-2.59 and pigeonhole does not require any specific autoconf version.
I asked the authors of the
2010 Apr 16
2
dovecot2: authcache statistics
Hello,
setting auth_cache_size to nonzero enables caching of authentication data.
The cache hitrate may be logged by sending SIGUSR2 to dovecot/auth process.
Is it possible that dovecot logs statistics on regular intervals ?
( like http://www.postfix.org/postconf.5.html#anvil_status_update_time )
Andreas
--
Andreas Schulze
Internetdienste | P532
DATEV eG
90329 N?rnberg | Telefon +49 911 319-0
2010 Feb 09
2
dovecot2 Beta2: different certs for imaps and pop3s
Hello,
is it possible to use differnent ssl certs for pop3 and imap ?
I like to have differnet dnsnames for pop3 an imap services configured at
customers clients.
I tried to configure ssl_key and ssl_cert inside a <protocol>-login {} section
but this failed.
Of course I know sslcerts containing multiple dnsnames.
But this seemes not a real, clean solution to me.
Thanks,
Andreas
--
2017 Aug 01
3
configure.ac
Hi,
Just a quick mail to mention that I cannot generate a new configure script
using autoconf or autoreconf. I had edited the configure.ac and thought ...
"oh, that's my fault", but then I tried it on R-patched and R-3.4.1 without
touching configure.ac and had the same problems.
The "building R packages" documentation seems to suggest that "autoconf"
should take
2010 Jan 25
2
Proxying to a DNS Name
Hello,
reading the wiki I found
http://wiki.dovecot.org/PasswordDatabase/ExtraFields/Proxy?highlight=(no DNS resolving)
I have a setup where the destination of a proxyconnection is an DNS name.
Is there a technical reason which currently require host= to be an IP address ?
--
Andreas Schulze
Internetdienste | P532
DATEV eG
90329 N?rnberg | Telefon +49 911 319-0 | Telefax +49 911 319-3196
2010 May 18
1
suggestion
hello,
dovecot2 implements "!include conf.d/*.conf" to build the configuration from multiple configfiles.
So the settings for pop3, imap or lmtp may stay in different files.
unfortunately the "protocol = " does not allow a += logic
to enables or disable inet listeners.
It would be nice to have
protocols += imap in conf.d/imap.conf
and
protocols += managesieve in
2010 Apr 09
1
dovecot2: protocols = ... changed ?
hello,
to use dovecot 1.2 only for sasl authentication I could set "protocols = none"
in dovecont.conf. In Version2 this gave me an error.
Instead I had to write "protocols =" into the configfile.
I wonder about a key without value in the conf ...
should the wiki2.dovecot.org be updated?
--
Andreas Schulze
Internetdienste | P532
DATEV eG
90329 N?rnberg | Telefon +49 911
2010 May 17
2
dovecot2beta5 lmtp
Hello,
recently I inspected the sourcecode of the lmtp server. I searched for changes
that would add return-path header.
( http://www.dovecot.org/list/dovecot/2010-February/046401.html )
But I found, that all mails are spooled via files in /tmp.
( dovecot2/srv/lmtp/commands.c ~line 695 )
has somebody experiences while delivering huge ammount of mail via
dovecot2 lmtp service?
- is it
2010 Jul 06
1
doveadm stop
hello
I start dovecot via daemontools and use "dovecot -F".
"doveadm stop" does correctly stop dovecot. Of course dovecot will
restart not a second later.
Is it possible, that "doveadm stop" detect that dovecot is started with -F
an print an informational log ?
I think, it's helpfull, because in this special setup
"doveadm stop" can and will not do
2010 Jul 06
0
SLES9: compile pigeonhole failed
Hello,
I try to compile pigeonhole ( hg clone from yesterday ) on SLES9
I get the following error:
---- snip
cd dovecot-2.0-pigeonhole
./autogen.sh
configure.in:17: option `tar-ustar' not recognized
autoreconf: automake failed with exit status: 1
--- snap
automake-1.8.3
autoconf-2.59
I found something similar here:
http://osdir.com/ml/science.robotics.orocos.devel/2006-03/msg00029.html
2010 Feb 01
1
LMTP-Server: missing headers
Hello,
I just installed dovecot2-beta2 and configured the lmtp-server + postfix (no virtual users)
postfix:
mail_version = 2.7-20100117
mailbox_transport = lmtp:unix:lmtp-server
lmtp_assume_final = yes
dovecot:
service lmtp {
executable = lmtp
protocol = lmtp
unix_listener /var/spool/postfix/lmtp-server {
group = postfix
mode = 0660
user = postfix
}
}
Mail gets delivered to
2016 Jun 02
2
Switching to git (Windows experience) (was re:[cfe-dev] GitHub anyone?)
One of the things that may taint my prior analysis...
At the time I was last evaluating Windows git GUIs, I was looking for
something that would make handling .patch and .diff files easier. In
particular, if a patch didn't apply, I really wanted to get some visual
indication of which hunk failed, and some interface to resolve the
conflict. I didn't find any tools that handled that
2013 Dec 12
1
auth failures
Hello,
last week and today our dovecot pop3 server stopped responding.
Without any other logentries dovecot start to log only this:
Dec 12 09:14:12 mbox1 dovecot: auth: Error: ldap(testuser,192.0.2.110,<FBZH7lHtAQAK/FCj>): ldap_search(base=ou=accounts,dc=example,dc=de filter=(&(|(uid=testuser)(mail=testuser))(!(state=blocked)))) failed: Operations error
For every pop3 Session, ~2000
2019 Jan 13
3
[FTS Xapian] Beta release
You copied your Makefile.am?there. Stephan made you a working version, can you try that?
(sorry for dup)
Aki
-------- Original message --------From: Joan Moreau <jom at grosjo.net> Date: 13/01/2019 21:39 (GMT+02:00) To: Stephan Bosch <stephan at rename-it.nl> Cc: Aki Tuomi <aki.tuomi at open-xchange.com> Subject: Re: [FTS Xapian] Beta release
I used the skeleton from Aki :
2016 Jun 02
2
Switching to git (Windows experience) (was re:[cfe-dev] GitHub anyone?)
Sourcetree is pretty good on windows, and I hear ok things about Git Extensions. I have not used the GitHub app though.
I typically use Sourcetree to view the logs, and command line for everything else.
From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Craig, Ben via llvm-dev
Sent: Thursday, June 02, 2016 10:01 AM
To: llvm-dev at lists.llvm.org
Subject: Re: [llvm-dev]
2013 Dec 19
2
Horde + dovecot metadata support
Hello,
Horde (http://horde.org) has the ability to store its preferences direct into a users imap mailbox
using imap metadata extension. There are two implementations of the imap extension.
1. a dovecot plugin: http://hg.dovecot.org/dovecot-metadata-plugin
2. dovecot itself: http://www.dovecot.org/list/dovecot/2013-November/093243.html
I setup Horde and dovecot-2.2.5 to use this extension and
2011 Apr 14
0
solved: disable_plaintext_auth = no per IP
found:
remote 192.0.2.143/32 {
disable_plaintext_auth = no
}
( http://dovecot.org/list/dovecot/2011-February/057282.html )
--
Andreas Schulze
Internetdienste | P252
DATEV eG
90329 N?rnberg | Telefon +49 911 319-0 | Telefax +49 911 319-3196
E-Mail info @datev.de | Internet www.datev.de
Sitz: 90429 N?rnberg, Paumgartnerstr. 6-14 | Registergericht N?rnberg, GenReg Nr.70
Vorstand
Prof. Dieter
2012 May 04
1
doveadm mailbox: rc=0 on error
Hi all,
I use "doveadm mailbox mutf7 -7 $folder" to convert imap foldernames to UTF-8.
If $foldername is not mUTF-7 encoded, doveadm returns
"doveadm(root): Error: Mailbox name not valid mUTF-7: $folder"
This errormessage is printed on stderr but the returncode of doveadm is zero.
I tested with dovecot-2.0.* and dovecot-2.1.*
# all right:
$ doveadm mailbox mutf7 -7
2013 Sep 12
1
SOLVED: dovecot-2.2.5 build failed if openssl < 0.9.8
Hello,
to build dovecot-2.2.5 on a system based on openssl-0.9.7 I had to apply the attached patch.
Maybe it could be applied in the next versions
Thanks.
--
Andreas Schulze
Internetdienste | P252
DATEV eG
90329 N?rnberg | Telefon +49 911 319-0 | Telefax +49 911 319-3196
E-Mail info @datev.de | Internet www.datev.de
Sitz: 90429 N?rnberg, Paumgartnerstr. 6-14 | Registergericht N?rnberg,
2019 Jan 13
3
[FTS Xapian] Beta release
Op 13/01/2019 om 21:25 schreef Joan Moreau via dovecot:
>
> I tried to combined it, the "autoreconf" errors are solved
>
> Now, when I type "make install", the lib is not pushed into dovecot
> folder, but somewhere in /usr/local/...
>
> How to adjust this to have it arriving in the proper folder ?
>
Depends on your system. It mostly a matter of setting