Displaying 20 results from an estimated 2000 matches similar to: "Assert test not compatible with s390(x) and ppc64 architectures"
2010 May 14
3
dovecot 2.0 vs. SELinux
Hi,
we were modifying old SELinux rules for dovecot 2.0. Everything seems ok, only
one report seems odd:
"SELinux is preventing /usr/sbin/dovecot "write" access on dovecot.conf."
Looking at strace output, dovecot tries to use socket on
/etc/dovecot/dovecot.conf which is regular file and no socket:
...
geteuid() = 0
getegid()
2012 Nov 20
0
NSS support in trunk
Hi Michal
I'm cc'ing -upsdev since you caught a good point!
btw, sorry for the lag in this answer...
2012/10/29 Michal Hlavinka
Hi,
>
> I finally found out enough time to prepare builds for Fedora.
> Packages with nss can be found here:
> http://mhlavink.fedorapeople.**org/nut+nss/<http://mhlavink.fedorapeople.org/nut+nss/>
>
> I had to apply this extra patch
2013 Oct 01
1
[bug] ssl-params hangs when FIPS is enabled
Hi,
we found a bug in ssl-params. It calls openssl DH generator for 512 and
1024 bits, but in FIPS mode, openssl won't generate anything for less
than 1024, so it fails with:
error:0506A06E:Diffie-Hellman routines:DH_BUILTIN_GENPARAMS:key size too
small
but when DH generator fails, ssl-params hangs forever in io_loop_run:
__epoll_wait_nocancel()
io_loop_handler_run(..) at
2017 Jun 20
2
dovecot & cap_net_admin capability
Hi,
we've seen SELinux reports from our users that dovecot tried to use
something that needs CAP_NET_ADMIN capability. Before enabling it, we
would like to know where it originated from. I've checked the sources,
but was not able to find anything that would require this capability. Do
you know for what it is used?
CAP_NET_ADMIN
Perform various network-related operations:
* interface
2010 May 05
1
2.0 FTBFS since sqlpool changes when --with-sql=plugin is used
Hi,
yesterday lib-sql got driver-sqlpool with some changes in Makefile.am, but
these changes in makefile works only for --with-sql=yes. When --with-sql=plugin
is used build fails with:
libtool --tag=CC --mode=link gcc -std=gnu99 -O2 -g -pipe -Wall -Wp,-
D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -
m64 -mtune=generic -Wall -W -Wmissing-prototypes
2011 Mar 25
1
Ignored proxy_maybe var and no local login when "host = Proxy FQDN"
Hi help is preciated,
PROBLEM
The dovecot-ldap.conf of "proxy server A" is working when the "host"
attribute is the FQDN of other server:
pass_attrs = uid=user,userPassword={SSHA}password,\
=proxy_maybe=,maildrop=host,=port=143,=destuser=%u,=starttls=any-cert
pass_filter = (&(objectClass=posixAccount)(uid=%u))
CASES
When the "host" attribute is the
2017 Jun 20
0
dovecot & cap_net_admin capability
On 20 Jun 2017, at 14.18, Michal Hlavinka <mhlavink at redhat.com> wrote:
>
> Hi,
>
> we've seen SELinux reports from our users that dovecot tried to use something that needs CAP_NET_ADMIN capability. Before enabling it, we would like to know where it originated from. I've checked the sources, but was not able to find anything that would require this capability. Do you
2019 Mar 12
0
Regression ACL & namespace prefix
On 18 Sep 2018, at 17.10, Michal Hlavinka <mhlavink at redhat.com> wrote:
>
> Seems that for Global ACL directory, namespace prefix is not part of the path, when looking for acl file.
Is there a reason you're using ACL directory instead of ACL file? I've rather been thinking about removing code for ACL directories entirely at some point.
-------------- next part
2000 Jan 27
0
more NetBSD patches, for OpenSSH V1.2.2
Hi,
the following patches are in the NetBSD packages collection to get OpenSSH
1.2.2 going. Changes:
* /dev/urandom may be there but not in the kernel - make sure
* Pull in some more headers needed by configure
* Add proper ld-flags for ELF platforms
* Some code cleanup
* Install example files always to a different dir, and use out
build system to DTRT WRT getting them to /etc.
2010 Nov 28
2
[PATCH] Use canonical hostname for DNS SSHFP lookup
In the current implementation, ssh always uses the hostname supplied by
the user directly for the SSHFP DNS record lookup. This causes problems
when using the domain search path, e.g. I have "search example.com" in my
resolv.conf and then do a "ssh host", I will connect to host.example.com,
but ssh will query the DNS for an SSHFP record of "host.", not
2000 Jan 18
0
More NetBSD patches
Here's a unified diff, proposed by Christos Zoulas (with a little
reworking to get the configure.in part a bit cleaner). The main target of
the patches are NetBSD compatability, although there are some changes
making
if (pointer X)
into
if (X != NULL)
as well. Christos also proposed a change to Makefile.in, but I'll send
that as a seperate mail.
Thanks,
David
Index: configure.in
2019 Apr 18
1
pigeonhole tests crashing in deleteheader.svtest
On 4/12/19 12:48 AM, Stephan Bosch wrote:
>
>
> On 29/03/2019 10:23, Michal Hlavinka via dovecot wrote:
>> On 3/28/19 6:41 PM, Aki Tuomi via dovecot wrote:
>>>
>>>> On 28 March 2019 19:40 Michal Hlavinka via dovecot
>>>> <dovecot at dovecot.org> wrote:
>>>>
>>>> ? Hi,
>>>>
>>>> when trying to
2017 Aug 03
2
proxy-dict with tcp connection
I try to create a patch to allow (proxy-)dict to use tcp connections
instead of a unix domain socket.
I'm replacing connection_init_client_unix with connection_init_client_ip:
--- ./src/lib-dict/dict-client.c.orig
+++ ./src/lib-dict/dict-client.c
@@ -721,6 +721,10 @@ client_dict_init(struct dict *driver, const char *uri,
struct ioloop *old_ioloop = current_ioloop;
struct
2019 Mar 12
1
Regression ACL & namespace prefix
Hi,
thanks for the answer. I think your environment was not set up correctly
to reproduce this bug. I've retested with 2.3.5 and I can still
reproduce it. I've attached a script that will configure everything for
testing and if you have a virtual machine available, you can use it
directly (it expects linux with systemd for dovecot restart).
relevant section from config:
namespace {
2019 Mar 07
0
Regression ACL & namespace prefix
I tested with release 2.3.5, and
doveadm -Dv acl debug -u testuser pub
doveadm(testuser): Debug: acl vfile: file /etc/dovecot/global-acls/pub/INBOX not found
doveadm(testuser): Debug: acl vfile: file /home/vmail/pub/Mail/mailboxes/INBOX/dbox-Mails/dovecot-acl not found
doveadm(testuser): Debug: acl vfile: file /etc/dovecot/global-acls/ not found
doveadm(testuser): Debug: acl vfile: file
2009 Jan 29
2
[LLVMdev] [PATCH] Build fails on windows with VC2009
Hi everybody,
I just updated to the latest svn trunk version, but now the code does not
compile anymore.
It trows an error in "f:\dev\llvm\lib\system\Win32/DynamicLibrary.inc(159) :
error C2228: left of '.find' must have class/struct/union".
Below you can find the small patch which makes the compiler happy again :-)
Sincerely yours
Marius Wachtler
2019 Apr 11
0
pigeonhole tests crashing in deleteheader.svtest
On 29/03/2019 10:23, Michal Hlavinka via dovecot wrote:
> On 3/28/19 6:41 PM, Aki Tuomi via dovecot wrote:
>>
>>> On 28 March 2019 19:40 Michal Hlavinka via dovecot
>>> <dovecot at dovecot.org> wrote:
>>>
>>> ? Hi,
>>>
>>> when trying to build dovecot 2.3.5.1 pigeonhole testsuite crashes in
>>>
>>
>> Which
2019 Mar 29
2
pigeonhole tests crashing in deleteheader.svtest
On 3/28/19 6:41 PM, Aki Tuomi via dovecot wrote:
>
>> On 28 March 2019 19:40 Michal Hlavinka via dovecot <dovecot at dovecot.org> wrote:
>>
>>
>> Hi,
>>
>> when trying to build dovecot 2.3.5.1 pigeonhole testsuite crashes in
>>
>
> Which version of pigeonhole are you using?
latest available - 0.5.5
2019 Mar 07
2
Regression ACL & namespace prefix
Sorry, we have not yet been able to look into this..
It's now in our internal system as DOP-966
Aki
> On 7 March 2019 17:31 Michal Hlavinka via dovecot <dovecot at dovecot.org> wrote:
>
>
> Hi,
> any progress with this issue? Do you need more information to debug and
> fix this?
>
> Cheers
> Michal Hlavinka
>
> On 9/18/18 4:10 PM, Michal Hlavinka
2018 Sep 18
4
Regression ACL & namespace prefix
Hi
tl;dr:
Seems that for Global ACL directory, namespace prefix is not part of the
path, when looking for acl file.
Long version:
We're planning to update dovecot in next os update to 2.2.36 and while
going through regression testing, we found a problem with ACL
configuration combined with namespace.
Test uses "Global ACL directory" configuration.
Relevant configuration part: