Mailslurper 连接 6 秒后超时

Mailslurper 连接 6 秒后超时

我正在尝试设置 mailslurper 进行电子邮件测试,但无论使用 telnet 还是 netcat,6 秒后都会出现连接超时。

我保留默认配置,并且邮件服务器在启动时创建数据库。

通过 telnet 连接

$ telnet localhost 2500
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 Welcome to MailSlurper!
221 Bye
Connection closed by foreign host.

mailslurper 控制台给出如下信息:

MailSlurper: INFO - 2016/03/11 22:24:06 libmailslurper: INFO - Worker 2 queued to handle connection from 127.0.0.1:41756
MailSlurper: INFO - 2016/03/11 22:24:06 libmailslurper: INFO - Reading data from client connection...
MailSlurper: INFO - 2016/03/11 22:24:12 libmailslurper: INFO - Connection timeout. Terminating client connection

我也编写了一个脚本来发送电子邮件,但邮件未保存或记录在日志中,因此看不到。

答案1

最终,我无法通过 telnet 或 netcat 发送电子邮件。源代码包含 send-mail-test.py 和用于运行它的 load.sh。这会将测试数据加载到数据库中。

相关内容