big mistake.
I have nothing but problems. I don't know if it's RHEL or the server hardware.
Anyhow, my current problem:
I installed DWMail for my customers, however when using IMAP connections to the server (same server DWMail is installed on) it refuses to grab the attachments. I verified this in Squirrelmail as well (actually, this was what prompted me to buy DWMail).
It took me forever to track this down. I was doing tcpdumps on eth0 and lo. Naturally, lo is the interface DWMail was sending packets to, since it's on the same server. tcpdump showed a flurry of packets go by. So, imap works, you just can't get attachments *when you query the imap message from the same machine*. I can login and view the attachments all day long with Evolution or Thunderbird. I can use DWMail installed on another server to access this very same imap account and it works perfectly.
The root cause (as far as I can tell): iptables.
I issue "service iptables stop" and it works as expected. Now, most people would say I have some broken rules somewhere. Not quite. I can restart iptables, with no rules. I then add a single rule. Any rule, it doesn't matter. Block an ip. Block a port. Allow the SM monitoring IPs in. Once a rule is added to any table, it breaks again.
I then unloaded iptables with rmmod. I then did an "insmod ipchains". Just *loading* that module breaks IMAP.
This was the same symptom I was having with Tomcat on this machine a month ago. Tomcat would just hang when communicating with Apache over (you guessed it) interface "lo".
I compiled IPTables from source. Same problem.
I *can't* update my kernel (currently running 2.4.21-15.0.2.ELsmp) because 2.4.21-15.0.4.ELsmp causes a kernel panic on boot.
I hand rolled a 2.6 kernel. The machine ran, but server loads stayed at 30, reported swap usage was 2gb (even though I had disabled swap at the time) and a host of other problems. Oh another biggie was that 2.6 wouldn't let me go higher than udma2 on my disk drives. It has to be the hardware. What a crappy server for $250/mo
I can't afford to move my customers *yet again* to another machine. Has anyone else experienced *anything* like this? I am really one very disgruntled sysadmin right now
If SM would let me keep my IPs, that would be great and I would move to a new box