CentOS 6.xに対して、インストール履歴
$ cd /usr/local/src
$ sudo wget http://sourceforge.net/projects/heirloom/files/latest/download
$ sudo tar -jxf mailx-12.4.tar.bz2
$ cd mailx-12.4
$ sudo vim Makefile
…
¥#UCBINSTALL = /usr/ucb/install
UCBINSTALL = /usr/bin/install
make
ここで、openssl.o
のエラーが出る。
原因は不明、解決方法は不明。出来るかどうかも不明。
gmailを使う設定
$ vim ~/.mailrc
account gmail {
set imap-use-starttls
set folder=imaps://GmailAccount@gmail.com@imap.gmail.com
set password-GmailAccount@gmail.com@imap.gmail.com=GmailPassword
set from=”UserName <GmailAccount@gmail.com>”
set smtp-use-starttls
set smtp=smtp://smtp.gmail.com:587
set smtp-auth=login
set smtp-auth-user=GmailAccount@gmail.com
set smtp-auth-password=GmailPassword
set nss-config-dir=~/.mozilla/firefox/2010
\# use this one if you get SSL warnings, ThawtePremiumServerCA_b64.txt
\# is available at http://www.thawte.com/roots/
\# set ssl-ca-file=~/.mail/certs/ThawtePremiumServerCA_b64.txt
\# some shortcuts for standard Gmail folders
shortcut allmail +[Gmail]/All\ Mail
shortcut spam +[Gmail]/Spam
shortcut trash +[Gmail]/Trash
}