Displaying 20 results from an estimated 30 matches for "swcp".
Did you mean:
swap
2007 Nov 24
7
[Bug 1393] New: patch modifies gnome-ssh-askpass to optionally use one-time password
...illa.mindrot.org/show_bug.cgi?id=1393
Summary: patch modifies gnome-ssh-askpass to optionally use one-
time password
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: All
URL: http://www.swcp.com/~pgsery
OS/Version: Linux
Status: NEW
Keywords: patch
Severity: enhancement
Priority: P2
Component: Miscellaneous
AssignedTo: bitbucket at mindrot.org
ReportedBy: pgsery at swcp.com
Created an attachment (id=1383)
--&...
2016 Jul 19
3
Panic when runing "doveadm mailbox status ... vsize"
...limit = 512
vsz_limit = 256 M
}
service pop3-login {
chroot = login
process_limit = 128
process_min_avail = 5
service_count = 1
user = dovecot
vsz_limit = 64 M
}
service pop3 {
drop_priv_before_exec = no
process_limit = 512
vsz_limit = 256 M
}
ssl_cert = </etc/mail/certs/mail.swcp.com.pem
ssl_cipher_list = ALL:!LOW:!SSLv2
ssl_key = </etc/mail/certs/mail.swcp.com.pem
userdb {
args = blocking=yes
driver = passwd
}
verbose_proctitle = yes
protocol imap {
imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
imap_logout_format = bytes=%i/%o
imap_max_line_leng...
2008 Jun 13
3
[Bug 983] Required authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=983
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pgsery at swcp.com
--- Comment #18 from Damien Miller <djm at mindrot.org> 2008-06-13 13:56:12 ---
*** Bug 1435 has been marked as a duplicate of this bug. ***
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the a...
2010 Jan 07
4
[Bug 983] Required authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=983
--- Comment #26 from Paul Sery <pgsery at swcp.com> 2010-01-08 08:09:14 EST ---
The configuration below is incorrect. When using protocol 2, it should
read:
...
RequiredAuthentications2 password
Also, there's no need to specify publickey in conjunction with other
authentication methods because it will always be tried first (as
specifie...
2009 Feb 04
4
pop3_lock_session question
...seem to.
Any ideas?
Here is our "dovecot -n":
----------------------------------------------------------------------
# 1.1.8: /usr/local/etc/dovecot.conf
# OS: FreeBSD 7.1-RELEASE-p2 i386
base_dir: /var/run/dovecot/
protocols: imap imaps pop3 pop3s
ssl_cert_file: /etc/mail/certs/mail.swcp.com.pem
ssl_key_file: /etc/mail/certs/mail.swcp.com.pem
ssl_cipher_list: ALL:!LOW:!SSLv2
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default): /usr/local/libexec/dovecot/imap-login
login_executable(imap): /usr/local/libexec/dovecot/imap-login
login_executable(pop3)...
2024 Apr 08
2
Exceptional slowness with read.csv
? Sun, 7 Apr 2024 23:47:52 -0600
Dave Dixon <ddixon at swcp.com> ?????:
> > second_records <- read.csv(file_name, skip = 2459465, nrows = 5)
It may or may not be important that read.csv defaults to header =
TRUE. Having skipped 2459465 lines, it may attempt to parse the next
one as a header, so the second call read.csv() should probably inclu...
2009 Jul 31
2
[Bug 983] Required authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=983
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
Blocks| |1626
--- Comment #23 from Darren Tucker
2010 Nov 12
1
[Bug 983] Required authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=983
Paul Sery <pgsery at swcp.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1768|0 |1
is obsolete| |
--- Comment #30 from Paul Sery <pgsery at sw...
2009 Feb 04
3
auth_debug_passwords
...: passwd
args: blocking=yes
socket:
type: listen
client:
path: /var/run/dovecot/auth-client
mode: 432
master:
path: /var/run/dovecot/auth-master
mode: 384
host:/var/log#
Thanks for any light you could shine on this problem.
Josh
--
Josh Gentry
help at swcp.com * jgentry at swcp.com * 505-232-7992
Customer service in the 21st century.
2024 Apr 08
2
Exceptional slowness with read.csv
...work resolving things. The command line
> tools awk & sed might even be a good plan for finding lines that have
> errors & figuring out a fix, but I certainly don't envy you.
>
> All the best
>
> Stevie
>
> On Tue, 9 Apr 2024 at 00:36, Dave Dixon <ddixon at swcp.com> wrote:
>
> Greetings,
>
> I have a csv file of 76 fields and about 4 million records. I know
> that
> some of the records have errors - unmatched quotes, specifically.
> Reading the file with readLines and parsing the lines with
> read.csv(tex...
2012 Aug 02
1
[Bug 983] Required authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=983
Petr Lautrbach <plautrba at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2138|0 |1
is obsolete| |
--- Comment #54 from Petr Lautrbach <plautrba at
2024 Apr 08
2
Exceptional slowness with read.csv
...are big like that it
can take a bit of work resolving things. The command line tools awk & sed
might even be a good plan for finding lines that have errors & figuring out
a fix, but I certainly don't envy you.
All the best
Stevie
On Tue, 9 Apr 2024 at 00:36, Dave Dixon <ddixon at swcp.com> wrote:
> Greetings,
>
> I have a csv file of 76 fields and about 4 million records. I know that
> some of the records have errors - unmatched quotes, specifically.
> Reading the file with readLines and parsing the lines with read.csv(text
> = ...) is really slow. I know t...
2024 Apr 08
4
Exceptional slowness with read.csv
Greetings,
I have a csv file of 76 fields and about 4 million records. I know that
some of the records have errors - unmatched quotes, specifically.?
Reading the file with readLines and parsing the lines with read.csv(text
= ...) is really slow. I know that the first 2459465 records are good.
So I try this:
> startTime <- Sys.time()
> first_records <- read.csv(file_name, nrows
2009 Apr 24
3
1 Dovecot proxy to 2 real IMAP servers
Hello all.
I have 2 Dovecot IMAP servers with different mailboxes. What serves
different email domains.
I want to add one Dovecot Proxy server and make him understand based on
user domain - were it need to transfer a connection.
I use LDAP auth based on "mail" attribute.
It is possible?
P.S. Proxy documentation at dovecot.org not help at all and seems to not
complited. :-(
--
2024 Apr 08
1
Exceptional slowness with read.csv
...ems. For
example, an unmatched quote might result in some huge number of characters
trying to be read into a single element of a character variable. As your
previous respondent said, resolving such problems can be a challenge.
Cheers,
Bert
On Mon, Apr 8, 2024 at 8:06?AM Dave Dixon <ddixon at swcp.com> wrote:
> Greetings,
>
> I have a csv file of 76 fields and about 4 million records. I know that
> some of the records have errors - unmatched quotes, specifically.
> Reading the file with readLines and parsing the lines with read.csv(text
> = ...) is really slow. I know t...
2008 Feb 08
3
[Bug 1439] New: Adds Virtual Token (VToken) authentication method to kbdint
...oduct: Portable OpenSSH
Version: 4.7p1
Platform: All
OS/Version: Linux
Status: NEW
Keywords: patch
Severity: normal
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy: pgsery at swcp.com
The Virtual Token (VToken) patch adds a kbdint device that provides a
new challenge-based authentication mechanism. The server calculates a
challenge from two secrets and a counter. You authenticate by proving
that you know the secrets by correctly answering the challenge. This
creates a soft...
2008 Feb 08
3
[Bug 1439] New: Adds Virtual Token (VToken) authentication method to kbdint
...oduct: Portable OpenSSH
Version: 4.7p1
Platform: All
OS/Version: Linux
Status: NEW
Keywords: patch
Severity: normal
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy: pgsery at swcp.com
The Virtual Token (VToken) patch adds a kbdint device that provides a
new challenge-based authentication mechanism. The server calculates a
challenge from two secrets and a counter. You authenticate by proving
that you know the secrets by correctly answering the challenge. This
creates a soft...
2024 Apr 08
1
Exceptional slowness with read.csv
...of work resolving things. The command line tools awk & sed
> might even be a good plan for finding lines that have errors & figuring out
> a fix, but I certainly don't envy you.
>
> All the best
>
> Stevie
>
> On Tue, 9 Apr 2024 at 00:36, Dave Dixon <ddixon at swcp.com> wrote:
>
> > Greetings,
> >
> > I have a csv file of 76 fields and about 4 million records. I know that
> > some of the records have errors - unmatched quotes, specifically.
> > Reading the file with readLines and parsing the lines with read.csv(text
> &g...
2008 Feb 02
3
[Bug 1435] New: Multiple authentication methods patch
...Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy: pgsery at swcp.com
Created an attachment (id=1450)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1450)
Adds multiple authentication methods option to sshd
Jefferson Ogata's patch
(http://marc.info/?l=openssh-unix-dev&m=108134938701018&w=2) adds a
multiple authentication methods option to s...
2002 Feb 25
2
Samba through modem ?!
Hello,
Before anything else, I'm sorry about my bad english!
I'm using mgetty to provide a kind of RAS to my network... but I'm
unable to provide access to the samba through the modem...
This is my enviroment:
-Slackware 8.0
-Kernel 2.4.17
-Samba 2.2.3a
-Mgetty-1.1.28
-Iptables v1.2.5
What do I need to access my samba network through the modem?
Best