我试着在debian挤压机上安装堡垒。
到目前为止,我做的是:
然后,我可以发送一封电子邮件到我的gmail帐户,我可以在收件人中看到: testuser@mydomain.com
但是,当从gmail帐户向testuser@mydomain.com发送电子邮件时,我收到了以下错误消息:
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发送电子邮件时,我收到了另一条错误消息:
The error that the other server returned was:
551 <testuser@mail.mydomain.com> - relaying denied对于邮件服务器的设置过程,我是相对较新的,而且我对它的简单性进行了介绍。有人知道出了什么问题吗?
发布于 2014-02-26 12:38:55
在此链接的导入之后,安装工作正常。
http://www.ducky-pond.com/posts/2012/Jul/installing-citadel-on-rpi/
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之后(如果缺少)
### 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 INFOhttps://serverfault.com/questions/578293
复制相似问题