我刚开始交往。
我需要设置一个电子邮件服务器,我还需要创建一个电子邮件地址。例如。
muazam@mydomain.com
我安装了松驰邮件和多维柯。
http://www.mydomain.com/squirrelmail/src/login.php显示登录屏幕,但当我尝试登录时,我会得到以下错误:
连接到IMAP服务器的错误: 127.0.0.1。111 :连接被拒绝
我对松鼠邮件和多维柯没有经验。任何人都能帮我,我真的很感激。
谢谢!
发布于 2011-03-08 07:52:11
您还需要一个SMTP服务器。我建议后缀。(apt-get install postfix)
然后,您应该确保使用`~/Maildir‘。如果这个文件夹不存在,或者您给了它错误的权限,这是一个常见的错误。请确保将后缀配置为使用它:
postconf -e "home_mailbox = Maildir/"
postconf -e "mailbox_command = "
/etc/init.d/postfix restart如果它仍然不起作用,试着在你的机器上进行远程测试。
Trying 10.0.1.40...
Connected to test.freetown.local.
Escape character is '^]'.
220 test.freetown.local ESMTP Postfix (Ubuntu)
ehlo test.freetown.local
mail from: bart@test.freetown.local
rcpt to: root@test.freetown.local
data
Subject: First Mail
Looking good!
.
quitTrying 10.0.1.40...
Connected to test.freetown.local.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION] Courier-IMAP ready. Copyright 1998-2010 Double Precision, Inc. See COPYING for distribution information.
a login bart bart
a OK LOGIN Ok.
a logout
* BYE Courier-IMAP server shutting down
a OK LOGOUT completedTrying 10.0.1.40...
Connected to test.freetown.local.
Escape character is '^]'.
+OK Hello there.
user bart
+OK Password required.
pass bart
+OK logged in.
quit
+OK Bye-bye.如果那有效的话,你的小邮件也会很好的。
发布于 2011-03-08 10:01:36
遵循本教程:http://workaround.org/ispmail/lenny (是的,这太过分了,但是你会从中学到一些东西)。
https://serverfault.com/questions/244504
复制相似问题