Project

General

Profile

機能 #16

smtpサーバの構築

Added by 寛正 鴨川 about 7 years ago. Updated about 7 years ago.

Status:
終了
Priority:
通常
Assignee:
Start date:
04/19/2019
Due date:
04/24/2019
% Done:

100%

Estimated time:

Description

開発環境とAWS環境に。

対応内容

AWS環境にはPostfixで構築しました。
Precisionツールと結合し、疎通確認しています。

PythonによるダミーSMTPサーバ

開発環境では主にPython標準で利用できるテスト用サーバーを使用する。

起動方法

$ python -m smtpd -n -c DebuggingServer localhost:8025

バックグラウンドで実行する場合は末尾に&をつける。

History

#1 Updated by 寛正 鴨川 about 7 years ago

  • Description updated (diff)
  • Due date set to 04/22/2019
  • Status changed from 新規 to 終了
  • % Done changed from 0 to 100

動作するサーバの構築は行わず、Python標準で利用できるダミーSMTPサーバを用いることにしました。
クローズします。

#2 Updated by 寛正 鴨川 about 7 years ago

  • Status changed from 終了 to 進行中
  • % Done changed from 100 to 10

ミーティングの結果、Postfixで構築することになったため再開。

#3 Updated by 寛正 鴨川 about 7 years ago

  • Description updated (diff)
  • Due date changed from 04/22/2019 to 04/24/2019
  • Status changed from 進行中 to 終了
  • % Done changed from 10 to 100

AWS環境にPostfixでSMTPサーバを構築し、疎通確認ができました。
クローズします。

Also available in: Atom PDF