Mail Server - Postfix SMTP SSL Certificate Installations and Configuration

# mkdir /etc/postfix/ssl # cd /etc/postfix/ssl # openssl req -new -nodes -keyout smtp.theos.in.key -out smtp.theos.in.csr postfix smtp configuration file smtpd_use_tls = yes smtpd_tls_auth_only = yes smtpd_tls_key_file = /etc/postfix/ssl/smtp.theos.in.key smtpd_tls_cert_file = /etc/postfix/ssl/smtp.theos.in.crt smtpd_tls_CAfile = /etc/postfix/ssl/caroot.crt smtpd_tls_loglevel = 1

Read More

window install at usb disk for mac os x by virtual machine

맥에서 윈도우 버전 실험용으로.. 설치법 윈도우7이상 가상머신에서 GetWaikTools 다운로드 http://www.rmprepusb.com/tutorials/getwaiktools C:\wim\GetWaikTools.exe 에 복사 Windows의 ISO 이미지 파일 마운트 install.wim 복사 => C:\win\install.wim 관리자 권한으로 cmd.exe 명령프롬프트 실행 usb 외장하드 포맷 diskpart list disk select disk #디스크번호 clean create partition primary size=350 format fs=fat32 quick active assign letter=f create partition primary format fs=ntfs quick assign letter=g […]

Read More