warn: spamd: unauthorized connection


 BlinkList   del.icio.us   digg   Furl   linkaGoGo   Newsvine   reddit   Shadows   Simpy   Spurl.net   Tailrank   Yahoo! My Web
after adding IPTables rule
-A POSTROUTING -d ! 10.10.64.0/255.255.255.0 -j SNAT --to-source 10.10.64.105

I get this error on spamd log
warn: spamd: unauthorized connection from 10.10.64.105 [10.10.64.105] at port 36532 at /usr/bin/spamd line 1033

look at google.com got this link
http://spamassassin.apache.org/full/3.2.x/doc/spamd.html

add option -A on /var/qmail/supervise/spamd/run
from: exec /usr/bin/spamd -x -u vpopmail -s stderr 2>&1
into: exec /usr/bin/spamd -A 10.10.64. -x -u vpopmail -s stderr 2>&1

restart spamd
#qmail-spam restart

info: spamd only allow access from localhost with port 783


warn: pyzor: check failed: internal error


 BlinkList   del.icio.us   digg   Furl   linkaGoGo   Newsvine   reddit   Shadows   Simpy   Spurl.net   Tailrank   Yahoo! My Web
:::resolution:::

==download==
wget http://kent.dl.sourceforge.net/sourceforge/pyzor/pyzor-0.4.0.tar.bz2

==extract==
tar xjvf pyzor-0.4.0.tar.bz2


cd pyzor-0.4.0
==patching==
wget http://antispam.imp.ch/patches/patch-pyzor-handle_unknown_encodings
wget http://antispam.imp.ch/patches/patch-pyzor-unknowntype
patch -p0 < patch-pyzor-handle_unknown_encodings
patch -p0 < patch-pyzor-unknowntype

==setup==
python setup.py build
python setup.py install
pyzor discover

check on spamd log and no more pyzor error
mirror/copy of patches is available at
http://am3n.profusehost.net/files/patch-pyzor-handle_unknown_encodings
http://am3n.profusehost.net/files/patch-pyzor-unknowntype



Profusehost is the best free webhosting


 BlinkList   del.icio.us   digg   Furl   linkaGoGo   Newsvine   reddit   Shadows   Simpy   Spurl.net   Tailrank   Yahoo! My Web
Recently they upgrade the quota into 2GB and now they change Cpanel version into the latest which support themes, Webdav, new file manager, antispam features and... this one is the coolest...

Profusehost support Ruby......
WOW!!!



Enable/Disable Error Reporting in Windows XP


 BlinkList   del.icio.us   digg   Furl   linkaGoGo   Newsvine   reddit   Shadows   Simpy   Spurl.net   Tailrank   Yahoo! My Web
From: http://www.theeldergeek.com/windows_xp_error_reporting.htm


Open Control Panel.
Click on Performance and Maintenance.
Click on System.
Then click on the Advanced tab.
Click on the error-reporting button on the bottom of the windows.
Select Disable error reporting.
Click [OK] [OK]


Configure NFS Server through IPTables on CentOS 4.4


 BlinkList   del.icio.us   digg   Furl   linkaGoGo   Newsvine   reddit   Shadows   Simpy   Spurl.net   Tailrank   Yahoo! My Web
Based on http://www.ba.infn.it/calcolo/documenti/NFSServer.html

NFS server has a lot ports to open and if your NFS server running with IPTables, NFS client may can't access it. Here's how to configure NFS' ports

- Portmapper (portmap): uses port 111 on both TCP and UDP protocols.
- NFS daemon (rpc.nfsd): uses port 2049 on both TCP and UDP protocols.
- Status (rpc.statd): normally uses a random port allocated by portmapper. It is possible to configure a fixed port number by supplying the "-p" command option when the program is launched. Edit the file /etc/init.d/nfslock, find the line "daemon rpc.statd" and add the option:

STATD_PORT=4000

right before start() function

- mountd (rpc.mountd): normally uses a random port allocated by portmapper. It is possible to configure a fixed port number by supplying the ā€œ-pā€ command line option when the program is launched. This can be done by editing the file /etc/sysconfig/network and adding the following line:

MOUNTD_PORT=4002

- NFS lock manager (rpc.lockd): normally uses a random port allocated by portmapper. On systems where the lock manager is implemented as a loadable module (RedHat 7.3 and greater, Mandrake 8.2 and greater) the port number used is set at module load time, and so is configured by adding (or editing) a line in the /etc/modprobe.conf file, as follows:

options lockd nlm_udpport=4001 nlm_tcpport=4001

you may want to restart your linux box to activate modprobe
- rquotad (rpc.quotad): if your system is not already running "quota" version 3.08 or later, download it from the linuxquota website. Remove the old version and install the new quota package:


[ more.. ]


Updating Bios (Firmware) HP DL380 G1 - P17


 BlinkList   del.icio.us   digg   Furl   linkaGoGo   Newsvine   reddit   Shadows   Simpy   Spurl.net   Tailrank   Yahoo! My Web
Go to here
http://h18023.www1.hp.com/support/files/server/us/download/17424.html

Download the file SP23650

Execute it (it ask a Floppy Disk)

And boot the server using the Disk to upgrade the BIOS Firmware

--or--

You can also download "HP Firmware Maintenance CD" and boot your server from that CD


Page :  1