CentOS6/Postfix
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(CentOS6/Postfix);
*目次 [#h1e395f5]
#contents
*参考情報 [#j4b17f74]
-[[CentOS6]]
-[[iptables]]
*インストール [#a3552b71]
-yumを使う
# yum install postfix
*設定 [#i0ffa735]
-/etc/postfix/main.cfを編集する。以下独自ドメインexample....
-本登録しないと送信用SMTPポートは使えないので注意。iptabl...
-[[さくらのVPSをもう少しセットアップしてみる - ...
#pre{{
myhostname = mail.example.com
mydomain = example.com
inet_interface = all
mydestination = $myhostname, localhost.$mydomain, localho...
home_mailbox = Maildir/
smtpd_banner = $myhostname ESMTP unknown
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_recipient_restrictions =
permit_mynetworks
permit_sasl_authenticated
reject_unauth_destination
message_size_limit = 10485760
}}
*起動設定 [#g7f4f21e]
**saslauthdの起動 [#ub60f977]
-外部からSMTP接続を許可するときに使われる認証用サーバーを...
#pre{{
# /etc/init.d/saslauthd start
# chkconfig saslauthd on
}}
**postfixの起動 [#qc9c2ea9]
-postfixデーモンを起動。
#pre{{
# /etc/init.d/postfix start
# chkconfig postfix on
}}
*テスト [#dd59fb29]
**送信テスト [#n1eb0039]
-送信テストはmail foo@bar.com などmailコマンドでメールを...
**不正中継していないかどうかの確認 [#h4222a2a]
-[[Postfixのぺーじ−Postfixでのspam対策:http://www.postfix...
*転送する [#y28d1fd2]
/etc/aliasesを編集し、正しく転送されればOK。編集後newalia...
終了行:
&tag(CentOS6/Postfix);
*目次 [#h1e395f5]
#contents
*参考情報 [#j4b17f74]
-[[CentOS6]]
-[[iptables]]
*インストール [#a3552b71]
-yumを使う
# yum install postfix
*設定 [#i0ffa735]
-/etc/postfix/main.cfを編集する。以下独自ドメインexample....
-本登録しないと送信用SMTPポートは使えないので注意。iptabl...
-[[さくらのVPSをもう少しセットアップしてみる - ...
#pre{{
myhostname = mail.example.com
mydomain = example.com
inet_interface = all
mydestination = $myhostname, localhost.$mydomain, localho...
home_mailbox = Maildir/
smtpd_banner = $myhostname ESMTP unknown
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_recipient_restrictions =
permit_mynetworks
permit_sasl_authenticated
reject_unauth_destination
message_size_limit = 10485760
}}
*起動設定 [#g7f4f21e]
**saslauthdの起動 [#ub60f977]
-外部からSMTP接続を許可するときに使われる認証用サーバーを...
#pre{{
# /etc/init.d/saslauthd start
# chkconfig saslauthd on
}}
**postfixの起動 [#qc9c2ea9]
-postfixデーモンを起動。
#pre{{
# /etc/init.d/postfix start
# chkconfig postfix on
}}
*テスト [#dd59fb29]
**送信テスト [#n1eb0039]
-送信テストはmail foo@bar.com などmailコマンドでメールを...
**不正中継していないかどうかの確認 [#h4222a2a]
-[[Postfixのぺーじ−Postfixでのspam対策:http://www.postfix...
*転送する [#y28d1fd2]
/etc/aliasesを編集し、正しく転送されればOK。編集後newalia...
ページ名: