LoginSignup
0
0

More than 3 years have passed since last update.

webarenaでubuntu その19

Last updated at Posted at 2019-08-19

概要

webarenaでubuntu18.04やってみた。
postfix3.3やってみた。
dovecotやってみた。
windowsメーラーでやってみた。

インストール

sudo apt-get install dovecot-pop3d

master.cfの修正

submission  inet   n     -   n   -   -   smtpd

dovecot.confの修正

listen = *

10-auth.confの修正

disable_plaintext_auth = no

ポートの開放

tcp:110,110,ip4:0.0.0.0/0
tcp:587,587,ip4:0.0.0.0/0

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0