Что я делал?
/etc/postfix/main.cf
Код: Выделить всё
relayhost =
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/private/auth/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_sasl_type = cyrus
smtp_sasl_mechanism_filter = login
smtp_sender_dependent_authentification = yes
sender_dependent_relayhost_maps = hash:/etc/postfix/private/auth/sender_relay
sender_canonical_maps = hash:/etc/postfix/private/auth/canonical/etc/postfix/private/auth/canonical
Код: Выделить всё
@my.domain.net my_account@yandex.ru/etc/postfix/private/auth/sasl_passwd
Код: Выделить всё
[smtp.yandex.ru] my_account@yandex.ru:password/etc/postfix/private/auth/sender_relay
Код: Выделить всё
@my.domain.net smtp.yandex.ru
@rambler.ru smtp.yandex.ruтут так до конца и не понял что ему нужно написать в левом столбе
Так вот, отправляю на яндекс письма - все приходит нормально, так же как и без релея, а вот на рамблер такие письма как без релея не приходили, так и с релеем не приходят, только теперь еще на яндекс - этот аккоунт начали приходить письма мол то то письмо было отвергнуто рамблером.
/var/log/postfix.log
Код: Выделить всё
Sep 25 23:16:02 localhost postfix/smtpd[32090]: connect from unknown[172.27.32.173]
Sep 25 23:16:02 localhost postfix/smtpd[32090]: setting up TLS connection from unknown[172.27.32.173]
Sep 25 23:16:02 localhost postfix/smtpd[32090]: Anonymous TLS connection established from unknown[172.27.32.173]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256
bits)
Sep 25 23:16:02 localhost postfix/smtpd[32090]: B73AB49FD5: client=unknown[172.27.32.173], sasl_method=PLAIN, sasl_username=denel@my.domain.net
Sep 25 23:16:02 localhost postfix/cleanup[32198]: B73AB49FD5: message-id=<201009252316.43257.denel@my.domain.net>
Sep 25 23:16:02 localhost postfix/qmgr[32227]: B73AB49FD5: from=<denel@my.domain.net>, size=957, nrcpt=1 (queue active)
Sep 25 23:16:02 localhost postfix/smtp[32256]: < 127.0.0.1[127.0.0.1]:10025: 220 smtp.passthru
Sep 25 23:16:02 localhost postfix/smtp[32256]: > 127.0.0.1[127.0.0.1]:10025: EHLO mail.my.domain.net
Sep 25 23:16:02 localhost postfix/smtp[32256]: < 127.0.0.1[127.0.0.1]:10025: 250-smtp.passthru
Sep 25 23:16:02 localhost postfix/smtpd[32280]: connect from home.domain.net[127.0.0.1]
Sep 25 23:16:02 localhost postfix/smtpd[32280]: match_hostname: home.domain.net ~? 127.0.0.0/8
Sep 25 23:16:02 localhost postfix/smtpd[32280]: match_hostaddr: 127.0.0.1 ~? 127.0.0.0/8
Sep 25 23:16:02 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 220 mail.my.domain.net ESMTP
Sep 25 23:16:02 localhost postfix/smtpd[32280]: xsasl_dovecot_server_create: SASL service=smtp, realm=(null)
Sep 25 23:16:02 localhost postfix/smtpd[32280]: name_mask: noanonymous
Sep 25 23:16:02 localhost postfix/smtpd[32280]: xsasl_dovecot_server_connect: Connecting
Sep 25 23:16:02 localhost postfix/smtpd[32280]: xsasl_dovecot_server_connect: auth reply: MECH?PLAIN?plaintext
Sep 25 23:16:02 localhost postfix/smtpd[32280]: name_mask: plaintext
Sep 25 23:16:02 localhost postfix/smtpd[32280]: xsasl_dovecot_server_connect: auth reply: MECH?LOGIN?plaintext
Sep 25 23:16:02 localhost postfix/smtpd[32280]: name_mask: plaintext
Sep 25 23:16:02 localhost postfix/smtpd[32280]: xsasl_dovecot_server_connect: auth reply: VERSION?1?0
Sep 25 23:16:02 localhost postfix/smtpd[32280]: xsasl_dovecot_server_connect: auth reply: SPID?28221
Sep 25 23:16:02 localhost postfix/smtpd[32280]: xsasl_dovecot_server_connect: auth reply: CUID?43
Sep 25 23:16:02 localhost postfix/smtpd[32280]: xsasl_dovecot_server_connect: auth reply: DONE
Sep 25 23:16:02 localhost postfix/smtpd[32280]: xsasl_dovecot_server_mech_filter: keep mechanism: PLAIN
Sep 25 23:16:02 localhost postfix/smtpd[32280]: xsasl_dovecot_server_mech_filter: keep mechanism: LOGIN
Sep 25 23:16:02 localhost postfix/smtpd[32280]: watchdog_pat: 0x69cfb0
Sep 25 23:16:02 localhost postfix/smtpd[32280]: < home.domain.net[127.0.0.1]: EHLO mail.my.domain.net
Sep 25 23:16:02 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 250-mail.my.domain.net
Sep 25 23:16:02 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 250-PIPELINING
Sep 25 23:16:02 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 250-SIZE 100000000
Sep 25 23:16:02 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 250-VRFY
Sep 25 23:16:02 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 250-ETRN
Sep 25 23:16:02 localhost postfix/smtpd[32280]: match_hostname: home.domain.net ~? 127.0.0.0/8
Sep 25 23:16:02 localhost postfix/smtpd[32280]: match_hostaddr: 127.0.0.1 ~? 127.0.0.0/8
Sep 25 23:16:02 localhost postfix/smtpd[32280]: sasl_exceptions: home.domain.net[127.0.0.1], match=1
Sep 25 23:16:02 localhost postfix/smtpd[32280]: match_list_match: home.domain.net: no match
Sep 25 23:16:02 localhost postfix/smtpd[32280]: match_list_match: 127.0.0.1: no match
Sep 25 23:16:02 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 250-STARTTLS
Sep 25 23:16:02 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 250-XFORWARD NAME ADDR PROTO HELO SOURCE PORT
Sep 25 23:16:02 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 250-ENHANCEDSTATUSCODES
Sep 25 23:16:02 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 250-8BITMIME
Sep 25 23:16:02 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 250 DSN
Sep 25 23:16:02 localhost postfix/smtpd[32280]: watchdog_pat: 0x69cfb0
Sep 25 23:16:03 localhost postfix/smtp[32256]: < 127.0.0.1[127.0.0.1]:10025: 250-SIZE 100000000
Sep 25 23:16:03 localhost postfix/smtp[32256]: < 127.0.0.1[127.0.0.1]:10025: 250-VRFY
Sep 25 23:16:03 localhost postfix/smtp[32256]: < 127.0.0.1[127.0.0.1]:10025: 250-ETRN
Sep 25 23:16:03 localhost postfix/smtp[32256]: < 127.0.0.1[127.0.0.1]:10025: 250-XFORWARD NAME ADDR PROTO HELO SOURCE PORT
Sep 25 23:16:03 localhost postfix/smtp[32256]: < 127.0.0.1[127.0.0.1]:10025: 250-ENHANCEDSTATUSCODES
Sep 25 23:16:03 localhost postfix/smtp[32256]: < 127.0.0.1[127.0.0.1]:10025: 250-8BITMIME
Sep 25 23:16:03 localhost postfix/smtp[32256]: < 127.0.0.1[127.0.0.1]:10025: 250 DSN
Sep 25 23:16:03 localhost postfix/smtp[32256]: server features: 0x49f8b size 100000000
Sep 25 23:16:03 localhost postfix/smtp[32256]: > 127.0.0.1[127.0.0.1]:10025: XFORWARD NAME=unknown ADDR=172.27.32.173 PORT=52220
Sep 25 23:16:03 localhost postfix/smtp[32256]: < 127.0.0.1[127.0.0.1]:10025: 250 2.0.0 Ok
Sep 25 23:16:03 localhost postfix/smtpd[32280]: < home.domain.net[127.0.0.1]: XFORWARD NAME=unknown ADDR=172.27.32.173 PORT=52220
Sep 25 23:16:03 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 250 2.0.0 Ok
Sep 25 23:16:03 localhost postfix/smtpd[32280]: watchdog_pat: 0x69cfb0
Sep 25 23:16:03 localhost postfix/smtpd[32280]: < home.domain.net[127.0.0.1]: XFORWARD PROTO=ESMTP HELO=denel.localnet SOURCE=REMOTE
Sep 25 23:16:03 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 250 2.0.0 Ok
Sep 25 23:16:03 localhost postfix/smtpd[32280]: watchdog_pat: 0x69cfb0
Sep 25 23:16:03 localhost postfix/smtpd[32280]: < home.domain.net[127.0.0.1]: MAIL FROM:<denel@my.domain.net> SIZE=957
Sep 25 23:16:03 localhost postfix/smtpd[32280]: extract_addr: input: <denel@my.domain.net>
Sep 25 23:16:03 localhost postfix/smtpd[32280]: smtpd_check_addr: addr=denel@my.domain.net
Sep 25 23:16:03 localhost postfix/smtpd[32280]: connect to subsystem private/rewrite
Sep 25 23:16:03 localhost postfix/smtp[32256]: > 127.0.0.1[127.0.0.1]:10025: XFORWARD PROTO=ESMTP HELO=denel.localnet SOURCE=REMOTE
Sep 25 23:16:03 localhost postfix/smtp[32256]: < 127.0.0.1[127.0.0.1]:10025: 250 2.0.0 Ok
Sep 25 23:16:03 localhost postfix/smtp[32256]: > 127.0.0.1[127.0.0.1]:10025: MAIL FROM:<denel@my.domain.net> SIZE=957
Sep 25 23:16:03 localhost postfix/smtp[32256]: < 127.0.0.1[127.0.0.1]:10025: 250 2.1.0 Ok
Sep 25 23:16:03 localhost postfix/smtp[32256]: > 127.0.0.1[127.0.0.1]:10025: RCPT TO:<mail_login@rambler.ru> ORCPT=rfc822;mail_login@rambler.ru
Sep 25 23:16:03 localhost postfix/smtpd[32280]: send attr request = rewrite
Sep 25 23:16:03 localhost postfix/smtpd[32280]: send attr rule = local
Sep 25 23:16:03 localhost postfix/smtpd[32280]: send attr address = denel@my.domain.net
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: flags
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: flags
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: 0
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: address
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: address
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: denel@my.domain.net
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: (list terminator)
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: (end)
Sep 25 23:16:03 localhost postfix/smtpd[32280]: rewrite_clnt: local: denel@my.domain.net -> denel@my.domain.net
Sep 25 23:16:03 localhost postfix/smtpd[32280]: send attr request = resolve
Sep 25 23:16:03 localhost postfix/smtpd[32280]: send attr sender =
Sep 25 23:16:03 localhost postfix/smtpd[32280]: send attr address = denel@my.domain.net
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: flags
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: flags
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: 0
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: transport
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: transport
Sep 25 23:16:03 localhost postfix/smtp[32256]: < 127.0.0.1[127.0.0.1]:10025: 250 2.1.5 Ok
Sep 25 23:16:03 localhost postfix/smtp[32256]: > 127.0.0.1[127.0.0.1]:10025: DATA
Sep 25 23:16:03 localhost postfix/smtp[32256]: < 127.0.0.1[127.0.0.1]:10025: 354 Start mail input; end with <CRLF>.<CRLF>
Sep 25 23:16:03 localhost postfix/smtp[32256]: > 127.0.0.1[127.0.0.1]:10025: .
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: dovecot
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: nexthop
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: nexthop
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: my.domain.net
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: recipient
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: recipient
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: denel@my.domain.net
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: flags
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: flags
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: 1024
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: (list terminator)
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: (end)
Sep 25 23:16:03 localhost postfix/smtpd[32280]: resolve_clnt: `' -> `denel@my.domain.net' -> transp=`dovecot' host=`my.domain.net' rcpt=`denel@my.domain.net' flags= class=virtual
Sep 25 23:16:03 localhost postfix/smtpd[32280]: ctable_locate: install entry key denel@my.domain.net
Sep 25 23:16:03 localhost postfix/smtpd[32280]: extract_addr: in: <denel@my.domain.net>, result: denel@my.domain.net
Sep 25 23:16:03 localhost postfix/smtpd[32280]: fsspace: .: block size 4096, blocks free 1069427
Sep 25 23:16:03 localhost postfix/smtpd[32280]: smtpd_check_queue: blocks 4096 avail 1069427 min_free 0 msg_size_limit 100000000
Sep 25 23:16:03 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 250 2.1.0 Ok
Sep 25 23:16:03 localhost postfix/smtpd[32280]: watchdog_pat: 0x69cfb0
Sep 25 23:16:03 localhost postfix/smtpd[32280]: < home.domain.net[127.0.0.1]: RCPT TO:<mail_login@rambler.ru> ORCPT=rfc822;mail_login@rambler.ru
Sep 25 23:16:03 localhost postfix/smtpd[32280]: extract_addr: input: <mail_login@rambler.ru>
Sep 25 23:16:03 localhost postfix/smtpd[32280]: smtpd_check_addr: addr=mail_login@rambler.ru
Sep 25 23:16:03 localhost postfix/smtpd[32280]: send attr request = rewrite
Sep 25 23:16:03 localhost postfix/smtpd[32280]: send attr rule = local
Sep 25 23:16:03 localhost postfix/smtpd[32280]: send attr address = mail_login@rambler.ru
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: flags
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: flags
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: 0
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: address
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: address
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: mail_login@rambler.ru
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: (list terminator)
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: (end)
Sep 25 23:16:03 localhost postfix/smtpd[32280]: rewrite_clnt: local: mail_login@rambler.ru -> mail_login@rambler.ru
Sep 25 23:16:03 localhost postfix/smtpd[32280]: send attr request = resolve
Sep 25 23:16:03 localhost postfix/smtpd[32280]: send attr sender =
Sep 25 23:16:03 localhost postfix/smtpd[32280]: send attr address = mail_login@rambler.ru
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: flags
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: flags
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: 0
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: transport
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: transport
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: smtp
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: nexthop
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: nexthop
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: rambler.ru
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: recipient
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: recipient
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: mail_login@rambler.ru
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: flags
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: flags
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: 4096
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: (list terminator)
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: (end)
Sep 25 23:16:03 localhost postfix/smtpd[32280]: resolve_clnt: `' -> `mail_login@rambler.ru' -> transp=`smtp' host=`rambler.ru' rcpt=`mail_login@rambler.ru' flags= class=default
Sep 25 23:16:03 localhost postfix/smtpd[32280]: ctable_locate: install entry key mail_login@rambler.ru
Sep 25 23:16:03 localhost postfix/smtpd[32280]: extract_addr: in: <mail_login@rambler.ru>, result: mail_login@rambler.ru
Sep 25 23:16:03 localhost postfix/smtpd[32280]: send attr request = rewrite
Sep 25 23:16:03 localhost postfix/smtpd[32280]: send attr rule = local
Sep 25 23:16:03 localhost postfix/smtpd[32280]: send attr address = double-bounce
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: flags
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: flags
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: 0
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: address
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: address
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: double-bounce@my.domain.net
Sep 25 23:16:03 localhost postfix/smtpd[32280]: private/rewrite socket: wanted attribute: (list terminator)
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: (end)
Sep 25 23:16:03 localhost postfix/smtpd[32280]: rewrite_clnt: local: double-bounce -> double-bounce@my.domain.net
Sep 25 23:16:03 localhost postfix/smtpd[32280]: >>> START Recipient address RESTRICTIONS <<<
Sep 25 23:16:03 localhost postfix/smtpd[32280]: generic_checks: name=permit_mynetworks
Sep 25 23:16:03 localhost postfix/smtpd[32280]: permit_mynetworks: home.domain.net 127.0.0.1
Sep 25 23:16:03 localhost postfix/smtpd[32280]: match_hostname: home.domain.net ~? 127.0.0.0/8
Sep 25 23:16:03 localhost postfix/smtpd[32280]: match_hostaddr: 127.0.0.1 ~? 127.0.0.0/8
Sep 25 23:16:03 localhost postfix/smtpd[32280]: generic_checks: name=permit_mynetworks status=1
Sep 25 23:16:03 localhost postfix/smtpd[32280]: smtpd_check_rewrite: trying: permit_inet_interfaces
Sep 25 23:16:03 localhost postfix/smtpd[32280]: permit_inet_interfaces: home.domain.net 127.0.0.1
Sep 25 23:16:03 localhost postfix/smtpd[32280]: before input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping enable_milters
Sep 25 23:16:03 localhost postfix/smtpd[32280]: after input_transp_cleanup: cleanup flags = enable_automatic_bcc enable_address_mapping
Sep 25 23:16:03 localhost postfix/smtpd[32280]: connect to subsystem public/cleanup
Sep 25 23:16:03 localhost postfix/smtpd[32280]: public/cleanup socket: wanted attribute: queue_id
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: queue_id
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: 090924A085
Sep 25 23:16:03 localhost postfix/smtpd[32280]: public/cleanup socket: wanted attribute: (list terminator)
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: (end)
Sep 25 23:16:03 localhost postfix/smtpd[32280]: send attr flags = 176
Sep 25 23:16:03 localhost postfix/smtpd[32280]: 090924A085: client=unknown[172.27.32.173]
Sep 25 23:16:03 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 250 2.1.5 Ok
Sep 25 23:16:03 localhost postfix/smtpd[32280]: watchdog_pat: 0x69cfb0
Sep 25 23:16:03 localhost postfix/smtpd[32280]: < home.domain.net[127.0.0.1]: DATA
Sep 25 23:16:03 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 354 End data with <CR><LF>.<CR><LF>
Sep 25 23:16:03 localhost postfix/cleanup[32198]: 090924A085: message-id=<201009252316.43257.denel@my.domain.net>
Sep 25 23:16:03 localhost postfix/qmgr[32227]: 090924A085: from=<my_account@yandex.ru>, size=1214, nrcpt=1 (queue active)
Sep 25 23:16:03 localhost postfix/qmgr[32227]: B73AB49FD5: removed
Sep 25 23:16:03 localhost postfix/smtp[32256]: < 127.0.0.1[127.0.0.1]:10025: 250 2.0.0 Ok: queued as 090924A085
Sep 25 23:16:03 localhost postfix/smtp[32256]: B73AB49FD5: to=<mail_login@rambler.ru>, relay=127.0.0.1[127.0.0.1]:10025, delay=0.63, delays=0.17/0.07/0.09/0.3, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 090924A085)
Sep 25 23:16:03 localhost postfix/smtp[32256]: > 127.0.0.1[127.0.0.1]:10025: QUIT
Sep 25 23:16:03 localhost postfix/smtp[32256]: name_mask: resource
Sep 25 23:16:03 localhost postfix/smtp[32256]: name_mask: software
Sep 25 23:16:03 localhost postfix/smtpd[32280]: public/cleanup socket: wanted attribute: status
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: status
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: 0
Sep 25 23:16:03 localhost postfix/smtpd[32280]: public/cleanup socket: wanted attribute: reason
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: reason
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute value: (end)
Sep 25 23:16:03 localhost postfix/smtpd[32280]: public/cleanup socket: wanted attribute: (list terminator)
Sep 25 23:16:03 localhost postfix/smtpd[32280]: input attribute name: (end)
Sep 25 23:16:03 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 250 2.0.0 Ok: queued as 090924A085
Sep 25 23:16:03 localhost postfix/smtpd[32280]: watchdog_pat: 0x69cfb0
Sep 25 23:16:03 localhost postfix/smtpd[32280]: < home.domain.net[127.0.0.1]: QUIT
Sep 25 23:16:03 localhost postfix/smtpd[32280]: > home.domain.net[127.0.0.1]: 221 2.0.0 Bye
Sep 25 23:16:03 localhost postfix/smtpd[32280]: match_hostname: home.domain.net ~? 127.0.0.0/8
Sep 25 23:16:03 localhost postfix/smtpd[32280]: match_hostaddr: 127.0.0.1 ~? 127.0.0.0/8
Sep 25 23:16:03 localhost postfix/smtpd[32280]: disconnect from home.domain.net[127.0.0.1]
Sep 25 23:16:08 localhost postfix/smtpd[32090]: disconnect from unknown[172.27.32.173]
Sep 25 23:16:13 localhost postfix/smtp[32428]: 090924A085: to=<mail_login@rambler.ru>, relay=imx1.rambler.ru[81.19.66.234]:25, delay=11, delays=0.29/0.06/0.16/10, dsn=5.7.1, status=bounced (host imx1.rambler.ru[81.19.66.234] said: 554 5.7.1 Client host [92.50.176.184] blocked using insecure-bl.rambler.ru; We do not accept mail from this dynamic pool; contact abuse at rambler-co.ru to unlist (in reply to RCPT TO command))
Sep 25 23:16:13 localhost postfix/cleanup[32198]: DB81E4A105: message-id=<20100925171613.DB81E4A105@mail.my.domain.net>
Sep 25 23:16:13 localhost postfix/qmgr[32227]: DB81E4A105: from=<>, size=3483, nrcpt=1 (queue active)
Sep 25 23:16:13 localhost postfix/bounce[877]: 090924A085: sender non-delivery notification: DB81E4A105
Sep 25 23:16:13 localhost postfix/qmgr[32227]: 090924A085: removed
Sep 25 23:16:14 localhost postfix/smtp[32428]: DB81E4A105: to=<my_account@yandex.ru>, relay=mx.yandex.ru[213.180.204.89]:25, delay=0.74, delays=0.05/0.01/0.36/0.32, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued on mxfront53.mail.yandex.net as A5DFB32E80AA)
Sep 25 23:16:14 localhost postfix/qmgr[32227]: DB81E4A105: removedКак-то вообще можно решить эту проблему, отправлять почту через другой сервер, у которого адрес не динамический, такой как yandex например? Откуда рамблер знает о моем хосте, если письмо к нему вроде как должно было прийти с яндекса?