504 Error Setting up SMTP Server

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

An error occurs when sending a test email:

com.atlassian.mail.MailException: javax.mail.MessagingException: 504 Command parameter not implemented

	at com.atlassian.mail.server.impl.SMTPMailServerImpl.send(SMTPMailServerImpl.java:191)
	at com.atlassian.confluence.admin.actions.mail.SendTestEmailAction.execute(SendTestEmailAction.java:52)
	at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:168)
	at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)

原因

The host name is not set to the FQDN (Fully Qualified Domain Name).

ソリューション

  1. Use the "hostname" command to set the host to the FQDN (Fully Qualified Domain Name).
  2. Change:

    % hostname
    myhost
    

    変更後:

    % hostname
    myhost.mydomain.com
    

Last modified on Mar 30, 2016

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.