You use a Postfix setup with amavisd-new and get the following errors in your mail log: status=deferred (connect to 127.0.0.1[127.0.0.1]:10024 Connection refused) The solution is to restart both amavisd-new and Postfix and then check with netstat -tap that both are running on the ports 25 and 10025 …
Read more →Tech
Posts tagged with
Error: unexpected RCODE REFUSED
If you get many of these in your massages log, it is as a result of spammers hitting the mail server with bogus domains and the DNS is trying to resolve the IP to the domain, it is coming back false, and the mail server drops the message as designed. To avoid these message, though I like knowing …
Read more →500 error on uploading large images
I noticed a strange error while uploading files. My server does not allow any file to be uploaded above the 128kb, even when the settings in /etc/php.ini are set to higher sizes. After a lot of searching I managed to find the solution: add the following to the file /etc/httpd/conf.d/fcgid.conf : …
Read more →Set up Perlbrew
HTML development work often is done remotely with all dangers of messing up a production version. My friend Gurunandan Bhat suggested I set up a local development environment. As always all credit goes to him for his support. This is therefore a howto for anyone eager to set up a local development …
Read more →How to use GIT
Set up a git account on github.com. Upload your ssh key. To verify this is done click on top right Account Settings, then ssh keys on left. Then proceed to create a repository on Github. Don’t add a README. On your local machine, go into your application folder. Type git init This creates a .git …
Read more →