最近はデフォルト設定がシビアだなぁ
postfixをインストールして、そそくさと接続確認。
syasuda@tres:~$ sudo telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
Connection closed by foreign host.
syasuda@tres:~$
ログを見ると、起動すらしてないぽい。
syasuda@tres:~$ cat /var/log/mail.err
・・・Jun 2 14:26:22 tres postfix/smtpd[3275]: fatal: no SASL authentication mechanisms
syasuda@tres:~$
よくわからんすな。
$ apt-get install postfix
しただけなのに、SASL前提になってるみたいですね。
SSL証明書のインストールでは、
failed to update database
TXT_DB error number 2
これは、
./demoCA/index.txt
の中身をカラにするしかないようです。(対処療法)
参考リンク:
ウェブレン社長 360°ブログ » SSL プライベート認証局の構築
クライアントでも、POP3は事実上使えませんな。
-ERR Plaintext authentication disallowed on non-secure(SSL/TLS)connections.
いやはや時は流れます。
![]() 【送料無料】Postfix実用ガイド |
コメント