xunyu
发表于 2016-3-28 10:40:06
服务器搭建教程之:PowerMTA配置(下) [修改]服务器搭建教程之:PowerMTA配置(下) [修改]
yeskong
发表于 2016-3-29 20:56:37
好好学习,加油
木头君
发表于 2016-4-4 21:03:09
! 希望大家能好好看!视频比较长!所以我分段进行了讲解和演示!
配置收信功能,回复邮件收到!
Andy
发表于 2016-4-16 11:26:40
真心希望可以学习到东西啊
air_light
发表于 2016-4-19 15:51:05
谢谢分享,非常受用
邮寄者19903
发表于 2016-4-20 21:37:22
看看,可以吗
jeffedm
发表于 2016-5-2 00:20:02
正在研究这个功能。
我不需要收信,但在发信记录里发现很多的 4.1.8 (bad sender's system address) 错误,然后添加了一个MX记录后有所好转,但还是有不少错误。
jeffedm
发表于 2016-5-2 00:23:03
钱钱不够啊
netcafes
发表于 2016-5-2 17:07:16
新手来学习下 谢谢楼主分享:)
tomaus
发表于 2016-5-3 11:48:50
感谢分享,正需要呢
tomaus
发表于 2016-5-3 14:31:14
谢谢,正需要下载
tomaus
发表于 2016-5-3 14:32:02
谢谢,正需要下载:)
tomaus
发表于 2016-5-3 22:54:24
配置postfix 主配置文件
# vi /etc/postfix/main.cf
myhostname = mail.vqiu.cn
mydomain = vqiu.cn
myorigin = $mydomain
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mynetworks = 127.0.0.0/8
home_mailbox = Maildir/ <===启用Maildir模式存储,默认是Mbox
#################### SMTP SASL CONFIG ######################
smtpd_sasl_type = dovecot <===sasl的验证方法采用dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_sasl_auth_enable = yes
smtpd_recipient_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
reject_unknown_sender_domain,
reject_unknown_recipient_domain,
reject_unauth_destination
message_size_limit = 15728640 <===邮件传送上限15M
配置dovecot
# yum -y install dovecot
# vi /etc/dovecot/conf.d/10-auth.conf
disable_plaintext_auth = no <==允许明文验证
auth_mechanisms = plain login <==dovecot 验证机制
# vi /etc/dovecot/dovecot.conf
protocols = imap pop3
listen = * <==只启用ipv4
# vi /etc/dovecot/10-mail.conf
mail_location = maildir:~/Maildir
# vi /etc/dovecot/conf.d/10-master.conf
#unix_listener auth-userdb {
#mode = 0600
#user =
#group =
#}
# Postfix smtp-auth
unix_listener /var/spool/postfix/private/auth {<==要与main.cf 中smtpd_sasl_path = private/auth一致
mode = 0666
user = postfix
group = postfix
}
# vi /etc/dovecot/conf.d/20-pop3.conf
# uncomment on these line:
pop3_uidl_format = %08Xu%08Xv
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh <==兼容outlook,outlook Express
qzswear
发表于 2016-5-4 13:36:16
真的吗,谢谢
493353403
发表于 2016-5-4 18:55:34
好好学习