gpt4 book ai didi

redmine - 在 redmine 中接收 imap 电子邮件的问题

转载 作者:行者123 更新时间:2023-12-04 21:50:35 27 4
gpt4 key购买 nike

我收到的电子邮件一直被忽略,没有归档到正确的项目中。我在这里缺少什么?

rake -f/home/kickapps/redmine/Rakefile redmine:email:receive_imap\
RAILS_ENV="生产"\
主机=imap.gmail.com\
ssl=SSL\
端口=993\
move_on_success=归档\
move_on_failure=忽略\
用户名=redmine@kitops.com\
密码=****************\
未知用户=接受\
no_permission_check=1\
项目=测试\
allow_override=project,tracker

最佳答案

如果您没有看到电子邮件在 gmail 中被读取,请尝试在您的 rake 参数末尾添加 --trace(您应该收到 rake 错误)。电子邮件在 gmail 邮箱中必须是未读/新的,否则它不会被耙子阅读,因为它认为它已经阅读了它。

另一个问题:993 被 redmine 和 gmail 之间的防火墙阻止。

在运行 rake 后立即检查 rails log/production.log - 检查是否有一些关于邮件的错误消息。

假设 rake 任务正在读取和更改 gmail 中的状态,那么它可能是参数。我注意到你的 ssl 不同 从我所拥有的。

rake -f /home/kickapps/redmine/Rakefile redmine:email:receive_imap \
RAILS_ENV="production" \
host=imap.gmail.com \
ssl=1 \ # it's 1 on my install -- double check
port=993 \
username=redmine@kitops.com \
password=*************** \
project=test \ # must be the project identfier not the name
status=assigned \ # must be a status used in the project, check popups in redmine
unknown_user=accept \ #haven't tried this
no_permission_check=1 \ # or this
allow_override=project,tracker # or this

关于redmine - 在 redmine 中接收 imap 电子邮件的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5627669/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com