小编Bil*_*oon的帖子

如何阻止人们使用我的域发送垃圾邮件?

我收到 Mailer Daemon 消息,说某些电子邮件失败。我的域是itaccess.org由 Google 应用程序管理的。有什么方法可以识别谁从我的域发送电子邮件,以及他们如何在没有我为他们创建帐户的情况下这样做?

Delivered-To: 7e949ba@itaccess.org
Received: by 10.142.152.34 with SMTP id z34csp12042wfd;
        Wed, 8 Aug 2012 07:12:46 -0700 (PDT)
Received: by 10.152.112.34 with SMTP id in2mr18229790lab.6.1344435165782;
        Wed, 08 Aug 2012 07:12:45 -0700 (PDT)
Return-Path: <whao@www20.aname.net>
Received: from smtp-gw.fsdata.se (smtp-gw.fsdata.se. [195.35.82.145])
        by mx.google.com with ESMTP id b9si24888989lbg.77.2012.08.08.07.12.44;
        Wed, 08 Aug 2012 07:12:45 -0700 (PDT)
Received-SPF: neutral (google.com: 195.35.82.145 is neither permitted nor denied by best guess record for domain of whao@www20.aname.net) client-ip=195.35.82.145;
Authentication-Results: mx.google.com; spf=neutral (google.com: …
Run Code Online (Sandbox Code Playgroud)

spam

111
推荐指数
5
解决办法
13万
查看次数

为什么我的服务器上运行了这么多 sshd 实例?

8146 root      15   0 69432 3224 2500 S  1.3  1.2   0:00.04 sshd                                                                                                                    
    1 root      15   0 23560 1696 1356 S  0.0  0.6   0:01.25 init                                                                                                                    
 1167 root      18   0 14764 1132  932 S  0.0  0.4   0:00.01 xinetd                                                                                                                  
 1168 daemon    18   0 16692  452  292 S  0.0  0.2   0:00.00 atd                                                                                                                     
 1169 root      15   0 18892 1056  820 S  0.0  0.4   0:00.51 cron                                                                                                                    
 1197 root      15   0 49428 2696 2132 S  0.0  1.0   0:06.34 sshd                                                                                                                    
 1215 syslog    15   0 12540  792  616 S …
Run Code Online (Sandbox Code Playgroud)

ubuntu ssh

6
推荐指数
1
解决办法
5241
查看次数

如果没有可用代理,则配置 Cntlm 以不使用代理

我白天在公司防火墙后面,晚上在开放的互联网连接上。我已将 cntlm 配置为转发到我的公司代理,但是当我从开放连接进行连接时,我必须重新配置我的代理设置。

当没有可用代理时,有没有办法让 cntlm 回退到不使用代理?

# List of parent proxies to use. More proxies can be defined
# one per line in format <proxy_ip>:<proxy_port>
#
Proxy       10.73.55.44:80
# <~~ something here to fallback to a direct connection when no proxy is available
Run Code Online (Sandbox Code Playgroud)

firewall proxy

5
推荐指数
1
解决办法
9780
查看次数

从干净的 ubuntu 安装下载单个文件

互联网上是否有资源,我可以在那里下载我在 ubuntu 服务器安装中需要的单个文件?

在这种情况下,我需要一个干净的/etc/grub.d/00_headerUbuntu 服务器 12.04版本。有时我想获得一个文件的干净版本,用于特定的 linux 版本。

除了在其他地方再次安装 ubuntu 并从那里复制文件之外,我将如何获取我需要的文件?


我做了一个apt-get upgrade希望新版本的 grub 替换有问题的版本,并得到这个错误。据我了解,更新后的 grub 应该替换旧的(我选择使用 /etc/defualt/grub 的包维护者版本),因此解析后的错误与新的 grub 版本有关,而不是我的本地版本。那是对的吗?

Replacing config file /etc/default/grub with new version                                                                                                                             
/usr/sbin/grub-setup: warn: Sector 32 is already in use by FlexNet; avoiding it.  This software may cause boot or other problems in future.  Please ask its authors not to store data in the boot track.
/usr/sbin/grub-setup: warn: Sector 33 is already in use by FlexNet; avoiding it.  This software …
Run Code Online (Sandbox Code Playgroud)

ubuntu

2
推荐指数
1
解决办法
431
查看次数

标签 统计

ubuntu ×2

firewall ×1

proxy ×1

spam ×1

ssh ×1