简体   繁体   English

服务器上每个域的邮件客户端配置

[英]Mail Client Configuration for each domain on a server

We have WHM and cPanel on a linux/apache server. 我们在linux / apache服务器上有WHM和cPanel。 We are running separate domains on separate ip's on this server. 我们正在此服务器上的单独IP上运行单独的域。 Below is an example: 下面是一个示例:

DOMAIN : IP 域名:IP

domain1.com: *.11  
domain2.com: *.12  
domain3.com: *.13  

Each domain should have it's own mail. 每个域都应该有自己的邮件。

mail.domain1.com  
mail.domain2.com  
mail.domain3.com  

The A Entry for the Hostname is 主机名的A条目是

hostname:         web.domain1.com   
server main ip:   *.11  

The DNS Zone records for domain3.com: domain3.com的DNS区域记录:

The NS record for domain3.com:      ns1.domain1.com  
The NS record for domain3.com:      ns2.domain1.com  
The A  record for domain3.com:      *.13  
The MX record for domain3.com:      mail.domain3.com  
The A  record for mail.domain3.com: *.13  

The problem is that mail.domain3.com is still using web.domain1.com for it's incoming and outgoing mail. 问题是mail.domain3.com仍在使用web.domain1.com接收和发送邮件。

Is there anyway to get domain3.com to use its own mail.domain3.com instead of pointing to web.domain1.com? 无论如何,有没有让domain3.com使用其自己的mail.domain3.com而不是指向web.domain1.com? (which is also causing some SSL certificate warning for the wrong certificate for domain3.com (domain3.com is using web.domain1.com's SSL cert. when it should be using it's own SSL cert.)) (这也会引起针对domain3.com错误证书的某些SSL证书警告(domain3.com在应使用自己的SSL证书时使用的是web.domain1.com的SSL证书。))

Much thanks in advance! 提前非常感谢! :D :D

-Tony -托尼

Can't set MX as mail.domainname, Set MX as physical name of your server means hostname. 无法将MX设置为mail.domainname,将MX设置为服务器的物理名称表示主机名。 You should make entries as: 您应输入以下内容:

The A record for domain3.com: *.13 domain3.com的A记录:*。13
The MX record for domain3.com: Hostname domain3.com的MX记录:主机名

Don't set mail.domain3.com record. 不要设置mail.domain3.com记录。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 基于每个域用户的PHP配置在运行fastcgi apache服务器时不起作用 - PHP configuration based on each domain user Not working when fastcgi apache server is running 在postfix的配置方式下为内部服务器选择哪种类型的邮件配置 - What type of mail configuration to choose for an internal server in configuration mode of postfix 在一个域下的不同机器上托管邮件服务器和网站 - Host mail server and website on different machines under one domain 如果服务器不用作邮件服务器,则将“ IP domain.tld”添加到(/ etc / hosts)文件有什么意义? - What is the point of adding “IP domain.tld” to the ( /etc/hosts ) file if the server is not gonna be used as a mail server? AH01630:客户端被 Django 中的服务器配置拒绝 - AH01630: client denied by server configuration in Django Unix Domain Socket(C ++) - 客户端崩溃服务器守护程序 - Unix Domain Socket (C++) - Client crashes server daemon AH01630:服务器配置Apache拒绝客户端 - AH01630: client denied by server configuration Apache 无法在 Linux 上的 Node.js 域套接字服务器和 C 域套接字客户端之间进行通信 - Unable to communicate between Node.js domain socket server and C domain socket client on Linux PHP mail()中继到邮件服务器 - PHP mail() relay to mail server Dropbear客户端配置文件? - Dropbear client configuration file?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM