Pada sertifikasi HE IPv6 level Administrator, akan memeriksa apakah Anda memiliki MTA (Mail Transfer Agent) berbasis IPv6. Untuk lulus level ini, persiapkan alamat email berbasis IPv6 kemudian tunggu email dari HE. Setelah menerima email dari HE, salin dan tempel kode acak yang di terima pada pertanyaan ujian sertifikasi.
Dibawah ini konsep utama yang perlu anda pahami sebelum memulai sertifikasi ini.
- SMTP – Simple Mail Transfer Protocol, merupakan standarisasi internet untuk pengiriman Email.
- MTA – Mail Transfer Agents, software yang melakukan transfer Email dari satu komputer ke computer lainnya menggunakan protocol SMTP.
- Port 25 – MTA mengirim email ke server pada DNS record melalui protocol TCP port 25.
Lakukan perintah di bawah ini untuk instalasi Mail Server Postfix pada Linux ubuntu.
$ sudo apt-get update $ sudo apt-get install postfix
Edit file /etc/postfix/main.cf, kemudian edit beberapa script (catatan: sesuaikan dengan nama domain yang anda miliki).
$ sudo nano /etc/postfix/main.cf myhostname = mail.transvello.com mydomain = transvello.com alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = /etc/mailname mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain relayhost = mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all inet_protocols = ipv6
Lakukan restart service postfix menggunakan perintah di bawah ini.
$ sudo systemctl restart postfix.service $ sudo netstat -ntlp | grep LISTEN tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1581/sshd tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 7286/cupsd tcp6 0 0 :::80 :::* LISTEN 1707/apache2 tcp6 0 0 :::22 :::* LISTEN 1581/sshd tcp6 0 0 ::1:631 :::* LISTEN 7286/cupsd tcp6 0 0 :::25 :::* LISTEN 4175/master
Setelah service Mail Server Postfix bekerja, kemudian tambahkan user baru di Ubuntu sebagai akun email.
ubuntu@ip-172-31-3-126:~$ sudo adduser aliwarman Adding user `aliwarman' ... Adding new group `aliwarman' (1003) ... Adding new user `aliwarman' (1003) with group `kaliwarman' ... Creating home directory `/home/aliwarman' ... Copying files from `/etc/skel' ... Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully Changing the user information for kelut Enter the new value, or press ENTER for the default Full Name []: Aliwarman Tarihoran Room Number []: Work Phone []: Home Phone []: Other []: Is the information correct? [Y/n] Y
Gunakan perintah di bawah ini untuk memeriksa email yang di kirim oleh Hurricane Electric.
$ sudo cat /var/mail/aliwarman From [email protected] Sat Jun 27 08:33:55 2020 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from ipv6.he.net (ipv6.he.net [IPv6:2001:470:0:64::2]) by mail.transvello.com (Postfix) with ESMTP id ABC9A4FB3E for <[email protected]>; Sat, 27 Jun 2020 08:33:55 +0000 (UTC) From: "IPv6 Certification" <[email protected]> To: [email protected] Subject: IPv6 Certification Administrator Mail Test Date: Sat, 27 June 2020 01:33:55 -0700 Message-Id: <[email protected]> Thank you for your continued participation in our IPv6 certification program! To complete this objective, please enter in the following code at http://ipv6.he.net/certification/ User code: tces3kad79 Mail test requested by IP: 180.241.150.153 -- Hurricane Electric, LLC 760 Mission Court Fremont, CA USA 94539
Berdasarkan email di atas, masukkan kode tces3kad79 dalam isian ujian sertifikasi.
Petunjuk selengkapnya dapat anda tonton melalui video di bawah ini untuk bisa lulus sertifikasi administrator dengan mudah.