Код: Выделить всё
Jun 27 02:48:12 ip-97-74-201-122 postfix/smtp[4066]: DC9D6F8D67C: to=<bird57s@msn.com>, relay=none, delay=3501, delays=3501/0.11/0/0, dsn=5.4.4, status=bounced (Host or domain name not found. Name service error for name=msn.com type=A: Host found but no data record of requested type)Вот зона dns (wedinin.com):
Код: Выделить всё
$TTL 86400; Default TTL
@ IN SOA ns.slytech.ru. owner.rbcmail.ru. (
2008040703 ; serial
10800 ; Refresh period
3600 ; Retry interval
604800 ; Expire time
10800 ; Negative caching TTL
)
wedinin.com. IN NS ns.slytech.ru.
wedinin.com. IN NS ns2.trifle.net.
wedinin.com. IN A xx.xx.xx.xx
www IN CNAME wedinin.com.
wedinin.com. IN MX 10 mail.wedinin.com.
mail IN A xx.xx.xx.xxфайл /etc/postfix/main.cf:
Код:
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
mydestination = localhost.$mydomain, localhost, mail.wedinin.com
unknown_local_recipient_reject_code = 550
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/local/man
sample_directory = /etc/postfix
readme_directory = no
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual-alias-maps.cf,mysql:/etc/postfix/mysql-email2email.cf
virtual_transport = dovecot
dovecot_destination_recipient_limit = 1
smtpd_tls_cert_file = /usr/local/ssl/mail.wedinin.com.pem
smtpd_tls_key_file = /usr/local/ssl/mail.wedinin.com.pem
smtpd_use_tls = yes
mynetworks = 127.0.0.0/8
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_auth_enable = yes
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
mailbox_size_limit = 0
файл master.cf:
Код:
smtp inet n - n - - smtpd
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
tlsmgr unix - - n 1000? 1 tlsmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
trace unix - - n - 0 bounce
verify unix - - n - 1 verify
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - n - - smtp
relay unix - - n - - smtp
-o fallback_relay=
showq unix n - n - - showq
error unix - - n - - error
retry unix - - n - - error
discard unix - - n - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
anvil unix - - n - 1 anvil
scache unix - - n - 1 scache
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/libexec/dovecot/deliver -d ${recipient}
Помогите пожалуйста разобраться