You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/01/04 01:23:00 UTC

[GitHub] [incubator-dolphinscheduler] zjw-zjw opened a new issue #4363: [Question] How to configure the self-built server to integrate mail service function

zjw-zjw opened a new issue #4363:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4363


   My company uses a **self-built mail server**, may I ask how to configure the mail sending function?
   When I use a service like Mailbox 163, I can receive mail normally. But with a self-built server, it doesn't work
   
   **Which version of DolphinScheduler:**
   [1.3.3]
   
   我公司使用的是自建的邮件服务器,请问该怎么配置邮件发送功能呢?
   当我使用类似163邮箱的服务,是可以正常接收邮件的。但是使用了自建的服务器就不行了


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] CalvinKirs commented on issue #4363: [Question] How to configure the self-built server to integrate mail service function

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on issue #4363:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4363#issuecomment-754384956


   You need to ensure that the mail server and alert-server network can communicate normally


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] zjw-zjw removed a comment on issue #4363: [Question] How to configure the self-built server to integrate mail service function

Posted by GitBox <gi...@apache.org>.
zjw-zjw removed a comment on issue #4363:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4363#issuecomment-754372102


   ![image](https://user-images.githubusercontent.com/48348786/103604182-4f821a00-4f4b-11eb-89a6-30c6b91efd52.png)
   This is my configuration.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] zjw-zjw commented on issue #4363: [Question] How to configure the self-built server to integrate mail service function

Posted by GitBox <gi...@apache.org>.
zjw-zjw commented on issue #4363:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4363#issuecomment-754340524


   Can anyone answer that?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] zjw-zjw commented on issue #4363: [Question] How to configure the self-built server to integrate mail service function

Posted by GitBox <gi...@apache.org>.
zjw-zjw commented on issue #4363:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4363#issuecomment-755171291


   > You need to ensure that the mail server and alert-server network can communicate normally
   
   I find the problem。because my mail.passwd has special characters like %$. but cannot be escaped by DS。


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] zjw-zjw commented on issue #4363: [Question] How to configure the self-built server to integrate mail service function

Posted by GitBox <gi...@apache.org>.
zjw-zjw commented on issue #4363:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4363#issuecomment-754372102


   ![image](https://user-images.githubusercontent.com/48348786/103604182-4f821a00-4f4b-11eb-89a6-30c6b91efd52.png)
   This is my configuration.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] zjw-zjw commented on issue #4363: [Question] How to configure the self-built server to integrate mail service function

Posted by GitBox <gi...@apache.org>.
zjw-zjw commented on issue #4363:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4363#issuecomment-754373423


   This is my configuration:
   ```
   mail.protocol=SMTP
   mail.server.host=mailx.xxx.cn
   mail.server.port=465
   mail.sender=alter@xxx.cn
   mail.user=alter@xxx.cn
   mail.passwd=xxxxx
   
   mail.smtp.starttls.enable=false
   
   mail.smtp.ssl.enable=true
   mail.smtp.ssl.trust=mailx.xxx.cn
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] zjw-zjw closed issue #4363: [Question] How to configure the self-built server to integrate mail service function

Posted by GitBox <gi...@apache.org>.
zjw-zjw closed issue #4363:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4363


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org