邮箱服务器被列入黑名单,邮件服务器IP被微软@live列入黑名单,删除掉黑名单步骤...

Dear xxx

We have completed reviewing the IP(s) you submitted. The following table contains the results of our investigation.

Conditionally mitigated

159.135.xxx.xxx

Our investigation has determined that the above IP(s) qualify for conditional mitigation. These IP(s) have been unblocked, but may be subject to low daily email limits until they have established a good reputation.

Please note that mitigating this issue does not guarantee that your email will be delivered to a user’s inbox.

Ongoing complaints from users will result in removal of the mitigation.

Mitigation may take 24 - 48 hours to replicate completely throughout our system.

If you feel your issue is not yet resolved, please reply to this email and one of our support team members will contact you for further investigation.

Regardless of the deliverability status, Outlook.com recommends that all senders join two free programs that provide visibility into the Outlook.com traffic on your sending IP(s), the sending IP reputation with Outlook.com and the Outlook.com user complaint rates.

Junk Email Reporting program (JMRP) When an Outlook.com user marks an email as "junk", senders enrolled in this program get a copy of the mail forwarded to the email address of their choice. It allows senders to see which mails are being marked as junk and to identify mail traffic you did not intend to send. To join, please visit http://support.msn.com/eform.aspx?productKey=edfsjmrpp&page=support_home_options_form_byemail&ct=eformts.

Smart Network Data Services program (SNDS). This program allows you to monitor the ‘health’ and reputation of your registered IPs by providing data about traffic such as mail volume and complaint rates seen originating from your IPs. To register, please visithttp://postmaster.live.com/snds/.

There is no silver bullet to maintaining or improving good IP reputation, but these programs help you proactively manage your email eco-system to help better ensure deliverability to Outlook.com users.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
好的,针对你的问题,我的回答如下: 1. 修改服务器端口 如果你使用的是gulp-connect启动的服务器,那么可以通过以下代码修改端口号: ```javascript gulp.task('server', function() { connect.server({ root: 'app', port: 8080 // 修改端口号为8080 }); }); ``` 如果你使用的是browser-sync启动的服务器,可以通过以下代码修改端口号: ```javascript gulp.task('server', function() { browserSync.init({ server: { baseDir: "./app", port: 8080 // 修改端口号为8080 } }); }); ``` 2. 用gulp建立一个服务器 可以使用gulp-connect或browser-sync来建立一个服务器。 使用gulp-connect建立服务器的示例代码如下: ```javascript var gulp = require('gulp'); var connect = require('gulp-connect'); gulp.task('server', function() { connect.server({ root: 'app', livereload: true }); }); gulp.task('html', function() { gulp.src('./app/*.html') .pipe(connect.reload()); }); gulp.task('watch', function() { gulp.watch(['./app/*.html'], ['html']); }); gulp.task('default', ['server', 'watch']); ``` 使用browser-sync建立服务器的示例代码如下: ```javascript var gulp = require('gulp'); var browserSync = require('browser-sync').create(); gulp.task('server', function() { browserSync.init({ server: { baseDir: "./app" } }); }); gulp.task('html', function() { gulp.src('./app/*.html') .pipe(browserSync.reload({stream: true})); }); gulp.task('watch', function() { gulp.watch(['./app/*.html'], ['html']); }); gulp.task('default', ['server', 'watch']); ``` 以上示例代码中,都实现了一个简单的服务器,并且实现了文件修改自动刷新的功能。你可以根据自己的需求进行修改。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值