小编Sfi*_*oza的帖子

如何在 postfix 中启用 RBL 检查?

如何在 postfix 中启用 RBL 过滤器?

我目前的配置:

submission inet n       -       n       -       -       smtpd
  -o syslog_name=postfix/submission
  -o smtpd_tls_security_level=encrypt
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#  -o milter_macro_daemon_name=ORIGINATING
  -o smtpd_helo_restrictions=
  -o smtpd_sender_restrictions=reject_sender_login_mismatch,permit
  -o receive_override_options=no_header_body_checks,no_address_mappings
  -o smtpd_sender_restrictions=permit_sasl_authenticated,reject
  -o smtpd_recipient_restrictions=reject_non_fqdn_recipient,reject_unknown_recipient_domain,permit_sasl_authenticated,reject
Run Code Online (Sandbox Code Playgroud)

正在发送和接收邮件。

当我添加:

reject_rbl_client sbl-xbl.spamhaus.org,
reject_rbl_client bl.spamcop.net
Run Code Online (Sandbox Code Playgroud)

Thunderbird 在发送过程中永远循环,什么也没有发生。/var/log/mail.* 为空。

email-server postfix rbl

7
推荐指数
2
解决办法
3万
查看次数

Debian Wheezy 上的最新 ClamAV(ClamAV 安装已过时日志消息)

我已经使用 apt 从官方存储库在 Debian Wheezy 上安装了 ClamAV。系统是最新的,我没有通过 获得任何更新apt-get upgrade,但我仍然在日志中收到此消息:

Your ClamAV installation is OUTDATED!
Run Code Online (Sandbox Code Playgroud)

我的版本是:

$ clamscan -V
ClamAV 0.98.1/19186/Sun Jul 13 00:34:56 2014
Run Code Online (Sandbox Code Playgroud)

在官方页面上:

最新的 ClamAV® 稳定版本是:0.98.4

看起来 Wheezy 的官方稳定存储库不是最新的。我找到的唯一信息是有关 Debian Volatile 项目的官方信息,该项目自 Squeeze 以来已关闭。

有没有替代的存储库?
如何让 ClamAV 始终保持最新状态并确保系统稳定?

编辑:

我的/etc/apt/sources.list

deb http://ftp.ru.debian.org/debian/ wheezy main non-free contrib
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb http://ftp.ru.debian.org/debian/ wheezy-updates main contrib non-free



$ dpkg -l 'clamav*'


||/ Name                                     Version                   Architecture              Description
+++-========================================-=========================-=========================-======================================================================================
ii  clamav …
Run Code Online (Sandbox Code Playgroud)

clamav debian-wheezy

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

比 curl 更快的 ping URL 方法

检查指定 URL 是否有效的最快方法是什么?(以 OK http 状态代码响应)?

现在我正在使用 curl,但我有一堆 URL 需要循环测试,所以我正在寻找最快的解决方案。

除了 wget 之外还有其他选项要检查吗?

debian url bash ping curl

5
推荐指数
2
解决办法
4093
查看次数

标签 统计

bash ×1

clamav ×1

curl ×1

debian ×1

debian-wheezy ×1

email-server ×1

ping ×1

postfix ×1

rbl ×1

url ×1