Version 16 (modified by mitty, 13 years ago) (diff) |
---|
- Ubuntu/Server/Mail - PukiWiki
- https://help.ubuntu.com/community/MailServer
- https://help.ubuntu.com/community/PostfixCompleteVirtualMailSystemHowto
- 大規模システム向けだが、動作原理の説明の部分が良い
- Ubuntuで各種サーバ構築覚え書き: メールサーバ構築アーカイブ
- メールサーバの設定(バーチャルメールボックス編):tech.ckme.co.jp
- サバカン日記+::postfixとdovecotでバーチャルドメイン(smtp-auth編)弐
- 認証方式について(PLAIN, CRAM-MD5, ...)
- http://wiki.dovecot.org/Authentication/Mechanisms
- https://fabicon.ru/tech/telco/e-mail/Ubuntu+Postfix+Dovecot+Clamav+Spamassasin-brief.php
- MTA のアクセス制御
open relay test
- telnet localhost 25 「以外」のIPで繋いで(localhostからの転送を拒否している場合を除く)、以下のような例でメール送信できたらOpen relayになっているので注意
HELO mitty.jp MAIL FROM: hoge@mitty.jp RCPT TO: fuga@example.org DATA From: hoge@mitty.jp Subject: test relay testmail . QUIT
dovecot-postfix
- Ubuntu 10.04
- Depends: dovecot-common, dovecot-imapd, dovecot-pop3d, postfix
- パッケージアップデートの際に以下のようにして設定ファイル(/etc/postfix/main.cf)が再生成されてしまうので注意
Setting up dovecot-postfix (1:1.2.9-1ubuntu6.4) ... Configuring postfix for dovecot-postfix integration: .................... done.