我如何找到我的主机为我安装的邮件服务器?
我正在使用 MediaTemple 的 (dv) 托管服务。 如何确定安装了什么邮件服务器? 我应该使用外壳吗? 如果是的话,会使用什么命令?
I'm using MediaTemple's (dv) hosting service. How do I determine what mail-server is installed? Should I use the shell? If so, what command would be used?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
转到 shell 并输入以下命令:
这将返回如下一行:
如您所见,该服务器正在运行 EXIM。
然后输入 QUIT 退出回 shell。
更新:某些主机使用不同的地址作为其电子邮件服务器,如果您使用的是 Linux,则可以键入以下命令来获取给定域的邮件服务器列表:
Go to the shell and type this command:
This will come back with a line like so:
as you can see, this sever is running EXIM.
Then type QUIT to exit back to the shell.
UPDATE: Some hosts use a different address for their email server, if you are on Linux, you can type the following command to get a list of mail servers for a given domain:
尝试。
从安装了 nmap 的 Linux 机器上
Try
from a Linux box with nmap installed.