13 Apr, 2011
Posted by: Ahmandonk In: How to?
There’s no such option in exim as determining the size of an attachment means converting back from BASE64 to the original file format. However, you can restrict the maximum size of a message using: message_size_limit = 5M That will put a 5MB message size limit on email if you put the line in the first [...]
Comments Off
To set up your Outlook client to work with cPanel Email Account: Open Outlook. Click the Tools menu, and select E-mail Accounts… Click Add a new e-mail account, and click Next. Choose POP3 as your server type by clicking the radio button, and click Next. Fill in all necessary fields to include the following information: [...]
Comments Off
Pelanggan YTH, Kami ingin menginformasikan bahwa saat ini PLiKhost Web Hosting dapat menerima konfirmasi pembayaran secara instan dari Bank Central Asia (BCA) dan Bank Mandiri. Untuk menikmati fasilitas ini, metode pembayaran yang harus Anda pilih yaitu Bank BCA atau Bank Mandiri, Apabila Anda sudah terlanjur memilih “Bank Transfer”, Anda dapat merubahnya di Client Area Anda. [...]
Comments Off
17 Mar, 2011
Posted by: Ahmandonk In: How to?
How to solve this problem ? WARNING: Problem with Externale get ‘/etc/mrtg/system swap’: Expected a Number for ‘out’ but got ” Do: #pico /etc/mrtg/system And replace all your SWAP code with this one: if [ "$TYPE" = "swap" ]; then INDATA=`/usr/bin/free -b | grep “Swap:” | sed ‘s/ * / /g’ | cut -d ‘ [...]
Comments Off
17 Mar, 2011
Posted by: Ahmandonk In: How to?
How to solve this problem ?? ls: /var/spool/exim/input/*-H: No such file or directory Completion : Just a small note… in the file /etc/mrtg/check-email #pico /etc/mrtg/check-email the following line: QUE=`ls /var/spool/exim/input/*-H | wc -l | sed -e “s/ //g”` needs to be changed to: QUE=`ls /var/spool/exim/input/* -H | wc -l | sed -e “s/ //g”` a [...]
Comments Off
17 Mar, 2011
Posted by: Ahmandonk In: How to?
The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic load on network-links. MRTG generates HTML pages containing graphical images which provide a LIVE visual representation of this traffic. MRTG is based on Perl and C and works under UNIX and Windows NT. MRTG is being successfully used on many sites around [...]
Comments Off
10 Sep, 2010
Posted by: Ahmandonk In: How to?
Browsing through the variety of pages on the Web every day, to check our email or read the morning news, we rarely think of the mechanism that stays behind that magnificent virtual generator of information. While there is absolutely no need to bother yourself with such kind of technical stuff if you are approaching the [...]
Comments Off
10 Sep, 2010
Posted by: Ahmandonk In: How to?
We all have this amazing privilege to name our website the way we like, by choosing the right domain name that will bridge the gap between our site visitors and the IP address of the site, its actual incomprehensible numeric address. In our previous article you were familiarized with the crucial role of the DNS [...]
Comments Off
10 Sep, 2010
Posted by: Ahmandonk In: How to?
Continuing from the previous article about the necessity to have a reliable DNS service at hand when running your own website, let’s now take a look at the options you have to keep yourself informed of your domain’s DNS settings. When managing your own web presence, there are so many things you need to have [...]
Comments Off
Terkadang sering sekali server terkena DDOS, entah itu dari salah satu domain, maupun berbagai domain. Bagaimana cara mendeteksinya? Login di Server sebagai Root, dan jalankan perintah netstat -ntu | awk ‘{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -n setelah itu, akan muncul daftar IP, normalnya koneksi web tidak lebih [...]
Comments Off
Comments