".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
有用户反映使用[阿里云](/#)服务器的时候,如果使用25端口进行邮件推送不出去,一般都会认为是配置出现问题导致的,实际上并不是,而是默认情况下阿里云服务器和轻量服务器是禁止25端口的,如果我们需要开启这个端口是需要申请的。
建议如果我们确实没有必要一定要使用25端口的话,其实我们可以使用其他第三方SMTP邮局,包括阿里云也有提供阿里云邮产品,以及其他的邮件服务,建议不要用服务器推送邮件,这样如果推送的多会默认误认为是群发垃圾邮件。
那如果我们需要申请开启25端口如何申请呢?
登录云盾安全管控平台管理控制台
![](https://www.idcspy.com/wp-content/uploads/2020/12/alyduankou1.jpg)
这里申请端口时。需要在请输入IP中填写申请解封25号端口的服务器IP地址,然后在请输入域名中填写被封禁的25号端口所连接的邮件服务器的域名。
![](https://www.idcspy.com/wp-content/uploads/2020/12/alyduankou2.jpg)
在填写申请表单,需要说明TCP 25端口使用描述及使用情况。根据我们的需要填写表单,然后申请提交。提交之后等待解封端口。
以上就是阿里云服务器申请解封25端口的教程介绍,其实上面小编就建议大家如果不是必须使用就不要申请,用其他的方式替代可以操作的需要25端口的应用。
推荐:《[阿里云服务器磁盘不足解决方法](/#)》"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/106610.html