postfix 再インストール
削除 [root@falcon21 ~]# yum -y remove postfix 削除中 : 2:postfix-perl-scripts-2.10.1-7.el7.x86_64 1/2 削除中 : 2:postfix-2.10.1-7.el7.x86_64 2/2 警告: /etc/postfix/master.cf は /etc/postfix/master.cf.rpmsave として保存されました。 警告: /etc/postfix/main.cf は /etc/postfix/main.cf.rpmsave として保存されました。 検証中 : 2:postfix-perl-scripts-2.10.1-7.el7.x86_64 1/2 検証中 : 2:postfix-2.10.1-7.el7.x86_64 2/2 削除しました: postfix.x86_64 2:2.10.1-7.el7 依存性の削除をしました: postfix-perl-scripts.x86_64 2:2.10.1-7.el7 完了しました! [root@falcon21 ~]# rm -f /etc/postfix/master.cf.rpmsave [root@falcon21 ~]# rm -f /etc/postfix/main.cf.rpmsave 確認 [root@falcon21 ~]# rpm -qa | grep postfix 何も出ないことを確認 -------------- Postfixインストール [root@falcon21 ~]# yum -y install postfix インストール: postfix.x86_64 2:2.10.1-7.el7 完了しました! New leaves: postfix.x86_64 -------------- Postfix設定 [root@falcon21 ~]# vi /etc/postfix/main.cf 76 #myhostname = virtual.domain.tld 77 myhostname = mail.falcon21.space 84 #mydomain = domain.tld 85 mydomain = falcon21.space 100 #myorigin = $myhostname 101 #myorigin = $mydomain 102 myorigin = $mydomain 116 inet_interfaces = all 117 #inet_interfaces = $myhostname 118 #inet_interfaces = $myhostname, localhost 119 #inet_interfaces = localhost 167 #mydestination = $myhostname, localhost.$mydomain, localhost 168 mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain 169 #mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain, 170 # mail.$mydomain, www.$mydomain, ftp.$mydomain 421 #home_mailbox = Mailbox 422 home_mailbox = Maildir/ 575 #smtpd_banner = $myhostname ESMTP $mail_name 576 #smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) 577 smtpd_banner = $myhostname ESMTP unknown 685 smtpd_sasl_auth_enable = yes 686 687 smtpd_recipient_restrictions = 688 permit_mynetworks 689 permit_sasl_authenticated 690 reject_unauth_destination 692 message_size_limit = 10485760 ---------------------------------- [root@falcon21 ~]# vi /etc/postfix/master.cf 16 submission inet n - n - - smtpd 19 -o smtpd_sasl_auth_enable=yes ---------------------------------- SMTP再起動 [root@falcon21 ~]# systemctl restart saslauthd [root@falcon21 ~]# systemctl status saslauthd ● saslauthd.service - SASL authentication daemon. Loaded: loaded (/usr/lib/systemd/system/saslauthd.service; enabled; vendor preset: disabled) Active: active (running) since 月 2019-06-03 11:33:49 JST; 40s ago Process: 9597 ExecStart=/usr/sbin/saslauthd -m $SOCKETDIR -a $MECH $FLAGS (code=exited, status=0/SUCCESS) Main PID: 9599 (saslauthd) Tasks: 5 CGroup: /system.slice/saslauthd.service ├─9599 /usr/sbin/saslauthd -m /run/saslauthd -a shadow ├─9601 /usr/sbin/saslauthd -m /run/saslauthd -a shadow ├─9602 /usr/sbin/saslauthd -m /run/saslauthd -a shadow ├─9603 /usr/sbin/saslauthd -m /run/saslauthd -a shadow └─9604 /usr/sbin/saslauthd -m /run/saslauthd -a shadow 6月 03 11:33:49 falcon21.space systemd[1]: Stopped SASL authentication daemon.. 6月 03 11:33:49 falcon21.space systemd[1]: Starting SASL authentication daemon.... 6月 03 11:33:49 falcon21.space saslauthd[9599]: detach_tty : master pid is: 9599 6月 03 11:33:49 falcon21.space saslauthd[9599]: ipc_init : listening on socket: /run/saslauthd/mux 6月 03 11:33:49 falcon21.space systemd[1]: Started SASL authentication daemon.. 存在しないユーザー宛メールの破棄 [root@falcon21 ~]# vi /etc/postfix/main.cf 694 local_recipient_maps = 695 luser_relay = unknown_user@localhost Postfix再起動 [root@falcon21 ~]# systemctl restart postfix [root@falcon21 ~]# systemctl enable postfix [root@falcon21 ~]# systemctl status postfix ● postfix.service - Postfix Mail Transport Agent Loaded: loaded (/usr/lib/systemd/system/postfix.service; enabled; vendor preset: disabled) Active: active (running) since 月 2019-06-03 12:15:14 JST; 38s ago Main PID: 12897 (master) CGroup: /system.slice/postfix.service ├─12897 /usr/libexec/postfix/master -w ├─12914 pickup -l -t unix -u └─12915 qmgr -l -t unix -u 6月 03 12:15:14 falcon21.space postfix[12627]: /usr/sbin/postconf: warning: inet_protocols: disabling IPv6 name/address sup...otocol 6月 03 12:15:14 falcon21.space postfix[12627]: /usr/sbin/postconf: warning: inet_protocols: disabling IPv6 name/address sup...otocol 6月 03 12:15:14 falcon21.space postfix[12627]: postsuper: warning: inet_protocols: disabling IPv6 name/address support: Add...otocol 6月 03 12:15:14 falcon21.space postfix[12627]: /usr/sbin/postconf: warning: inet_protocols: disabling IPv6 name/address sup...otocol 6月 03 12:15:14 falcon21.space postfix/master[12897]: warning: inet_protocols: disabling IPv6 name/address support: Address ...tocol 6月 03 12:15:14 falcon21.space postfix/master[12897]: warning: inet_protocols: disabling IPv6 name/address support: Address ...tocol 6月 03 12:15:14 falcon21.space postfix/master[12897]: daemon started -- version 2.10.1, configuration /etc/postfix 6月 03 12:15:14 falcon21.space systemd[1]: Started Postfix Mail Transport Agent. 6月 03 12:15:14 falcon21.space postfix/pickup[12914]: warning: inet_protocols: disabling IPv6 name/address support: Address ...tocol 6月 03 12:15:14 falcon21.space postfix/qmgr[12915]: warning: inet_protocols: disabling IPv6 name/address support: Address fa...tocol Hint: Some lines were ellipsized, use -l to show in full. warning: inet_protocols: disabling IPv6 name/address support 122 #inet_protocols = all 123 inet_protocols = ipv4 270 mynetworks = 127.0.0.0/8, 192.168.2.0/24 [root@falcon21 ~]# systemctl restart postfix [root@falcon21 ~]# systemctl status postfix -l ● postfix.service - Postfix Mail Transport Agent Loaded: loaded (/usr/lib/systemd/system/postfix.service; enabled; vendor preset: disabled) Active: active (running) since 月 2019-06-03 12:50:31 JST; 3s ago Process: 15669 ExecStop=/usr/sbin/postfix stop (code=exited, status=0/SUCCESS) Process: 15683 ExecStart=/usr/sbin/postfix start (code=exited, status=0/SUCCESS) Process: 15681 ExecStartPre=/usr/libexec/postfix/chroot-update (code=exited, status=0/SUCCESS) Process: 15679 ExecStartPre=/usr/libexec/postfix/aliasesdb (code=exited, status=0/SUCCESS) Main PID: 15758 (master) Tasks: 3 CGroup: /system.slice/postfix.service ├─15758 /usr/libexec/postfix/master -w ├─15760 pickup -l -t unix -u └─15761 qmgr -l -t unix -u 6月 03 12:50:30 falcon21.space systemd[1]: Starting Postfix Mail Transport Agent... 6月 03 12:50:31 falcon21.space postfix/postfix-script[15756]: starting the Postfix mail system 6月 03 12:50:31 falcon21.space postfix/master[15758]: daemon started -- version 2.10.1, configuration /etc/postfix 6月 03 12:50:31 falcon21.space systemd[1]: Started Postfix Mail Transport Agent. ---------------------------------------------------------- メールクライアント設定 サーバー設定 「受信サーバー」⇒「POP3」を選択 「受信サーバー」-「サーバーのホスト名」 ⇒メールサーバー名 mail.falcon21.space 「受信サーバー」-「ポート番号」 ⇒「110」を選択 「受信サーバー」-「SSL」 ⇒「接続の保護なし」を選択 「受信サーバー」-「認証方式」 ⇒「通常のパスワード認証」を選択 「送信サーバー」-「サーバーのホスト名」 ⇒メールサーバー名 mail.falcon21.space 「送信サーバー」-「ポート番号」 ⇒「587」を選択 「送信サーバー」-「SSL」 ⇒「接続の保護なし」を選択 「送信サーバー」-「認証方式」 ⇒「通常のパスワード認証」を選択 「再テスト」 「次のアカウント設定が、指定されたサーバーを調べることにより見つかりました。」と表示されることを確認して「完了」 サーバー機 root デスクトップ root アカウント作成、OK. 設定中、暗号化されてないので、注意コメントが入る。 hayato のデスクトップを開き、アカウント作成 [hayato@falcon21 ~]$ vncserver :2 -geometry 1440x900 anthy のデスクトップを開き、アカウント作成 [anthy@falcon21 ~]$ vncserver :3 -geometry 1440x900 aq123wa kazuya のデスクトップを開き、アカウント作成 [kazuya@falcon21 ~]$ vncserver :4 -geometry 1440x900 ki890o anpachi のデスクトップを開き、アカウント作成 [anpachi@falcon21 ~]$ vncserver :5 -geometry 1440x900 mapi のデスクトップを開き、アカウント作成 [mapi@falcon21 ~]$ vncserver :6 -geometry 1440x900 ------------------------------------------------- 内部送信テスト 暗号化されてない送信先メールアドレスの場合、赤字で表示される。 z800 hayato から、mapi@falcon21.space へ、サーバー mapi受信まで、5分ぐらいかかった。 サーバー mapi から、hayato@falcon21.space へ、z800 hayato受信まで、5分ぐらいかかった 外部への送信テスト Yahooメールでは、迷惑フォルダにされる。 ************************************************************************
投票数:11
平均点:10.00