我有一个运行 postfix-dovecot 电子邮件服务器的 EC2 实例。我使用 AWS 安全密钥来访问这个 EC2,我认为安全性非常严格。
当我运行时: systemctl list-units --type service --all
我在列表中看到这些可疑的条目:
UNIT LOAD ACTIVE SUB DESCRIPTION
?ùÅ auditd.service not-found inactive dead auditd.service
?ùÅ connman.service not-found inactive dead connman.service
?ùÅ console-screen.service not-found inactive dead console-screen.service
?ùÅ display-manager.service not-found inactive dead display-manager.service
?ùÅ exim4.service not-found inactive dead exim4.service
?ùÅ fcoe.service not-found inactive dead fcoe.service
?ùÅ iscsi-shutdown.service not-found inactive dead iscsi-shutdown.service
Run Code Online (Sandbox Code Playgroud)
我的服务器正在运行:Spamassasin、Clamav、Spamass-milter 和 AppArmor
我的服务器只允许通过受信任的证书颁发机构签署的域证书对 SSL/TLS 进行身份验证访问。它不允许来自未知域用户或未知客户端的邮件。
Open ports on my EC2 security group for any IP address:
HTTP …Run Code Online (Sandbox Code Playgroud)