Archive for the ‘Pick and Mix’ Category
.htaccess – mcafee siteadvisor.com
Posted by admin | Filed under Pick and Mix
If you have a similiar problem to the one listed in this forum:
http://community.mcafee.com/showthread.php?t=215815
It says “File Not Found 404″ or something similiar, if you’re running wordpress, drupal or some content management system which has “pretty urls”, it means every request is being rewritten using htaccess rules, that’s where the problem comes in, without going into gory [...]
What version of exim is running?
Posted by admin | Filed under Pick and Mix
Run this command at a prompt:
exim -bV
Enjoy!
Tags: centos, command, cpanel, exim, shell, version, whm
Emails Vanishing from a Users Inbox
Posted by admin | Filed under Pick and Mix
This sounds strange doesn’t it, there one minute, gone the next.Initially I thought the server was at fault, perhaps a misguided spambox script was deleting the wrong directory or something like that.
Turns out it was much simpler than that, after looking at the maillog (which displays POP3 and IMAP Connections), it turns out the user [...]
Tags: broken, centos 5.2, cpanel, email, Linux
RoundCube Not Sending Emails (Cpanel)
Posted by admin | Filed under Pick and Mix
Run this command in a shell prompt: tail -20 /var/cpanel/roundcube/log/errors
It might list errors like the following:
[30-May-2009 12:06:24] Invalid response code received from server (-1):
[30-May-2009 12:06:24] Invalid response code received from server (-1):
[30-May-2009 12:06:24] Invalid response code received from server (-1):
[30-May-2009 12:06:24 +0100] SMTP Error: SMTP error: Authentication failure: Invalid response code received from server [...]
Tags: cpanel, email, failed, RoundCube, Sending, Webmail
Recovering Lost Email Addresses for a User
Posted by admin | Filed under Pick and Mix
A user of NeostormInternet.com had lost their address book with many important email addresses, I was able to recover many of them from various logfiles on the server, whilst the messages no longer existed, whenever a mail arrives or is sent a record is saved to various text files on the server.
So I had to [...]
Tags: addresses, assp, centos, cpanel, email, recover
Peace In Our Lifetime
Posted by admin | Filed under Pick and Mix
Just thought I’d promote Peace In Our Lifetime.
My interpretion of the idea Lynne Hazelden proposed is unite a large enough group of people to make a difference to the planet we all live on. So by encouraging a large body of like minded people to believe in better political and even spiritual idealogy, then there’s [...]
Foehn & Hirsch X19 4GB MP3 Player Review – 70 Hour Battery Life
Posted by admin | Filed under Entertainment, Pick and Mix
Product Blurb:
Foehn & Hirsch X19 4GB MP3 Player 1.0 inch OLED Screen Metallic Grey
The new Foehn & Hirsch MP3 Players are bang up to date, trendy, stylish and modern design, they are of outstanding quality in design and build. They are beautifully finished and packaged.
The X19 is very portable and slips easily into a pocket [...]
Slipstreaming SATA Drivers onto a Windows XP CD
Posted by admin | Filed under Computing and IT, Pick and Mix
When Windows XP came out, SATA was cutting edge, and it didn’t detect sata drives during installation, which is a problem if you want windows to install and run from one of those drives. It’s fine if you’ve got a floppy drive as you can supply the drivers that way. However, most modern laptops have [...]
Tags: customising, operating systems, windows xp
Reset a Modx Manager Password using SQL
Posted by admin | Filed under Computing and IT, Pick and Mix
If you’ve forgotten your manager password and you have access to the database and can issue mysql commands (phpmyadmin, or from a mysql command prompt). Use this to reset an account password, tbh, I would of hoped this system was salted (instead of using standard md5, maybe it was done intentionally to allow for this).
UPDATE [...]
Tags: cms, modx, sql, web development
Cpanel – Pureftpd Max Clients Per IP Limit Reached
Posted by admin | Filed under Computing and IT, Pick and Mix
I had a few clients with a fast internet connection running into the pure-ftpd max clients per ip address limit of 8. Because it was happening quite frequently, I made the changes in the pure-ftpd config file located here:
/etc/pure-ftpd.conf
You can edit the file like so:
nano /etc/pure-ftpd.conf
Ctrl + W (for search)
Type: "MaxClientsPerIP" Return / Enter to [...]
Tags: centos 5.2, cpanel, pure-ftpd