Displaying 20 results from an estimated 300 matches similar to: "Authentication by certificats (a bug or my misconfiguration)"
2007 Mar 22
1
tilde in mbox:, when used in non-system user db
Originally I've thought that this is related to INBOX field,
but it turned out it happens only when you specify mbox.
Consider following passwd-file:
testms::10000:10000:imap,,,:/home/vmail/ppgk.com.pl/testms/./::userdb_mail=mbox:~/Mail:INBOX=/home/vmail/ppgk.com.pl/%u/inbox
or following line from userdb static:
args = uid=10000 gid=10000 home=/home/vmail/ppgk.com.pl/%u/./
2007 Mar 21
1
Double homedirs and tilde problems in case of chroot in passwd-file / static dbs.
Recently I've made the post about "double homedir" problem,
but I couldn't recreate it later. Here're the exact steps to
make it happen (configuration is at the bottom):
1) set configuration as below with passwd-files
2) clean testms dir (not necessary though)
3) reload dovecot (HUP is enough)
4) access the server with any client using testms user
(make sure no other
2007 Mar 15
2
flock problems with index files and passwd-file
While experimenting a bit, I found that for some reason, locking indexes
with flock is problematic, but only if user is taken from passwd-file.
The host system is openbsd 3.9, dovecot's configuration is added at the
bottom.
Authentication is from two places - first from mentioned passwd-file,
then from passwd file using bsdauth (in this case, there're no problems
with flock). So, if
2013 May 03
1
MANOVA summary.manova(m) :" residuals have rank"
Dear All, I am trying to perform MANOVA. I have table with 504 columns(species) and 36 rows) with two grouping (season and location)
Zx <- Z[c(4:504)]
Zxm <- as.matrix(Z)
m<- manova(Zxm~Season*location, data=Z)
when I do summary.aov, I get respond for each species but summary.manova
summary.manova(m) :" residuals have rank" 24<501.
What can it be the reason for this error
2014 Apr 10
2
[LLVMdev] Proposal: Move host CPU auto-detection out of the TargetMachine
Eric Christopher <echristo at gmail.com> writes:
> I'm not a huge fan of this because then you get to decide on a default
> for all the ports, but I can understand if people want to move this
> way to reduce uncertainty.
FWIW, since it's one of the three targets Jim mentioned, -march=z10 is
the obvious default for SystemZ.
On the other hand, I think it's good to run
2007 Mar 19
1
userdb static and doubled homedir problem
With following configuration:
userdb static {
args = uid=10000 gid=10000 home=/home/vmail/domain.tld/%u/./ mail=maildir:~/maildirs
}
and accompanying passdb passwd-file consisting of only user and password, for example
test:{PLAIN}test:
dovecot will access
home=/home/vmail/domain.tld/test/home/vmail/domain.tld/test/maildirs
instead of
home=/home/vmail/domain.tld/test/maildirs
dovecot
2007 Mar 28
2
chroot and raw logging
I'm not sure if it's even intended to work in this particular
case, but there's a problem when chroot is explicitely defined
and rawlogging is used. Rawlog respects chroot point, without
being actually chrooted.
Consider configurtion as below, with two cases (dovecot.rawlog
dir is of course created earlier, with appropriate uid/gid).
1)
dovecot.userdb:
2013 Apr 14
2
[LLVMdev] [RFC/PATCH][0/4] New SystemZ backend
Hello,
I'd like to propose the addition of a new SystemZ backend to the LLVM and
Clang code base. We're interested in this for the same reason we've been
interested in the PowerPC back-end recently: to enable packages in upcoming
enterprise Linux distributions that need LLVM support (e.g. 3D desktop
support via llvmpipe).
Now, I understand that a SystemZ backend used to be part of
2018 May 30
0
DM 3.6.25 -> 4.x
Am 2018-05-30 um 15:56 schrieb Rowland Penny via samba:
> If the last two lines are actually in your smb.conf on disk and you
> want use the 'rid' backend, then set the something like this will work:
>
> idmap config DOMAIN : range =310000-40000
> idmap config DOMAIN : backend = rid
>
>>
>> the two lines
>>
>> idmap uid =
>> idmap
2009 May 21
2
Naming a random effect in lmer
Dear guRus:
I am using lmer for a mixed model that includes a random intercept for a
set of effects that have the same distribution, Normal(0, sig2b). This set
of effects is of variable size, so I am using an as.formula statement to
create the formula for lmer. For example, if the set of random effects has
dimension 8, then the lmer call is:
Zs<-
2008 Oct 23
1
Join AD: no logon server
Hello,
I am trying to join my server to a Win2k AD domain.
I have configured kerberos and can get a ticket but when I try to join the
AD I get the error "Failed to join domain: No logon servers" as detailed
below.
I have searched the archives and google and followed some suggestions to get
my files into the correct format but still have a problem.
I am using Samba version 3.0.32-0.fc8
2015 Aug 14
2
[3.7 Release] Let's fix the release notes!
Many thanks!
On Fri, Aug 14, 2015 at 6:47 AM, Ulrich Weigand
<Ulrich.Weigand at de.ibm.com> wrote:
> LLVM:
>
> LLVM no longer attempts to automatically detect the
> current host CPU when invoked natively.
>
> LLVM now supports all thread-local storage models on SystemZ.
> (Previous releases would support only the local-exec TLS model.)
>
> LLVM now uses the POPCNT
2013 Apr 14
0
[LLVMdev] [RFC/PATCH][0/4] New SystemZ backend
> I'd like to propose the addition of a new SystemZ backend to the LLVM and
> Clang code base. We're interested in this for the same reason we've been
> interested in the PowerPC back-end recently: to enable packages in upcoming
> enterprise Linux distributions that need LLVM support (e.g. 3D desktop
> support via llvmpipe).
Cool!
> - focus on feature completeness
2012 Aug 14
0
Revoking a TLS certificat created with ast_tls_cert
Hi list,
is there an easy and proper way to revoke certificat created by the
script ast_tls_cert? I always get a name error on the CN/ O/ subject ...
--
Daniel
2010 Aug 10
4
Certificat Outlook 2003
Hi,
next problem with outlook 2003
On the IMAP Server (dovecot.x86_64 1.0.7-7.el5) I created a certificate
with "mkcert_dovecot.sh". Some entries as be written to
"/etc/pki/dovecot/dovecot-openssl.cnf".
plaintext paswords are disables.
IMAP Serverport: 993
Server needs SSL
Now the outlook 2003 clients meens "the server uses a security
certificate, which could not be
2005 Dec 22
0
lartc.org misconfiguration?
http://lartc.org/
Forbidden
You don''t have permission to access / on this server.
Apache/1.3.33 Server at lartc.org Port 80
--
DO4-UANIC
2014 Jun 12
1
[Bug 959] New: SSL misconfiguration
https://bugzilla.netfilter.org/show_bug.cgi?id=959
Summary: SSL misconfiguration
Product: bugzilla
Version: other
Platform: x86_64
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: netfilter bugzilla
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy:
2013 Jul 09
2
Apparent xapian.org website misconfiguration?
Hi All,
Not sure if you already know this:
I was just in the process of showing someone xapian, when I found that
the website is not functioning correctly.
It appears that PHP config is somehow not functioning correctly.
--
My apologies if this is the wrong place to report this, or if you
already know this problem exists.
Best,
.ike
2016 Mar 10
0
EPT Misconfiguration
I am using libvirt 1.2.20. I noticed that when running some VMs (CentOS )
with 2G ram, 2CPUs each for some reason they go from 'state=running' to
'state=paused'; and they can't be restarted. They are un-usable.
When this happens I get the following in dmesg output:
[ 46.595265] EPT: Misconfiguration.
[ 46.595271] EPT: GPA: 0xfee000b0
[ 46.595275]
2015 Oct 24
0
Memory leak or misconfiguration: Repeated allocation of very large block
On 24 Oct 2015, at 14:59, Sebastian Wolfgarten <sebastian at wolfgarten.com> wrote:
>
> Dear all,
>
> I am using Dovecot 2.2.19 and I keep on getting the following warnings in my mail.log file on FreeBSD 10:
>
> Oct 24 10:45:28 server1 dovecot: imap: Error: GC Warning: Repeated allocation of very large block (appr. size 20480):
> Oct 24 10:45:28 server1 dovecot: imap: