Yes, I would assume that it is a NAT issue. The request for a message going to 'realtek.net.au' is received. Postfix does a DNS lookup, which...
http://apache.hoxt.com/tomcat/tomcat-5/v5.5.17/bin/apache-tomcat-5.5.17-deployer.tar.gz I have a hard time believing that mod_access is not...
I would guess that you probably have the IPs for the functional server's in the 'mynetworks' list, and probably are lacking the IP for web2....
If you use the 'AllowUser' directive, only those users will be allowed to SSH directly. This does not mean that you can not SSH in with a regular...
Hello, When using VirtualHosts with Apache, the "default" is the first <VirtualHost...> listed. Therefore, any requests that do not match a...
mod_access is very standard. Are you certain this is not included already? I am not certain of where the files are located/laid out in SuSE but...
What shows up in the mail log when this happens: tail -f /var/log/maillog It sounds like the clients are not enabling SMTP Authentication....
Well, if you are creating SSH in a chroot environment then you need to have all binaries and libraries necessary within the chroot "root"...
If you have an SSL Certificate for 'mail.primarydomain.com' you can use if for all domains (i.e. mail.whateverdomain.com...) however you will...
I believe the function you're looking for is 'shell_exec()': http://us3.php.net/shell_exec You can pass the 'field1' and 'field2' variable via...
Um... from my many years of watching drives die... this has all of the characteristics of a failing hard disk (physical errors). I would make a...
Yes, Falko is right... the following is the basic usage of mail(): <?php $my_addy = "[email protected]"; $to_addy =...
This may help you with creating a Self Signed Cert manually: http://www.5dollarwhitebox.org/wiki/index.php/Howtos_Self_Signed_SSL_Certificates
Hello, I am not sure which distro you are using, but the following should work: add 'skip-grant-tables' to the MySQL server's 'my.cnf'...
Where are you getting these errors? I had a issue a few weeks ago where a box had a mismatched version of ZendOptimizer and PHP. Basically,...
Separate names with a comma.