- 論壇徽章:
- 0
|
main.cf
myhostname = mail.xxx.com
mydomain = xxx.com
inet_interfaces = all
myorigin = $myhostname
mydestination = $myhostname, $mydomain
mynetworks_style = subnet
mynetworks = 168.100.189.0/28, 127.0.0.0/8
relay_domains = $mydestination
##SMTP###
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = ' '
smtpd_sasl_security_options = noanonymous
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_client_restrictions = permit_sasl_authenticated
做過:
xxx.com , www.xxx.com , mail.xxx.com 的A記錄各一條。
xxx.com MX in mail.xxx.com 的記錄一條。
[ 本帖最后由 adisonray 于 2008-7-21 13:05 編輯 ] |
|