Version 18 (modified by mitty, 7 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 のアクセス制御
- archja:s-nail
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
- Ubuntu 12.04では2.0系になったため、設定ファイルの書き方が大きく変わっている
- $ tail /etc/dovecot/dovecot.conf
# Most of the actual configuration gets included below. The filenames are # first sorted by their ASCII value and parsed in that order. The 00-prefixes # in filenames are intended to make it easier to understand the ordering. !include conf.d/*.conf # A config file can also tried to be included without giving an error if # it's not found: !include_try local.conf
- /etc/dovecot/local.conf にまとめて設定を記述すればよい(後から読み込まれた方が有効になる模様)
- Ubuntu日本語フォーラム / 12.04でdovecot設定ファイル仕様変更による問題
- Ubuntu 12.04 LTS - MAILサーバー - Postfix インストール/設定 : Server World
- Issue 1 - dovecotpfd - dovecotpw not available in dovecot 2 - Roundcube password plugin driver to change passwords stored in Dovecot passwd/userdb files - Google Project Hosting
"/usr/sbin/dovecotpw" -> "/usr/bin/doveadm pw"
- Postfix on Ubuntu 12.04 TLS - logs of setup to easy
- postfixとの認証の連携について(SMTP Auth)と、SSL対応の確認の仕方
- メインの設定ファイル
- dovecot 1.0系の設定項目の日本語訳
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.