我的 ubuntu vps 上有奇怪的 Postfix logwatch 日志摘要

我的 ubuntu vps 上有奇怪的 Postfix logwatch 日志摘要

嗨,如果有人能帮我解释一下我在 ubuntu 10.04 vps 上安装的 postfix 的 logwatch 摘要,我将不胜感激。由于有许多条目authentication failed和外部 IP 地址,我真的不知道这是否是一个正常的日志文件。对新手有什么建议吗?谢谢!

****** Summary
*************************************************************************************
113 SASL authentication failed
195 Miscellaneous warnings
8.419K Bytes accepted 8,621
8.419K Bytes delivered 8,621
======== ==================================================
3 Accepted 60.00%
2 Rejected 40.00%
-------- --------------------------------------------------
5 Total 100.00%
======== ==================================================
2 5xx Reject relay denied 100.00%
-------- --------------------------------------------------
2 Total 5xx Rejects 100.00%
======== ==================================================
116 Connections
1 Connections lost (inbound)
116 Disconnections
3 Removed from queue
3 Delivered
1 Hostname verification errors
****** Detail (10)
*********************************************************************************
113 SASL authentication failed
--------------------------------------------------------------
113 92.24.80.207 host-92-24-80-207.ppp.as43234.net
113 LOGIN
113 generic failure
195 Miscellaneous warnings
------------------------------------------------------------------
113 SASL authentication failure: cannot connect to saslauthd server: Permission
denied
41 inet_protocols: IPv6 support is disabled: Address family not supported by
protocol
41 inet_protocols: configuring for IPv4 support only
2 5xx Reject relay denied
-----------------------------------------------------------------
1 46.242.103.110 unknown
1 [email protected]
1 114.42.142.103 114-42-142-103.dynamic.hinet.net
1 [email protected]
1 Connections lost (inbound)
--------------------------------------------------------------
1 After RCPT
3 Delivered
-------------------------------------------------------------------------------
3 myhost.xx
1 Hostname verification errors
------------------------------------------------------------
1 Name or service not known
1 46.242.103.110 broadband-46-242-103-110.nationalcablenetworks.ru
=== Delivery Delays Percentiles
============================================================
0% 25% 50% 75% 90% 95% 98% 100%

答案1

113 个身份验证错误与 113 个 SASL 错误匹配。

SASL authentication failure: cannot connect to saslauthd server: Permission denied

那里似乎有很多不同的原因可能会导致此错误消息。查看其中任何一个是否能解决您的 SASL 问题。

这个92.24.80.207IP 地址是你的吗?如果不是,那么有人可能正在尝试密码,看看他们是否可以登录。

相关内容