Category Archives: node

Old Pages

Mail Server-Relay SMTP Authentication

Postfix as Outbound Mail Relay with Authentication Since I use mutt, the component that deals with SMTP is my local Postfix. It doesn’t know about SMTP AUTH yet, but we only need two additional options in main.cf nano /etc/postfix/main.cf relayhost … Continue reading

Posted in node | Leave a comment

Mail Server-Delete Mail queue

If you want to delete the mail queue, issue this command: postsuper -d ALL To see what’s in the mail queue: mailq To attempt to send all e-mail in queue: postqueue -f

Posted in node | Leave a comment

Debian perfect mail server

Introduction: This project will help setup a Mail Server capable of filtering spam and virus. Here is a list of software we will be using: Postfix Amavis-new Spamassassin Razor Pyzor DCC Clamav Lets get started… First follow the tutorial Basic … Continue reading

Posted in node | Leave a comment

Asterisk Realtime Setup

Note:*****This Tutorial is incomplete This is an Asterisk Realtime setup from start to finish. First follow the tutorial Basic Net Installation.(time approx. 20 minutes) apt-get update apt-get install ssh ntp build-essential apt-get install libncurses5-dev mysql-client libmysqlclient15-dev Let’s install XAMPP (APACHE … Continue reading

Posted in node | Leave a comment

Step 43 The End

That’s about it, now you can continue to other Tutorials… This tutorial is the base of all tutorial and howto on this website. Previous Page

Posted in node | Leave a comment

Step 42 Reload Network Config

Next enter this line to reload network config: /etc/init.d/networking restart Previous Page…….Next Page

Posted in node | Leave a comment

Step 41 Edit Interfaces File

Press i and use the arrow keys to move around. Comment out these two lines:(Put # in front of lines) #allow-hotplug eth0 #iface eth0 inet dhcp Add these lines after: auto eth0 iface eth0 inet static address 192.168.0.100 netmask 255.255.255.0 … Continue reading

Posted in node | Leave a comment

Step 40 Setup Static IP Adress

Type: vi /etc/network/interfaces then press enter. Previous Page…….Next Page

Posted in node | Leave a comment

Step 39 Update

Answer Y then press enter. Previous Page…….Next Page

Posted in node | Leave a comment

Step 38 Install Basic Software

Install basic software for remote access with time sync. type in: apt-get update; apt-get install ssh vim ntp ntpdate then press enter. Previous Page…….Next Page

Posted in node | Leave a comment