RBLSMTPD
I just finished configuring my new email server. Step by step configuration is done following instruction from qmailrocks.org.
Some problems occured but I can solve them. One little step ( out of qmailrocks.org’s instruction ) is blocking any spam user trying to use your qmail-smtpd, it is called rblsmtpd .
RBLSMTPD is a generic tool to block […]
Automatic Shutdown/Restart on Windows 2000 Advance Server
Shutdown or restart command in Microsoft Windows Operating System is using external file called shutdown.exe
For windows XP, this file is included after installation the operating system.
Simply open your command prompt from Start-Run-cmd, then:
C:\> shutdown /?
You should see a complete usage instruction.
On Windows 2000 Operating System, shutdown.exe is not included. You have to get it from […]
Advertisement
More about Linux, Hostings, Website, Server, Microsoft and various advertisements will appear below.PHP code Vs Firewall
Php code : file_get_contents , fsockopen couldnt compiled
This error log was generated from httpd log.
[error] [client 192.168.1.1] PHP Warning: file_get_contents() [<a href=’function.file-get-contents’>function.file-get-contents</a>]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /var/www/html/search/test.php on line 2
[error] [client 192.168.1.1] PHP Warning: file_get_contents(http://www.google.com) [<a href=’function.file-get-contents’>function.file-get-contents</a>]: failed to open stream: Connection refused in /var/www/html/search/park.php on line 2
The Solution is […]
DomainKeys
taken from http://en.wikipedia.org/wiki/DomainKeys
DomainKeys is an e-mail authentication system designed to verify the DNS domain of an e-mail sender and the message integrity. The DomainKeys specification has adopted aspects of Identified Internet Mail to create an enhanced protocol called DomainKeys Identified Mail (DKIM). This merged specification is the basis for an IETF Working Group which guided […]
Create DNS Server Using Mandriva Linux
Step-By-Step to Install DNS Server using Mandriva Linux.
# urpmi bind
# vi /etc/named.conf
add the following sections
zone “mydomain.org” IN {
type master ;
file “db.mydomain.org”;
};
zone “1.168.192.in-addr.arpa” IN {
type master ;
file “db.192.168.1″;
};