Настроил связку Postfix и MS Biztalk MS Biztalk не может отправить почту на Postfix
в логе пишет connect-disconnect на каждое письмо
var\log\mail==========================================================================
Dec 11 17:31:58 SVK-MAIL-SUSE postfix/smtpd[5009]: connect from svk-gate.test2.ru[192.2.157.3]
Dec 11 17:31:58 SVK-MAIL-SUSE postfix/smtpd[5009]: disconnect from svk-gate.test2.ru[192.2.157.3]
============================================
Пробовал отправить просто с помощью Outlook все проходит на ура.
Отснифил SMTP запросы, судя по ним обмен заканчивается после каманды MAIL FROM===============
220 SVK-MAIL-SUSE.test3.ru ESMTP Postfix
# EHLO BIZTALKSERVER
250-SVK-MAIL-SUSE.test3.ru
250-PIPELINING
250-SIZE 10240000
250-ETRN
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250 8BITMIME
#MAIL FROM: <bank1@test3.ru>
250 Ok
#QUIT
221 Bye
Подскажите почему от одного приложения почта идет а от другого нет. Посоветуйте ктонибудь может где какой нибудь дебаг вклюить??? Или у кого было подобное
вот конфиг постфикса
etc\postfix\main.cf===================================================================
alias_maps = hash:/etc/aliases
biff = no
broken_sasl_auth_clients = yes
canonical_maps = hash:/etc/postfix/canonical
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
defer_transports =
disable_dns_lookups = no
disable_mime_output_conversion = no
disable_vrfy_command = yes
home_mailbox = Maildir/
html_directory = /usr/share/doc/packages/postfix/html
inet_interfaces = 192.2.157.10, 127.0.0.1 ::1
inet_protocols = all
local_recipient_maps =
mail_owner = postfix
mail_spool_directory = /var/mail
mailbox_command =
mailbox_size_limit = 0
mailbox_transport = lmtp:unix:public/lmtp
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains =
masquerade_exceptions = root
maximal_backoff_time = 500
message_size_limit = 10240000
minimal_backoff_time = 100
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mydomain = test2.ru
myhostname = SVK-MAIL-SUSE.$mydomain
mynetworks = 192.2.157.3
mynetworks_style = subnet
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
queue_run_delay = 100
readme_directory = /usr/share/doc/packages/postfix/README_FILES
relayhost =
relocated_maps = hash:/etc/postfix/relocated
sample_directory = /usr/share/doc/packages/postfix/samples
sender_canonical_maps = hash:/etc/postfix/sender_canonical
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_use_tls = no
smtpd_client_restrictions =
smtpd_helo_required = yes
smtpd_helo_restrictions =
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options =
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_use_tls = no
strict_8bitmime = no
strict_rfc821_envelopes = no
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550
virtual_alias_domains = hash:/etc/postfix/virtual
virtual_alias_maps = hash:/etc/postfix/virtual