linodeでメールサーバー構築
linodeでメールサーバーを構築する一番簡単な方法を説明する。
メールサーバーには送信と受信の2種類がある。
送信はpostfix, 受信はdovecotだ。
postfixのインストール
apt-get install postfix telnet mailx
postfix configurationではInternet-Site
System mail nameではdomain.comに設定する。
postfixでメールを送信する。
mail address@example.com
Subject: test email from demoslice.com
test body of the email.
.
Cc:
dovecotのインストール
apt-get install dovecot-common
apt-get install postfix postfix-mysql postfix-doc mysql-client mysql-server dovecot-common dovecot-imapd dovecot-pop3d postfix libsasl2-2 libsasl2-modules libsasl2-modules-sql sasl2-bin libpam-mysql openssl telnet mailutils
最終更新:2011年04月11日 23:33