Showing posts with label eSMTP. Show all posts
Showing posts with label eSMTP. Show all posts

Wednesday, December 14, 2011

eSMTP + Gmail on CentOS 6.0 (64 Bit)

Install eSMTP :
yum install esmtp
lakukan configurasi eSMTP sebagai berikut :
touch ~/.esmtprc
chmod 0710 /root/.esmtprc
mcedit root/.esmtprc
isi dengan :
identity username@gmail.com
hostname smtp.gmail.com:587
username "username@gmail.com"
password "password"
starttls required
Menggunakan CA dari mozilla.org