Konfigurasi Mail Server Menggunakan Bash Script | TKJ Lab

Konfigurasi Mail Server Menggunakan Bash Script

#!/bin/bash #pre-seeding debconf-set-selections <<< "postfix postfix/mailname string mail.ilham.com" debconf...


#!/bin/bash

#pre-seeding
debconf-set-selections <<< "postfix postfix/mailname string mail.ilham.com"
debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'"

#install aplikasi yang dibutuhkan untuk mailserver
apt-get install postfix courier-imap courier-pop -y

#konfigurasi postfix/main.cf
postconf -e 'home_mailbox = Maildir/'
postconf -e 'inet_protocols = ipv4'
postconf -e 'inet_interfaces = all'
postconf -e 'mailbox_command = '


#membuat direktori Maildir/
maildirmake Maildir/

#restart semua servis
/etc/init.d/postfix restart
/etc/init.d/courier-imap restart && /etc/init.d/courier-pop restart

#
echo 'done'

COMMENTS

Name

Android,1,apaajadeh,1,Blogging,2,Hacking,2,Hardware,1,how to,15,Linux,10,Mikrotik,3,Networking,17,News,3,OpenSource,5,OS,3,Php,1,Problem Solving,1,Security,3,Sekolah,2,Server,1,Technology,3,Video,2,Virus,1,Windows,5,
ltr
item
TKJ Lab: Konfigurasi Mail Server Menggunakan Bash Script
Konfigurasi Mail Server Menggunakan Bash Script
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiME2oM1Oemi8EG_3AW_2iy2-NGNjT1gqUyaOmVjrae3LUfZ0Ex9XpUcovrqR1SluY2NsuJfMFKUs7gt2bgJThsdoom_1LJS6m-ivJ5KwgHtNsP8TZPYqNHGPsKnUN5WAkrAXoJBEc0pp4/s320/Screenshot+from+2016-08-20+19%253A00%253A17.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiME2oM1Oemi8EG_3AW_2iy2-NGNjT1gqUyaOmVjrae3LUfZ0Ex9XpUcovrqR1SluY2NsuJfMFKUs7gt2bgJThsdoom_1LJS6m-ivJ5KwgHtNsP8TZPYqNHGPsKnUN5WAkrAXoJBEc0pp4/s72-c/Screenshot+from+2016-08-20+19%253A00%253A17.png
TKJ Lab
http://tkjlab.blogspot.com/2016/08/konfigurasi-mail-server-menggunakan.html
http://tkjlab.blogspot.com/
http://tkjlab.blogspot.com/
http://tkjlab.blogspot.com/2016/08/konfigurasi-mail-server-menggunakan.html
true
3452164558541165455
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share. STEP 2: Click the link you shared to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy