首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Citadel 550无效收件人

Citadel 550无效收件人
EN

Server Fault用户
提问于 2014-02-26 00:01:34
回答 1查看 2K关注 0票数 1

我试着在debian挤压机上安装堡垒。

到目前为止,我做的是:

  1. 从回购处安装城堡
  2. 创建用户测试用户&为其分配地址testuser@mydomain.com
  3. 向cloudflare 3a添加2MX记录。mail.mydomain.com 1.2.3.4b。MX : mydomain.com mail.mydomain.com 40
  4. 编辑我的/etc/host文件,并添加myIP mydomain.com\n myIP mail.mydomain.com

然后,我可以发送一封电子邮件到我的gmail帐户,我可以在收件人中看到: testuser@mydomain.com

但是,当从gmail帐户向testuser@mydomain.com发送电子邮件时,我收到了以下错误消息:

代码语言:javascript
复制
Delivery to the following recipient failed permanently:

   testuser@mydomain.com

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the server for the recipient domain     mydomain.com by mail.mydomain.com. [1.2.3.4].

The error that the other server returned was:
550 Invalid recipient: testusermydomain.com

并不是说“@”被删除了: testusermydomain.com而不是testuser@mydomain.com

当我试图向testuser@mail.mydomain.com发送电子邮件时,我收到了另一条错误消息:

代码语言:javascript
复制
The error that the other server returned was:
551 <testuser@mail.mydomain.com> - relaying denied

对于邮件服务器的设置过程,我是相对较新的,而且我对它的简单性进行了介绍。有人知道出了什么问题吗?

EN

回答 1

Server Fault用户

发布于 2014-02-26 12:38:55

在此链接的导入之后,安装工作正常。

http://www.ducky-pond.com/posts/2012/Jul/installing-citadel-on-rpi/

代码语言:javascript
复制
sudo mkdir /etc/citadel/netconfigs
sudo chown citadel:citadel /etc/citadel/netconfigs
sudo service citadel restart


sudo /usr/lib/citadel-server/setup

然后,您需要编辑/etc/init.d/webcit,并将其放在#/bin/sh之后(如果缺少)

代码语言:javascript
复制
### BEGIN INIT INFO
# Provides:  webcit
# Required-Start:
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start daemon at boot time
# Description: Enable service provided by daemon.
### END INIT INFO
票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/578293

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档