Displaying 20 results from an estimated 90 matches similar to: "Unencrypted Passwords"
2009 Feb 21
0
density estimation for d>2 for the DPpackage
Dear List,
I am trying to estimate a 3 dimensional density through the DPpackage.
For example
# model
sigma <- matrix(c(0.1,0.05,0.05,0.05,0.1,0.05,0.05,0.05,0.1), ncol=3)
rnormm<- rmvnorm(n=100, mean=c(5,100,150), sigma=sigma)
sigma2 <- matrix(c(10,0.05,0.05,0.05,10,0.05,0.05,0.05,10), ncol=3)
rnormm2<- rmvnorm(n=100, mean=c(20,1,110), sigma=sigma)
rnormm<-rbind(rnormm,rnormm2)
1999 Jan 13
6
Neuling
Hallo Liste
Derzeit mache ich meine ersten Gehversuche mit Linux (SuSE). Bis jetzt
habe ich in einem kleinen Netzwerk f?r meine Tauchschule vier Rechner
betreut. Einer davon war WinNT-4.0 Server und Arbeitsplatz zugleich.
Nachdem ich nicht mehr bereit bin, mich mit dem w?chentlichen "blue
screen" und dem monatlichen Neuinstallieren von NT abzufinden, bin ich
derzeit beim Umsteigen auf
2003 Feb 24
1
Mass: lda and collinear variables
hello list,
when I use method lda of the MASS package I experience a warning:
variables are collinear in: lda.default(data[train, ], classes[train])
Is there an easy way to recover from this issue within the MASS package?
Or how can I tell how severe this issue is at all?
I understand that I shouldn't use lda at all with collinear data and should
use "quadratische" (squared?)
2007 Dec 12
2
Dump Unencrypted SSL Traffic
I've got an application that I can run under wine. It uses SSL to
communicate with a server. Since it's using SSL I can't just sniff
the network packets. What would be the best way to have wine be able
to dump the unencrypted data to a file for analysis? If this
requires modifying code, which files should I look at?
--
Anish Mistry
amistry at am-productions.biz
AM Productions
2018 Jan 10
0
Can Dovecot reject unencrypted mail?
Hi David,
I don't know how to do what you want with dovecot, but what you are
asking is easy and straightforward with Postfix.
Postfix can easily be configured to feed mail through a milter ("mail
filter") interface. You would just need to write a milter (there is a
nice python library) that checks if the messages is "encrypted" to your
specifications and tells Postfix
2003 Sep 06
0
Unencrypted/encrypted passwords when connecting from Linux to Win98
I am trying to use Samba between a RedHat Linux 9 system and several Win98
PC's. From the Win98 systems, I can see and access the Linux folders I
have made available. I can see the Win98 PCs and their shared directories
from the Linux box. Understanding that Win98 requires encrypted
passwords, I have set the "encrypt passwords" keyword in the smb.conf file
to "yes".
2016 Aug 18
0
Allow unencrypted TLS LDAP query
Hello Ricardo,
Am 18.08.2016 um 22:17 schrieb Ricardo Pardim Claus via samba:
> It is possible to configure Samba 4.4.5 to accept queries that do not use TLS?
> I'm having trouble authenticating the Proxy / SquidGuard in AD Samba 4.4.5.
>
> I get this error:
>
> (squidGuard): ldap_simple_bind_s failed: Strong(er) authentication required
>
> I read the wiki Samba,
2006 May 08
2
Encrypted IMAP only from Internet, unencrypted POP3 from internal network
Hi,
we have following situation: I migrated our company mailserver from POP3
only to dovecot with IMAP and POP. We need to have unencrypted POP3
from our internal network, and the subnet our mailserver is in.
Additionally, we now want to allow encrypted IMAP from the internet (for
some defined accounts), preferably with TLS (which means I open Port
143 in our firewall).
Now, how can I
2023 Feb 16
1
Can I encrypt already existant unencrypted mail before I start using the mail-crypt plugin?
Hi,
I am using dovecot 2.3.16, along with postfix and a PostgreSQL database for managing virtual accounts.
I'd like to start using the mail-crypt plugin. However, I'm having a bit some difficulty understanding the documentation at
https://doc.dovecot.org/configuration_manual/mail_crypt_plugin
to reach my goal. I plan to ask questions about those issues by starting new threads in this
2008 Jan 10
2
[Bug 1430] New: Restore support for "none" cipher, i.e., unencrypted connections
https://bugzilla.mindrot.org/show_bug.cgi?id=1430
Summary: Restore support for "none" cipher, i.e., unencrypted
connections
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: Other
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
1998 Nov 30
1
Getting smbpasswd file to work alongside unencrypted ones
We operate a samba('18p10) server accessed by WIN3.11, 9x & NT4 clients,
security=share. Uptil now, the NT clients have been pre service pack 3 &
therefore sent cleartext passwords. Post-SP3 we need to enable encrypted
passwords for the NT clients whilst preserving cleartext for the rest. For
various (political) reasons, we cant' get the clients to use the registry
hack to
2013 Jun 13
2
Auto-responder to handle unencrypted (and/or unsigned) email messages whose origin is not localhost
Hi, everyone,
I'm surprised how little exists on the Internet regarding this
particular subject. Given the recent headlines, that is about to change,
I'm sure.
I have a need to send an automated response to all senders who attempt
to send unencrypted and/or unsigned email to a specific mailbox on my
system. (Messages originating from localhost should be exempt.)
I would like for the
2016 Jan 25
2
Disable Client Certificate Authentication for Unencrypted Connections?
I?m using dovecot to provide encrypted IMAP e-mail support for remote clients and it?s working great. However, I also need to set up a webmail front-end (Roundcube), which I?m hoping to have use unencrypted IMAP on port 143 (as only port 993 is available externally).
The problem I?m running into is that I want to require client certificate authentication on port 993, but dovecot is apparently
2013 May 29
2
Patch to discourage unencrypted key generation
>>> configuration holes are the *default* configuration. ssh-keygen
>>> creates passphrase frees by default if you simply hit "Enter" a few
>>> times, and there is no way I've ever seen for ssh_config to reject
>>> them by default when loading local keys or loading them into an
>>> ssh-agent.
>>
>> So where are your
2018 Jan 10
2
Can Dovecot reject unencrypted mail?
Hi,
Is it possible to configure Dovecot to reject mail that is not
encrypted. In other words:
1. If the user tries to send an unencrypted message from their MUA,
the server rejects it.
2. If a third-party tries to send an unencrypted message to the user,
the server rejects it.
The end result would be that no mail stored on the server can be
decrypted by the administrator.
I am aware that:
*
2016 Jan 29
2
Disable Client Certificate Authentication for Unencrypted Connections?
> On 27 Jan 2016, at 21:55, Axel Luttgens <axel.luttgens at skynet.be> wrote:
>
> Hello Haravikk,
>
> Perhaps could you try to devise an exception based on one (or more) "remote" section(s), as in:
>
> remote ip.of.webmail.server {
> ssl_verify_client_cert = no
> [other settings, if needed]
> }
>
> But I guess you would need to combine
2023 Feb 21
1
Can I encrypt already existant unencrypted mail before I start using the mail-crypt plugin?
> On 16/02/2023 07:18 EET mailinglist-subscriptions <mailinglist-subscriptions at protonmail.com> wrote:
>
>
> Hi,
>
> I am using dovecot 2.3.16, along with postfix and a PostgreSQL database for managing virtual accounts.
>
> I'd like to start using the mail-crypt plugin. However, I'm having a bit some difficulty understanding the documentation at
>
2001 Nov 13
1
Unencrypted passwords -> Encrypted passwords: can't revert WinNT4 to use encrypted passwords
Hello,
I'd be very grateful if anyone could share their ideas on this problem. The
situation is this:
I have a Solaris 8 machine running Samba 2.2.1a. The global configuration has
"security = USER" and originally had "encrypt passwords = NO". I was able to
map drives to shares on this machine from my WinNT 4 SP 5 workstation when I set
the registry key advised by the
2016 Aug 18
4
Allow unencrypted TLS LDAP query
Dear
It is possible to configure Samba 4.4.5 to accept queries that do not use TLS?
I'm having trouble authenticating the Proxy / SquidGuard in AD Samba 4.4.5.
I get this error:
(squidGuard): ldap_simple_bind_s failed: Strong(er) authentication required
I read the wiki Samba, the new versions are working with authentication TLS encrypted connections.
It is possible to configure Samba
2016 Feb 02
2
Disable Client Certificate Authentication for Unencrypted Connections?
On 02 Feb 2016, at 13:09, Haravikk <dovecot at haravikk.me> wrote:
>
> So I still haven?t found a way to require client certificates only for port 993/IMAPS while leaving unencrypted IMAP open for local, trusted, services.
>
> Is there really no way to do this? I just found out how to do the same thing for postfix (turns out it?s fairly easy, just a matter of adding the