Tuesday, 23 May 2017

Making POP3 & SMTP Server work with windows server 2008

5:43 pm 0
A) Installing the SMTP feature that is available (optionally) in win2k8 server
1. Open up your “Server Manager” and go to “Features”
2. Click on “Add Features”
3. Select “SMTP Feature” (Already installed in my next screenshot)
4. Click install and follow the steps (this might take a while)
5. To manage your SMTP Server you can go to IIS 6.0 6.
     Make sure it is started If you encounter problems later like “Unable to relay” you can fix this by going to IIS6.0
1. Go to the properties of your SMTP Virtual Server
2. Go to Access > Relay…
3. Select “All except the list below”

B) Installing the POP3 Extender from Visendo
1. Install the installer found here: http://weblogs.asp.net/hpreishuber/archive/2008/04/30/visendo-smtp-pop3-extender-for-windows-2008-server.aspx
    - note: next steps are copied from the blogpost above, I’ll just add some comments between the lines
2. Move "visendosmtpextender_sample.config" from "C:\Program Files\ppedv\visendosmtpextender" to "C:\Documents and Settings\All Users\Application Data\ppedv\visendosmtpextender"
   - To easily get to this path just copy it and paste it in Start > Run. Otherwise if you go looking for c:\documents and settings (or just type this in) you might get an Access Denied error
3. Rename to "visendosmtpextender_sample.config" to "visendosmtpextender.config"
4. Edit "visendosmtpextender.config"
    - To give you an idea, my config looks like this: This will create a mailbox for administrator@moss.localhost, adjust to your own needs
5. Start service "Visendo SMTP Extender Service 2008"

C) Configuring outlook
1. Go to Tools > Account Settings
2. Create a new account
3. Select manually configure server settings or additional server types > Next > Internet E-mail > Next
4. Fill in the following settings - Note: I have set my IP to 192.168.1.1 because that’s the way I set it in my VPC
5. Test your settings by clicking “Test Settings” Everything should complete correctly Possible issues:
- Your mails are staying put in c:/inetpub/mailroot/queue Solution: Define aliases for your hostnames in IIS6.0 SMTP Virtual Server like this:
Read more...

Tuesday, 21 March 2017

Wednesday, 15 March 2017

Konfigurasi Email Menggunakan Outlook 2013

10:09 pm 0

1. Pertama, jalankan Microsoft Outlook 2013 kemudian klik File >> Add Account.
2. Pilih Manual setup or additional server types >> Next
3. Pilih POP or IMAP
4. Isikan data form User Information
Keterangan:
  • Your Name: Nam Anda
  • Email Address: Alamat email lengkap
  • Account type: Pilih POP3 atau IMAP
  • Incoming mail server: Isi dengan namadomain
  • Outgoing mail server: Isi dengan namadomain
  • Username: Alamat email lengkap
  • Password: Password alamat email
5. Select Outgoing Server dan ceklist My outgoing server (SMTP) requires authentication.
6. Lalu pilih Advanced, untuk pengatuan Incoming, Outgoing server dan portnya
Keterangan. Setingan port dapat menggunakan Secure atau Non Secure
Port
  • smtp non SSL: 587 – SSL: 465
  • pop3 non SSL: 110 – SSL: 995
  • imap non SSL: 143 – SSL: 993

Read more...

Saturday, 4 March 2017

Tutorial Penginstallan Debian

10:25 am 0
Pada installer Boot Menu langsung pilih saja Instal.

Pilih bahasa yang sobat inginkan.

Pilih lokasi tempat tinggal anda. Jika tidak ada dalam daftar, sobat bisa memilih other.


Pilih benua tempat tinggal sobat.

Nah barulah sobat bisa memilih negara tempat tinggal sobat.

Konfigurasi basis standard lokal, pilih United States yang telah umum digunakan.

Pilih keyboard layout yaitu American English yang telah umum digunakan oleh banyak orang.
Read more...

Friday, 3 March 2017

Cara Konfigurasi DNS dan Web Server

7:47 am 0
      Hai sobat kali ini saya akan mengshare pengalaman saya tentang bagaimana mengkonfigurasi DNS dan Web Server. sebelumnya Web Server adalah sebuah aplikasi server yang berfungsi untuk menerima permintaan HTTP atau HTTPS dari client yang dikenal sebagai web browser dan mengirimkan kembali hasilnya dalam bentuk halaman-halaman web yang pada umumnya berupa dokumen HTML. Itulah konsep dari DNS Server,  Web Server dan Mail Server. Setelah kita memahaminya, kali ini kita akan mempraktekkan pada komputer masing-masing bagaimana cara setting DNS dan instalasi Web Server pada Linux.


A. Setting DNS Pada Linux

merubah konfigurasi IP Address dengan menambahkan virtual IP pada interface. Caranya, ketikkan perintah :
vim /etc/network/interfaces
 auto eth0 eth1
 iface eth0 inet static
       address 192.168.15.1
       netmask 255.255.255.128

 iface eth1 inet static
       address 192.168.123.15
       netmask 255.255.255.224
       gateway 192.168.123.1






Jika perintah vim tidak ada, silahkan agan install dulu vim nya dengan cara :
# apt-get install vim

Kemudian tulis perintah ini :
vim /etc/resolv.conf

jika alamat nameserver nya benar jangan diubah2 :
nameserver 192.168.15.1

Setelah selesai mengkonfigurasikan interfaces nya silah kan agan restart interfaces nya dengan perintah :
# service networking restart

Cara mengecek dns nya berhasil atau enggak coba ping ke gateway nya :
# ping 192.168.123.1

Jika ada balasan nya(Reply) berarti konfigurasi dns nya benar.
Noteeth0 = ip Lan
           eth1 = ip Virtual


Read more...

Follow Us

Facebook  Instagram