Displaying 20 results from an estimated 27 matches for "yardley".
2014 Dec 02
4
disabling certain ciphers
On Mon, Dec 01, 2014 at 09:27:48PM -0800, Darren Pilgrim wrote:
> On 12/1/2014 4:43 PM, Will Yardley wrote:
> > Can you use both ssl_protocols *and* ssl_cipher_list in the same config
> > (in a way that's sane)?
>
> > Is there a way to exclude these ciphers, while still keeping my config
> > easy to parse and avoiding duplicative or deprecated configs?
>
> Ye...
2015 Apr 02
4
EL6 EE package dependencies
I've been trying to upgrade Dovecot-ee package (on EL6/x86_64) from
2.2.15.8-1 to 2.2.16.2-1. It's complaining on these two dependencies:
liblz4.so.1
libtextcat.so.0
These would both seem to be related to plugins, and don't seem to be
required as package dependencies by the RPM from what I can see from the
SRPM.
Anyone know what packages I need to satisfy these dependencies?
2014 Dec 02
2
disabling certain ciphers
On Tue, Dec 02, 2014 at 08:34:50AM -0800, Darren Pilgrim wrote:
> On 12/1/2014 9:44 PM, Will Yardley wrote:
> > On Mon, Dec 01, 2014 at 09:27:48PM -0800, Darren Pilgrim wrote:
> >> On 12/1/2014 4:43 PM, Will Yardley wrote:
> >>> Can you use both ssl_protocols *and* ssl_cipher_list in the same config
> >>> (in a way that's sane)?
> >>
> >&g...
2014 Dec 02
2
disabling certain ciphers
On 12/2/2014 10:05 AM, Will Yardley wrote:
> I had some problems the first few times I restarted with ssl-params
> seeming to hang, but it finally works.
That would have been dovecot generating the 4096-bit DH parameters. It
can take a bit, but Dovecot is quite fast at it. If Dovecot supported
it, you could use OpenSSL to...
2015 Apr 02
1
EL6 EE package dependencies
On Thu, Apr 02, 2015 at 02:53:26PM -0600, Eric Broch wrote:
> On 4/2/2015 1:22 PM, Will Yardley wrote:
> > I've been trying to upgrade Dovecot-ee package (on EL6/x86_64) from
> > 2.2.15.8-1 to 2.2.16.2-1. It's complaining on these two dependencies:
> >
> > liblz4.so.1
> > libtextcat.so.0
> >
> > These would both seem to be related to plugins...
2014 Dec 02
0
disabling certain ciphers
Am 02.12.2014 um 06:44 schrieb Will Yardley:
> On Mon, Dec 01, 2014 at 09:27:48PM -0800, Darren Pilgrim wrote:
>> On 12/1/2014 4:43 PM, Will Yardley wrote:
>>> Can you use both ssl_protocols *and* ssl_cipher_list in the same config
>>> (in a way that's sane)?
>>
>>> Is there a way to exclude thes...
2014 Dec 02
0
disabling certain ciphers
On 12/1/2014 9:44 PM, Will Yardley wrote:
> On Mon, Dec 01, 2014 at 09:27:48PM -0800, Darren Pilgrim wrote:
>> On 12/1/2014 4:43 PM, Will Yardley wrote:
>>> Can you use both ssl_protocols *and* ssl_cipher_list in the same config
>>> (in a way that's sane)?
>>
>>> Is there a way to exclud...
2014 Jul 15
2
ATrpms repo
Tried mailing the maintainer, but didn't get a response -- anyone know
what's happened to the ATrpms repo?
Not only is
http://atrpms.net/name/dovecot/
empty, but:
http://packages.atrpms.net/dist/el6/
seems to return a 404. Some of the mirrors still have the packages, but
does anyone know if they're going to continue to build 2.2.x packages?
w
2014 Sep 19
2
negative auth cache?
I am using Dovecot 2.2.13, which doesn't yet seem to have the
$auth_cache_negative parameter. Should the negative cache value honor
$auth_cache_ttl then?
I had a problem where some of our ldap systems were reinitialized. Some
users, presumably those who tried to login while their records were
returning a failure, became unable to login after the records were once
again returning normally.
I
2014 Dec 02
2
disabling certain ciphers
Can you use both ssl_protocols *and* ssl_cipher_list in the same config
(in a way that's sane)?
ssl_protocols (>= 2.1)
and
ssl_cipher_list
co-exist, or are they mutually exclusive?
I have a Dovecot 2.2.13 system, and I tried setting:
I also tried things like
ssl_cipher_list = HIGH
or
ssl_cipher_list = HIGH:!MEDIUM:!LOW
however, doing this seems to make v3 still work unless I
2014 Jul 17
2
ulimit warning when restarting
When restarting Dovecot 2.2.10 (via atrpms) on RHEL 6, I get the error:
Warning: fd limit (ulimit -n) is lower than required under max. load (1024 < 4096), because of default_client_limit
# doveconf default_internal_user
default_internal_user = dovecot
Should dovecot print this warning based on $default_internal_user, or
based on root?
As root:
# ulimit -n
1024
As user dovecot:
$ ulimit -n
2014 Dec 02
2
disabling certain ciphers
On 12/2/2014 1:32 AM, Reindl Harald wrote:
>
> Am 02.12.2014 um 06:44 schrieb Will Yardley:
>> On Mon, Dec 01, 2014 at 09:27:48PM -0800, Darren Pilgrim wrote:
>>> On 12/1/2014 4:43 PM, Will Yardley wrote:
>>>> Can you use both ssl_protocols *and* ssl_cipher_list in the same config
>>>> (in a way that's sane)?
>>>
>>>> Is the...
2014 Dec 02
0
disabling certain ciphers
On 12/1/2014 4:43 PM, Will Yardley wrote:
> Can you use both ssl_protocols *and* ssl_cipher_list in the same config
> (in a way that's sane)?
> Is there a way to exclude these ciphers, while still keeping my config
> easy to parse and avoiding duplicative or deprecated configs?
Yes to both. If you need to support...
2014 Dec 02
0
disabling certain ciphers
On Tue, Dec 02, 2014 at 10:12:22AM -0800, Darren Pilgrim wrote:
> On 12/2/2014 10:05 AM, Will Yardley wrote:
> > I had some problems the first few times I restarted with ssl-params
> > seeming to hang, but it finally works.
>
> That would have been dovecot generating the 4096-bit DH parameters. It
> can take a bit, but Dovecot is quite fast at it. If Dovecot supported
>...
2014 Dec 17
1
Dovecot-ee
On Fri, Oct 17, 2014 at 12:08:38PM -0700, Timo Sirainen wrote:
> On 17 Oct 2014, at 07:24, Davide <davide.marchi at mail.cgilfe.it> wrote:
> > Hi to all, i found that dovecot-ee repository access is free 0,00 $
> > cost; i'm running dovecot community 2.2.13 can i migrate my system
> > to dovecot-ee? What are difference between Dovecot-ee and
> >
2015 Apr 02
0
EL6 EE package dependencies
On 4/2/2015 1:22 PM, Will Yardley wrote:
> I've been trying to upgrade Dovecot-ee package (on EL6/x86_64) from
> 2.2.15.8-1 to 2.2.16.2-1. It's complaining on these two dependencies:
>
> liblz4.so.1
> libtextcat.so.0
>
> These would both seem to be related to plugins, and don't seem to be
> req...
2015 Apr 03
0
EL6 EE package dependencies
On 03 Apr 2015, at 04:22, Will Yardley <dovecot.org at veggiechinese.net> wrote:
>
> I've been trying to upgrade Dovecot-ee package (on EL6/x86_64) from
> 2.2.15.8-1 to 2.2.16.2-1. It's complaining on these two dependencies:
>
> liblz4.so.1
> libtextcat.so.0
>
> These would both seem to be rela...
2014 Aug 05
1
prefix behavior with Dovecot / Squirrelmail
Old: Dovecot 1.1.18 + Squirrelmail 1.4.8 + Imapproxy
New: Dovecot 2.2.10 + Squirrelmail 1.4.22 (no Imapproxy)
In both, we have:
[dovecot config]
namespace private {
separator = .
prefix = Mail.
inbox = yes
}
(The 'Mail' prefix is set this way for compatibility reasons)
$imap_server_type = 'dovecot';
$default_folder_prefix = 'Mail.';
$trash_folder
2016 Apr 26
0
Penalised spline regression
...n spm() in package semipar.
Thank you for any help or advice.
Dave.
David Mcnulty
Medical Statistician
Tel: +44 (0) 121 371 2448
Internal: 12448
Email: David.Mcnulty at uhb.nhs.uk
Web: http://www.uhb.nhs.uk
Health Informatics - University Hospitals Birmingham NHS Foundation Trust
Yardley Court, 11-13 Frederick Road, Edgbaston
Birmingham, B15 1JD
The Health Informatics Department is a team of specialist NHS information analysts who work together to provide analysis solutions. The Team filters, analyses and presents comprehensive information that empowers NHS professionals to make...
2014 Sep 19
1
doveadm with multiple instances on same machine(s)
Couple questions about running doveadm with multiple instances... I have
Dovecot 2.2.13 on RHEL6 running across 3 boxes, each with a director and
main instance running. When I try to lookup something on the main
instance (which is handling user auth) via its auth-userdb socket
directly, I get an error:
# doveadm auth lookup -a /var/run/dovecot-main/auth-userdb myuser
doveadm(root): Error: passdb