Displaying 20 results from an estimated 1000 matches similar to: ""Junk data left to incoming packet buffer after all data processed""
2001 Jul 04
2
IPv6 and sshd
Hello,
I am having a some problems getting SSHD to run on the Ipv6 interface.
Interface/Ipv6 Address: ipv6.open-systems.org
[kevin at satan kevin/xp-0.0.15] 536 $ping6 ipv6.open-systems.org
PING6(56=40+8+8 bytes) 3ffe:1200:3028:ff01::cab -->
3ffe:1200:3028:ff01::caa
16 bytes from 3ffe:1200:3028:ff01::caa, icmp_seq=0 hlim=64 time=73.96
ms
sshd_config:
ListenAddress
2016 Feb 21
5
Database left unlocked by Tcl bindings
I discovered, while trying to set up Tcl bindings for Notmuch
(https://notmuchmail.org/), which uses Xapian, that flintlock was not
being locked (I had lost updates).
I then found that opening a Xapian database for writing directly via
the Xapian Tcl bindings also silently fails to lock flintlock.
I have taken a copy of flint_lock.cc to play with, and I find that it
locks the file when called
2001 Mar 14
1
[PATCH] Added Null packet keepalive option
I have attached a patch which adds null packet keepalive
functionality to the client. This patch is made against the
current CVS tree as of 3/14/01.
Please consider this patch for inclusion in the OpenSSH main tree.
This patch is based upon and includes code from the Chris Lightfoot
(chris at ex-parrot.com) patch posted 2/23.
The original patch from Chris is at:
2002 Oct 01
1
ssh with iptables and equalize
Hi everyone,
I have a configuration for a router that load-balances between two ISPs.
What happens is that if a source-destination combination is looked up, one
of the two gateways will be chosen, and further lookups will stay on that
gateway until the chosen combination "stales" out. Web browsing works,
ftp works, kazaa and other applications work. ssh on windows (using
putty) works.
2003 Apr 04
5
Anti-idle in OpenSSH client?
Heya,
Most of the windows ssh clients (putty, securecrt) have anti-idle
features. They offer either a null packet or protocol no-op or user
defined string to be sent over every x seconds.
Is this possible or planned with the OpenSSH client? Our draconian
firewall admins have started timing out ssh sessions. Yes I'm aware I
could hack up a port forwarding dumb traffic process, but was
2007 Apr 17
9
[Bug 1307] client disconnects if ServerAlive enabled but not implemented
http://bugzilla.mindrot.org/show_bug.cgi?id=1307
Summary: client disconnects if ServerAlive enabled but not
implemented
Product: Portable OpenSSH
Version: 4.3p2
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at
2018 Dec 04
0
set seen flag and junk moving a mail manually to JUNK
* Jakobus Sch?rz:
> addflag "Junk";
> setflag "\\seen";
That's probably not what you want, because the 'setflag' command
replaces all existing flags. In any case, I recommend you use this
method instead:
plugin {
sieve_pipe_bin_dir = /etc/dovecot/sievepipe
# Message moved into Spam folder
imapsieve_mailbox1_name = Junk
2018 Dec 04
0
set seen flag and junk moving a mail manually to JUNK
Ok. I tried another Thunderbird-specific Flag:
require ["imap4flags", "vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables"];
if environment :matches "imap.email" "*" {
? set "email" "${1}";??
}
addflag "Junk";
addflag "\\seen";
addflag "$label3";
pipe
2018 Dec 04
2
set seen flag and junk moving a mail manually to JUNK
Hi there!
I want to set the \seen and the Junk Flag to an email, which i move
manually to my Junk-Folder.
I tried a lot... but nothing worked like expected.
I have a sieve-filter, which takes an email and copy it to a pipe to
rspamc. This filter is working correctly, i get a debug-message from the
script, which is called through the sieve-filter.
But adding another rule (addflag
2000 Mar 03
7
[PATCH] Add a Maximum Idle Time (1.2.2)
The attached patch adds an option (off by default to preserve current
behavior) to set a timeout on the select() statement that waits for input
in clientloop.c. This fixes a timeout issue for me (explained below) and
probably also fixes the timeouts mentioned in last month's thread "Idle
time out". The patch is also available by http from:
2001 Jul 22
1
[patch] ignore SSH2_MSG_IGNORE packets
Hi,
protocolkeepalives sends ssh_msg_ignore, which the ssh2 server handles
incorrectly (i.e. it produces some output to syslog, instead of
ignoring the packet):
Jul 9 11:58:07 ren sshd[16580]: error: Hm, dispatch protocol error:
type 32 plen 4
This patch implements a highly advanced function to ignore these
packets ;)
Matthew
-------------- next part --------------
An embedded and
2018 Dec 04
2
set seen flag and junk moving a mail manually to JUNK
Hi Ralph!
This is, what calls the correct sive-filter rules. I have that already
in use.
But the file
file:/etc/dovecot/sievepipe/report-spam
contains my sieve-script from my first posting.
So, the difference from setflag to addflag is, setflag sets the flags,
and only the given flags (removing all other flags), and addflag adds a
flag to the existing flags...
I fiddled around a little...
The
2007 Jul 19
2
Problem after upgrading from 1.2.21.1 to 1.2.22
Yesterday I upgraded from asterisk 1.2.21.1 to 1.2.22. We are running
Zaptel-1.2.17.1. After upgrading all of our calls from the phone company
(DIDs trunks with wink start on a channelized T1) were not coming in.
Looking in the log file '/var/log/messages'. I saw the following error
message.
pbx.c: Cannot find extension '' in context '(null)'
This was confusing since I
2010 Sep 15
3
warning or error upon type/storage mode coercion?
Hi,
I'm aware that the language definition states "R objects are often
coerced to different types during computations". Two questions:
1. Is it possible to configure the R environment so that, for example,
coercion from (say) numeric to integer will throw a warning or an error?
I realize that in the base R code alone, there are thousands of calls to
as.integer() which would
2006 Mar 11
4
Centosplus & CentOS Extras, Enlarge your tent
I think Jim (the other one) is doing a marvellous job with extras and
plus but he needs to expand the size of his tent. A sensible package
policy in extras/plus repo will mean fewer temptations to install 3rd
party repo's that can break your system. Some of the packages i
would like to see are :-
- MySQL 5 rpms
- php 5 rpms (already provided)
- Open Office 2.0 rpms
- webmin
- rkhunter
-
2007 Apr 18
0
Junk mail
Please take my email address off all mailing lists.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.linux-foundation.org/pipermail/virtualization/attachments=
/20070205/d56a24e4/attachment-0001.htm
2006 Nov 03
0
Off topic: junk "mail filter"
Hi,
anybody having a
_junk_ "mail filter"
instead of a
"junk mail" filter
should either unsubscribe from this list of fix the configuration. I''m getting
back my messages with some nonsense like:
<cgs@ldsys.net>: host ext1-chi.ldsys.net[208.176.63.109] refused to talk to me:
554 <rrzmta2.rz.uni-regensburg.de[132.199.1.17]>: Client host rejected: All
1997 Dec 23
1
Junk e-mail .... help needed!!!
Hi!!
Of late, I'm getting a lot of un-solicited mails from this
list, and inspite of un-subscribing mails, messages, threats
, nothing really seems to work...
My question:
1. Is there any way I can 'avoid' or 'bounce' incoming messages
at the mail-server level??
2. I cannot change my address (alias) as such... since this
involves sending reminders to God knows how many
2004 Mar 27
0
SPAM and other junk posted to openssh-unix-dev@mindrot.org
You can read the list via <http://gmane.org/>, which does its own
Spamassassin and ClamAV filtering. But it looks like at the moment SA
there is having almost as many troubles as that filtering the list
itself.
It would be possible to write some new SA rules to catch the
'suspicious message' crap, and then send them to either the list owner
or the maintainer of Gmane.
--
Ed Avis
2009 Aug 31
1
IMAP servers and Sent/Junk folders
Hi,
my users were recently moved from a uw-imap on HPUX to dovecot on EL5.
Their sent items and folders went from a ~/Sent mbox file (when using
SquirrelMail and Apple Mail both) to ~/mail/Sent for SquirrelMail and
~/mail/Sent Messages for other imap clients. I notice I can cat the
files together and the only artifact is I end up with multiple "This
message is part of the system do not