太多糟糕的命令:Haraka的出站电子邮件

时间:2014-12-29 14:04:01

标签: node.js email smtp sendmail haraka

当我尝试使用harakaswaks发送电子邮件时出现以下错误:

521 Too many bad commands

我使用以下参数执行swaks

swaks -f from@domain.com -t myemail@domain.com -s localhost -p 587 -au matt -ap pass

档案config/auth_flat_file.ini

[core]
methods=LOGIN

[users]
matt=pass

swaks为我提供了以下输出

=== Trying localhost:587...
=== Connected to localhost.
<-  220 server ESMTP Haraka 2.5.0 ready
 -> EHLO server
<-  250-server Hello Unknown [127.0.0.1], Haraka is at your service.
<-  250-PIPELINING
<-  250-8BITMIME
<-  250-SIZE 500000
<-  250 AUTH LOGIN
 -> AUTH LOGIN
<-  334 VXNlcm5hbWU6
 -> bWF0dA==
<** 521 Too many bad commands
*** No authentication type succeeded
 -> QUIT
*** Remote host closed connection unexpectedly.

我使用this manual为出站电子邮件设置Haraka。 哪个可能是错误,我怎么解决和避免呢?

1 个答案:

答案 0 :(得分:0)

我的解决方案是下一个:

编辑文件max_unrecognized_commands - 输入大于默认值的数字(例如20)并使用以下参数运行swaks

swaks --to user@domain.com --server localhost --port 587 -au matt -ap test --from notify@someserver.com