courier-authlib 网址
http://www.courier-mta.org/
flush privileges 命令本质上的作用是将当前user和privilige表中的用户信息/权限设置从mysql库(MySQL数据库的内置库)中提取到内存里
虚拟用户:
Maildir :/var/mailbox/
Suexec
apache ,httpd
user
group
httpd (apache,apache) --> cgi(postfix, postfix
总结 : postfix + sasl + courier-authlib + MySQL(实现了虚拟用户,虚拟域) + dovecot + Webmail {extmail(extmain)}
http --> https(ssl/tls)
smtp(25)-->smtps (465)
S/MIME 用户到用户加密
Security
USER <---->USER
用户证书:
mail ,hash(finger print)
Openssl , GPG (PGP技术)
GNU privacy Guard
PKI :CA
pops ,imaps :
SSL :会话加密
S/MIME :存储加密
pop3s :995/tcp 侦听
imaps :993/tcp
https :pop3s
openssl s_client -connect
协议报文分析器:
sniffer :商业工具
tcpdump :linux中抓包工具
wireshark (GUI)
tshark (CLI)
tcpdump [options] 过滤条件
获取报文的条件
反垃圾邮件,病毒邮件组件
1、关闭OpenRelay
2、RBL :Realtime Black list 实时黑名单列表 付费的
3、内容过滤器:
Apache :Spamassassin
Perl开发的,垃圾邮件分练器 ,根据特征码判断
病毒邮件网关
clamav :开源杀毒软件 病毒邮件服务器网关
呼叫器 :caller,
MIMEDefang,Mailscanner,Amavisd-new
Amavisd-new : spamassassin ,clamav
perl : CPAN
转载于:https://blog.51cto.com/14087650/2406714