SEARCH
LATEST NEWS
Some pages including homepage still need to be migrated to the new layout, this should be finished soon. If something doesn't work properly, let me know, please.
21/07/2012
All pages are about to be revised and updated if necessary. New content will be added - this includes new Apache-related articles, Oracle-related tips, several online tools.
14/07/2012
I'm working on a new release (2.0.2) of Cross-Linker plugin for WordPress, more information to be found on the official page of Cross-Linker: /make-donation-cross-linker-plugin-wordpress.html.
14/07/2012
"Did not specify legal script data length" Error With AvelSieve
The Problem
If you're running AvelSieve filter on your email server, perhaps you have noticed that by default you can create maybe 40 filters (I believe this depends on how large they are), and then you get error "Did not specify legal script data length".
The Solution
I fixed this error by specifying sieve_maxscriptsize in the imapd.conf file. Login as root (perhaps you'll need root privileges, you know better as every Linux installation may have users and privileges configured differently) and type:
find / -name imapd.conf
nano /...(path returned after search above).../imapd.conf
Then simply add or upgrade the line that contains sieve_maxscriptsize value. I assigned 128 to this variable, it should work OK for you as well. Then simply press CTRL-X, confirm saving and filename. If you, for some reason, still cannot asscess the filters folder, or if you're given an error, restart the httpd server or SpamAssassin, or both of them :) . So in the end you'll have a line like this in your imapd.conf:
sieve_maxscriptsize: 128
