The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  ВХОД  слежка  RSS
"порядком избитая тема POSTFIX+TLS"
Вариант для распечатки  
Пред. тема | След. тема 
Форумы OpenNET: Виртуальная конференция (Public)
Изначальное сообщение [Проследить за развитием треда]

"порядком избитая тема POSTFIX+TLS"  
Сообщение от Ch1p (ok) on 24-Авг-06, 10:14 
Вот такая проблема есть связка POSTFIX 2.2.8 + TLS авторизация по сертификатам проходит но отправленные письма возвращаются обратно в таком виде:
########################################################
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to <postmaster>

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                        The Postfix program

<XXX@XXXX.ru>: host 127.0.0.1[127.0.0.1] said: 530 Must issue a
    STARTTLS command first (in reply to MAIL FROM command)
################################################################
Чтобы это значило???? и как поправить???


Конфиги:
######################################################################
main.cf
postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = scan:127.0.0.1:10025
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
disable_vrfy_command = yes
header_checks = regexp:/etc/postfix/header_checks
html_directory = no
in_flow_delay = 1s
inet_interfaces = all
local_recipient_maps = $virtual_mailbox_maps
local_transport = virtual
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 20971520
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mydomain = XXX.ru
myhostname = XXX.ru
mynetworks = 127.0.0.0/8
mynetworks_style = host
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.2.2/README_FILES
receive_override_options = no_address_mappings
relay_clientcerts = hash:/etc/postfix/relay_clientcerts
relay_domains = $transport_maps
sample_directory = /usr/share/doc/postfix-2.2.2/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP KISA KUKU!!!
smtpd_delay_reject = yes
smtpd_enforce_tls = yes
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, che
ck_relay_domains
smtpd_sasl_application_name = smtpd
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = XXX.ru
smtpd_sasl_security_options = noanonymous
smtpd_tls_CAfile = /usr/local/ssl/new/ca.crt
smtpd_tls_ask_ccert = yes
smtpd_tls_cert_file = /usr/local/ssl/new/server.crt
smtpd_tls_key_file = /usr/local/ssl/new/server.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
strict_rfc821_envelopes = yes
tls_random_source = dev:/dev/urandom
transport_maps = mysql:/etc/postfix/transport.cf
unknown_local_recipient_reject_code = 550
virtual_gid_maps = mysql:/etc/postfix/gids.cf
virtual_mailbox_base = /
virtual_mailbox_maps = mysql:/etc/postfix/aliases.cf
virtual_uid_maps = mysql:/etc/postfix/ids.cf

############################################################################
master.cf
smtp      inet  n       -       n       -       -       smtpd -o content_filter=spamchk:dummy
#submission inet n      -       n       -       -       smtpd
#    -o smtpd_etrn_restrictions=reject
#    -o smtpd_client_restrictions=permit_sasl_authenticated,reject
smtps    inet  n       -       n       -       -       smtpd -o content_filter=spamchk:dummy -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
# -o smtpd_sasl_auth_enable=yes -o smtpd_enforce_tls=yes
#  -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission   inet    n       -       n       -       -       smtpd
#  -o smtpd_etrn_restrictions=reject
#  -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
#628      inet  n       -       n       -       -       qmqpd
pickup    fifo  n       -       n       60      1       pickup
cleanup   unix  n       -       n       -       0       cleanup
qmgr      fifo  n       -       n       300     1       qmgr
#qmgr     fifo  n       -       n       300     1       oqmgr
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
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay     unix  -       -       n       -       -       smtp
    -o fallback_relay=
#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq     unix  n       -       n       -       -       showq
error     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
maildrop  unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
old-cyrus unix  -       n       n       -       -       pipe
  flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
# Cyrus 2.1.5 (Amos Gouaux)
# Also specify in main.cf: cyrus_destination_recipient_limit=1
cyrus     unix  -       n       n       -       -       pipe
  user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
uucp      unix  -       n       n       -       -       pipe
  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail    unix  -       n       n       -       -       pipe
  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
  flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient


# AV scan filter (used by content_filter)
scan unix - - n - 16 smtp -o smtp_send_xforward_command=yes

# For injecting mail back into postfix from the filter
127.0.0.1:10026 inet n - n - 16 smtpd -o content_filter= -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks -o smtpd_helo_restrictions= -o smtpd_client_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o mynetworks_style=host -o smtpd_authorized_xforward_hosts=127.0.0.0/8

spamchk   unix  -       n       n       -       10      pipe
flags=Rq user=filter argv=/etc/spamchk -f ${sender} -- ${recipient}

Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

 Оглавление

Сообщения по теме [Сортировка по времени, UBB]


1. "порядком избитая тема POSTFIX+TLS"  
Сообщение от LOL (??) on 24-Авг-06, 20:43 
>Вот такая проблема есть связка POSTFIX 2.2.8 + TLS авторизация по сертификатам
>проходит но отправленные письма возвращаются обратно в таком виде:
Хто и кому отправляет? Между кем происходит авторизация? Логи с постфикса смотреть нада, а не письма.

Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

2. "порядком избитая тема POSTFIX+TLS"  
Сообщение от Ch1p (ok) on 25-Авг-06, 09:25 
>>Вот такая проблема есть связка POSTFIX 2.2.8 + TLS авторизация по сертификатам
>>проходит но отправленные письма возвращаются обратно в таком виде:
>Хто и кому отправляет? Между кем происходит авторизация? Логи с постфикса смотреть
>нада, а не письма.
Да кому угодно отправляю а письма возвращаются от MAILER-DAEMON@XXX.ru (Mail Delivery System), При отключении TLS всё становится нормально
Логи:
Aug 25 09:23:37 localhost postfix/postfix-script: starting the Postfix mail system
Aug 25 09:23:37 localhost postfix/master[10462]: daemon started -- version 2.2.8, configuration /etc/postfix
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  mail
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  ipv4
Aug 25 09:24:24 localhost postfix/smtpd[10490]: name_mask: ipv4
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  Postfix
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  postfix
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  postfix
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  postdrop
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: expand $myhostname, localhost.$mydomain, localhost, $mydomain -> XXX.ru, localhost.XXX.ru, localhost, XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: expand $mydomain -> XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  /usr/libexec/postfix
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  /usr/sbin
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  /var/spool/postfix
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  pid
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  all
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  double-bounce
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  nobody
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  hash:/etc/aliases
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  20060103
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  2.2.8
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  hash
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  deferred, defer
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: expand $transport_maps -> mysql:/etc/postfix/transport.cf
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: expand $relay_domains -> mysql:/etc/postfix/transport.cf
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  TZ MAIL_CONFIG
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  host
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  +=
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  -=+
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  debug_peer_list,fast_flush_domains,mynetworks,permit_mx_backup_networks,qmqpd_authorized_clients,relay_domains,smtpd_access_maps
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  bounce
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  cleanup
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  defer
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  pickup
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  qmgr
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  rewrite
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  showq
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  error
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  flush
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  verify
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  trace
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: expand ${config_directory}/prng_exch -> /etc/postfix/prng_exch
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  /usr/local/ssl/new/server.crt
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  /usr/local/ssl/new/server.key
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: expand $smtpd_tls_dcert_file ->
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  /usr/local/ssl/new/ca.crt
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost last message repeated 5 times
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: expand $smtp_tls_cert_file ->
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: expand $smtp_tls_dcert_file ->
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost last message repeated 3 times
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  20971520
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  2
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  3
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  100s
Aug 25 09:24:24 localhost last message repeated 3 times
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  3600s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  3600s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  100s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  100s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  1000s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  1000s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  10s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  10s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  1s
Aug 25 09:24:24 localhost last message repeated 3 times
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  500s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  500s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  3600s
Aug 25 09:24:24 localhost last message repeated 4 times
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  18000s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  18000s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  1s
Aug 25 09:24:24 localhost last message repeated 2 times
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  127.0.0.0/8
Aug 25 09:24:24 localhost postfix/smtpd[10490]: inet_addr_local: configured 2 IPv4 addresses
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  550
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: expand $myhostname ESMTP KISA KUKU!!! -> XXX.ru ESMTP KISA KUKU!!!
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  resource, software
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost last message repeated 2 times
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  permit_mynetworks, permit_sasl_authenticated, check_relay_domains
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost last message repeated 4 times
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  postmaster
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost last message repeated 2 times
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: expand $virtual_maps -> mysql:/etc/postfix/remote_aliases.cf
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  mysql:/etc/postfix/aliases.cf
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  hash:/etc/aliases
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: expand $virtual_mailbox_maps -> mysql:/etc/postfix/aliases.cf
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  noanonymous
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  smtpd
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  spamchk:dummy
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost last message repeated 2 times
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  CONNECT GET POST
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  <>
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  postmaster
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: expand $authorized_verp_clients ->
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: expand $myhostname -> XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  no_address_mappings
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: expand ${smtpd_client_connection_limit_exceptions:$mynetworks} -> 127.0.0.0/8
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  permit_inet_interfaces
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  hash:/etc/postfix/relay_clientcerts
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: expand $smtpd_sasl_security_options -> noanonymous
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  yes
Aug 25 09:24:24 localhost last message repeated 10 times
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  300s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  300s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  1s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  1s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  100s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  100s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  3s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  3s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  100s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  100s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  300s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  300s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  1000s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  1000s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  300s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_eval: const  300s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: process generation: 3 (3)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: mynetworks ~? debug_peer_list
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: mynetworks ~? fast_flush_domains
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: mynetworks ~? mynetworks
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: relay_domains ~? debug_peer_list
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: relay_domains ~? fast_flush_domains
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: relay_domains ~? mynetworks
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: relay_domains ~? permit_mx_backup_networks
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: relay_domains ~? qmqpd_authorized_clients
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: relay_domains ~? relay_domains
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/transport.cf: user = postfix
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/transport.cf: password = postfix
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/transport.cf: dbname = mail
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/transport.cf: result_format = %s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_int: /etc/postfix/transport.cf: expansion_limit = 0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/transport.cf: query = <NULL>
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/transport.cf: table = transport
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/transport.cf: select_field = transport
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/transport.cf: where_field = domain
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/transport.cf: additional_conditions =
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/transport.cf: domain =
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/transport.cf: hosts = localhost
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_open: mysql:/etc/postfix/transport.cf
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: permit_mx_backup_networks ~? debug_peer_list
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: permit_mx_backup_networks ~? fast_flush_domains
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: permit_mx_backup_networks ~? mynetworks
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: permit_mx_backup_networks ~? permit_mx_backup_networks
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_open: hash:/etc/postfix/relay_clientcerts
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/aliases.cf: user = postfix
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/aliases.cf: password = postfix
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/aliases.cf: dbname = mail
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/aliases.cf: result_format = %s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_int: /etc/postfix/aliases.cf: expansion_limit = 0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/aliases.cf: query = <NULL>
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/aliases.cf: table = aliases
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/aliases.cf: select_field = maildir
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/aliases.cf: where_field = alias
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/aliases.cf: additional_conditions =
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/aliases.cf: domain =
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/aliases.cf: hosts = localhost
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_open: mysql:/etc/postfix/aliases.cf
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/remote_aliases.cf: user = postfix
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/remote_aliases.cf: password = postfix
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/remote_aliases.cf: dbname = mail
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/remote_aliases.cf: result_format = %s
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_int: /etc/postfix/remote_aliases.cf: expansion_limit = 0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/remote_aliases.cf: query = <NULL>
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/remote_aliases.cf: table = remote_aliases
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/remote_aliases.cf: select_field = rcpt
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/remote_aliases.cf: where_field = alias
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/remote_aliases.cf: additional_conditions =
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/remote_aliases.cf: domain =
Aug 25 09:24:24 localhost postfix/smtpd[10490]: cfg_get_str: /etc/postfix/remote_aliases.cf: hosts = localhost
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_open: mysql:/etc/postfix/remote_aliases.cf
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: smtpd_access_maps ~? debug_peer_list
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: smtpd_access_maps ~? fast_flush_domains
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: smtpd_access_maps ~? mynetworks
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: smtpd_access_maps ~? permit_mx_backup_networks
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: smtpd_access_maps ~? qmqpd_authorized_clients
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: smtpd_access_maps ~? relay_domains
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: smtpd_access_maps ~? smtpd_access_maps
Aug 25 09:24:24 localhost postfix/smtpd[10490]: smtpd_sasl_initialize: SASL config file is smtpd.conf
Aug 25 09:24:24 localhost postfix/smtpd[10490]: initializing the server-side TLS engine
Aug 25 09:24:24 localhost postfix/smtpd[10490]: attr_clnt_create: transport=local endpoint=private/tlsmgr
Aug 25 09:24:24 localhost postfix/smtpd[10490]: attr_clnt_connect: connected to private/tlsmgr
Aug 25 09:24:24 localhost postfix/smtpd[10490]: send attr request = seed
Aug 25 09:24:24 localhost postfix/smtpd[10490]: send attr size = 32
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/tlsmgr: wanted attribute: status
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: status
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: 0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/tlsmgr: wanted attribute: seed
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: seed
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: fYUh0YvNdQWyAEoDUyOIpLi2ZmVd7fSE5N/3jBkYacY=
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/tlsmgr: wanted attribute: (list terminator)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: send attr request = policy
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/tlsmgr: wanted attribute: status
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: status
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: 0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/tlsmgr: wanted attribute: policy
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: policy
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: 0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/tlsmgr: wanted attribute: (list terminator)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: fast_flush_domains ~? debug_peer_list
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_string: fast_flush_domains ~? fast_flush_domains
Aug 25 09:24:24 localhost postfix/smtpd[10490]: name_mask: no_address_mappings
Aug 25 09:24:24 localhost postfix/smtpd[10490]: attr_clnt_create: transport=local endpoint=private/anvil
Aug 25 09:24:24 localhost postfix/smtpd[10490]: connection established
Aug 25 09:24:24 localhost postfix/smtpd[10490]: master_notify: status 0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: name_mask: resource
Aug 25 09:24:24 localhost postfix/smtpd[10490]: name_mask: software
Aug 25 09:24:24 localhost postfix/smtpd[10490]: name_mask: noanonymous
Aug 25 09:24:24 localhost postfix/smtpd[10490]: connect from unknown[192.168.2.208]
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_list_match: unknown: no match
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_list_match: 192.168.2.208: no match
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_list_match: unknown: no match
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_list_match: 192.168.2.208: no match
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_hostname: unknown ~? 127.0.0.0/8
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_hostaddr: 192.168.2.208 ~? 127.0.0.0/8
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_list_match: unknown: no match
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_list_match: 192.168.2.208: no match
Aug 25 09:24:24 localhost postfix/smtpd[10490]: attr_clnt_connect: connected to private/anvil
Aug 25 09:24:24 localhost postfix/smtpd[10490]: send attr request = connect
Aug 25 09:24:24 localhost postfix/smtpd[10490]: send attr ident = smtp:192.168.2.208
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/anvil: wanted attribute: status
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: status
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: 0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/anvil: wanted attribute: count
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: count
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: 1
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/anvil: wanted attribute: rate
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: rate
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: 1
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/anvil: wanted attribute: (list terminator)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 220 XXX.ru ESMTP KISA KUKU!!!
Aug 25 09:24:24 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: EHLO ADMIN
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250-XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250-PIPELINING
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250-SIZE 20971520
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250-ETRN
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_list_match: unknown: no match
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_list_match: 192.168.2.208: no match
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250-STARTTLS
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250 8BITMIME
Aug 25 09:24:24 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: STARTTLS
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 220 Ready to start TLS
Aug 25 09:24:24 localhost postfix/smtpd[10490]: setting up TLS connection from unknown[192.168.2.208]
Aug 25 09:24:24 localhost postfix/smtpd[10490]: send attr request = seed
Aug 25 09:24:24 localhost postfix/smtpd[10490]: send attr size = 32
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/tlsmgr: wanted attribute: status
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: status
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: 0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/tlsmgr: wanted attribute: seed
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: seed
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: CameY+WSGwXiSpiAmWQtf2cK9Ru/wMlvKxuBL21yfyA=
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/tlsmgr: wanted attribute: (list terminator)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:before/accept initialization
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCC8] (11 bytes => -1 (0xFFFFFFFF))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:error in SSLv2/v3 read client hello A
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCC8] (11 bytes => 11 (0xB))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0000 16 03 01 00 33 01 00 00|2f 03 01                 ....3... /..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCD3] (45 bytes => -1 (0xFFFFFFFF))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:error in SSLv3 read client hello B
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:error in SSLv3 read client hello B
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCD3] (45 bytes => 45 (0x2D))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0000 44 ee 89 09 4c 31 24 ed|8a db 54 10 a9 b0 df 9b  D...L1$. ..T.....
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0010 13 c8 63 c9 fd 6f 3c db|a3 af 64 bd 5e 1e 6e 03  ..c..o<. ..d.^.n.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0020 00 00 08 00 35 00 2f 00|05 00 0a 01              ....5./. ....
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 002c - <SPACES/NULLS>
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:SSLv3 read client hello B
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:SSLv3 write server hello A
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:SSLv3 write certificate A
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:SSLv3 write certificate request A
Aug 25 09:24:24 localhost postfix/smtpd[10490]: write to 09E535F8 [09E6ADF0] (1901 bytes => 1901 (0x76D))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0000 16 03 01 00 4a 02 00 00|46 03 01 44 ee 89 88 bd  ....J... F..D....
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0010 0f 89 ff 36 49 f9 b4 c5|79 06 00 60 ad 22 23 b7  ...6I... y..`."#.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0020 b2 b1 f0 08 55 a0 d5 aa|59 0d a6 20 5f de 6f ad  ....U... Y.. _.o.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0030 58 4d e8 c7 bd ac 3a 10|30 61 07 23 43 b2 50 d7  XM....:. 0a.#C.P.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0040 1f 9b 65 2a 0b 60 c4 8d|48 38 b2 b9 00 35 00 16  ..e*.`.. H8...5..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0050 03 01 06 6d 0b 00 06 69|00 06 66 00 02 b4 30 82  ...m...i ..f...0.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0060 02 b0 30 82 02 19 02 09|00 d6 f5 47 4f 66 dc 2a  ..0..... ...GOf.*
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0070 52 30 0d 06 09 2a 86 48|86 f7 0d 01 01 04 05 00  R0...*.H ........
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0080 30 81 95 31 0b 30 09 06|03 55 04 06 13 02 52 55  0..1.0.. .U....RU
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0090 31 0f 30 0d 06 03 55 04|08 13 06 52 75 73 73 69  1.0...U. ...Russi
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 00a0 61 31 10 30 0e 06 03 55|04 07 13 07 53 61 72 61  a1.0...U ....Sara
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 00b0 74 6f 76 31 16 30 14 06|03 55 04 0a 13 0d 46 6f  tov1.0.. .U....Fo
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 00c0 72 75 73 42 61 6e 6b 20|4c 74 64 31 0b 30 09 06  rusBank  Ltd1.0..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 00d0 03 55 04 0b 13 02 49 54|31 18 30 16 06 03 55 04  .U....IT 1.0...U.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 00e0 03 13 0f 50 61 6c 27 6b|69 6e 20 56 61 73 79 6c  ...Pal'k in Vasyl
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 00f0 69 79 31 24 30 22 06 09|2a 86 48 86 f7 0d 01 09  iy1$0".. *.H.....
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0100 01 16 15 72 6f 6f 74 40|73 61 72 2e 66 6f 72 75  ...root@ sar.foru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0110 73 62 61 6e 6b 2e 72 75|30 1e 17 0d 30 36 30 38  sbank.ru 0...0608
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0120 32 33 31 32 31 33 34 34|5a 17 0d 31 36 30 38 32  23121344 Z..16082
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0130 30 31 32 31 33 34 34 5a|30 81 a2 31 0b 30 09 06  0121344Z 0..1.0..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0140 03 55 04 06 13 02 52 55|31 0f 30 0d 06 03 55 04  .U....RU 1.0...U.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0150 08 13 06 52 55 53 53 49|41 31 10 30 0e 06 03 55  ...RUSSI A1.0...U
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0160 04 07 13 07 53 61 72 61|74 6f 76 31 16 30 14 06  ....Sara tov1.0..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0170 03 55 04 0a 13 0d 46 6f|72 75 73 42 61 6e 6b 20  .U....Fo rusBank
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0180 4c 74 64 31 17 30 15 06|03 55 04 0b 13 0e 4d 61  Ltd1.0.. .U....Ma
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0190 69 6c 53 65 72 76 65 72|20 49 6e 63 31 19 30 17  ilServer  Inc1.0.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 01a0 06 03 55 04 03 13 10 73|61 72 2e 66 6f 72 75 73  ..U....s ar.forus
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 01b0 62 61 6e 6b 2e 72 75 31|24 30 22 06 09 2a 86 48  bank.ru1 $0"..*.H
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 01c0 86 f7 0d 01 09 01 16 15|63 68 69 70 40 73 61 72  ........ chip@sar
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 01d0 2e 66 6f 72 75 73 62 61|6e 6b 2e 72 75 30 81 9f  .forusba nk.ru0..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 01e0 30 0d 06 09 2a 86 48 86|f7 0d 01 01 01 05 00 03  0...*.H. ........
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 01f0 81 8d 00 30 81 89 02 81|81 00 c0 25 e4 90 e5 d5  ...0.... ...%....
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0200 07 48 b8 5f b0 c4 74 29|44 88 96 3c b5 d4 24 a1  .H._..t) D..<..$.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0210 c5 9a e7 df 09 19 e8 8b|b4 89 a2 4b e9 de 9b 38  ........ ...K...8
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0220 94 51 b5 58 55 b0 cc 21|b8 17 3b 38 19 3d c8 5a  .Q.XU..! ..;8.=.Z
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0230 68 47 06 e3 2a 51 08 39|49 03 ce b4 f0 d1 1c 99  hG..*Q.9 I.......
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0240 68 20 d1 69 03 0c a7 36|8b 6b 4e 28 76 86 ac cb  h .i...6 .kN(v...
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0250 d2 76 7f 40 5c d5 ca c1|6e b1 96 52 62 79 52 3f  .v.@\... n..RbyR?
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0260 8e 9d 6d ec 7c e9 fa 66|5a 3e 3a 1d 9e 34 f3 5c  ..m.|..f Z>:..4.\
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0270 ec ff 12 57 4c 84 a9 66|5a 5f 02 03 01 00 01 30  ...WL..f Z_.....0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0280 0d 06 09 2a 86 48 86 f7|0d 01 01 04 05 00 03 81  ...*.H.. ........
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0290 81 00 7b 3c 96 48 8b 8d|d7 c4 14 5f ef b6 69 d3  ..{<.H.. ..._..i.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 02a0 69 00 c4 84 06 cf d5 e3|7d 40 85 82 7c 54 02 e7  i....... }@..|T..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 02b0 0a fe 2a f1 1b ee ea 49|3e 7a 59 09 c6 02 62 03  ..*....I >zY...b.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 02c0 dd c2 23 17 9b a8 e4 9c|a8 67 41 ac ab d1 83 96  ..#..... .gA.....
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 02d0 be 93 a0 82 06 85 48 65|30 4e bd bf 58 b5 a6 fc  ......He 0N..X...
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 02e0 2f 70 91 7d 1c 37 da 1a|b8 94 3d 0a 0d 77 8c 6f  /p.}.7.. ..=..w.o
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 02f0 4d 29 bb 90 33 17 9a 8e|a0 cc f6 54 02 cb 2f 13  M)..3... ...T../.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0300 50 58 bc a9 1f 0f ff 8d|bf 78 ff 92 e3 22 d4 47  PX...... .x...".G
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0310 12 2c 00 03 ac 30 82 03|a8 30 82 03 11 a0 03 02  .,...0.. .0......
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0320 01 02 02 09 00 e5 a9 4d|73 aa 31 67 0e 30 0d 06  .......M s.1g.0..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0330 09 2a 86 48 86 f7 0d 01|01 04 05 00 30 81 95 31  .*.H.... ....0..1
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0340 0b 30 09 06 03 55 04 06|13 02 52 55 31 0f 30 0d  .0...U.. ..RU1.0.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0350 06 03 55 04 08 13 06 52|75 73 73 69 61 31 10 30  ..U....R ussia1.0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0360 0e 06 03 55 04 07 13 07|53 61 72 61 74 6f 76 31  ...U.... Saratov1
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0370 16 30 14 06 03 55 04 0a|13 0d 46 6f 72 75 73 42  .0...U.. ..ForusB
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0380 61 6e 6b 20 4c 74 64 31|0b 30 09 06 03 55 04 0b  ank Ltd1 .0...U..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0390 13 02 49 54 31 18 30 16|06 03 55 04 03 13 0f 50  ..IT1.0. ..U....P
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 03a0 61 6c 27 6b 69 6e 20 56|61 73 79 6c 69 79 31 24  al'kin V asyliy1$
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 03b0 30 22 06 09 2a 86 48 86|f7 0d 01 09 01 16 15 72  0"..*.H. .......r
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 03c0 6f 6f 74 40 73 61 72 2e|66 6f 72 75 73 62 61 6e  oot@sar. forusban
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 03d0 6b 2e 72 75 30 1e 17 0d|30 36 30 38 32 33 31 32  k.ru0... 06082312
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 03e0 31 30 34 30 5a 17 0d 31|36 30 38 32 30 31 32 31  1040Z..1 60820121
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 03f0 30 34 30 5a 30 81 95 31|0b 30 09 06 03 55 04 06  040Z0..1 .0...U..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0400 13 02 52 55 31 0f 30 0d|06 03 55 04 08 13 06 52  ..RU1.0. ..U....R
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0410 75 73 73 69 61 31 10 30|0e 06 03 55 04 07 13 07  ussia1.0 ...U....
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0420 53 61 72 61 74 6f 76 31|16 30 14 06 03 55 04 0a  Saratov1 .0...U..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0430 13 0d 46 6f 72 75 73 42|61 6e 6b 20 4c 74 64 31  ..ForusB ank Ltd1
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0440 0b 30 09 06 03 55 04 0b|13 02 49 54 31 18 30 16  .0...U.. ..IT1.0.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0450 06 03 55 04 03 13 0f 50|61 6c 27 6b 69 6e 20 56  ..U....P al'kin V
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0460 61 73 79 6c 69 79 31 24|30 22 06 09 2a 86 48 86  asyliy1$ 0"..*.H.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0470 f7 0d 01 09 01 16 15 72|6f 6f 74 40 73 61 72 2e  .......r oot@sar.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0480 66 6f 72 75 73 62 61 6e|6b 2e 72 75 30 81 9f 30  forusban k.ru0..0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0490 0d 06 09 2a 86 48 86 f7|0d 01 01 01 05 00 03 81  ...*.H.. ........
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 04a0 8d 00 30 81 89 02 81 81|00 ba 31 5e d0 91 09 ed  ..0..... ..1^....
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 04b0 8a f2 4e 54 9c 04 2c 7a|24 e1 e8 50 7a 8f fe 68  ..NT..,z $..Pz..h
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 04c0 41 92 3b 30 4a 5c d0 c7|18 bd d3 ec 87 c6 be ff  A.;0J\.. ........
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 04d0 0c 34 82 45 20 7f 04 e0|1f 60 f0 e1 1a 8f f2 00  .4.E ... .`......
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 04e0 7e 37 aa a6 e6 56 53 99|f7 d4 46 8f 69 b6 26 08  ~7...VS. ..F.i.&.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 04f0 db 25 f4 28 36 cb e2 f6|96 bc cb 75 3a 74 c1 fb  .%.(6... ...u:t..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0500 cf ab d5 1f a1 e2 84 80|0c a3 02 fa e3 e4 1f fc  ........ ........
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0510 ef ec aa 9e 19 89 11 67|29 80 c9 56 90 b6 52 2d  .......g )..V..R-
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0520 99 1c f0 3b 16 8f 91 b7|c5 02 03 01 00 01 a3 81  ...;.... ........
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0530 fd 30 81 fa 30 1d 06 03|55 1d 0e 04 16 04 14 62  .0..0... U......b
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0540 93 8c 27 50 da de a9 82|c0 b6 24 e2 a0 09 d4 4f  ..'P.... ..$....O
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0550 60 57 fa 30 81 ca 06 03|55 1d 23 04 81 c2 30 81  `W.0.... U.#...0.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0560 bf 80 14 62 93 8c 27 50|da de a9 82 c0 b6 24 e2  ...b..'P ......$.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0570 a0 09 d4 4f 60 57 fa a1|81 9b a4 81 98 30 81 95  ...O`W.. .....0..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0580 31 0b 30 09 06 03 55 04|06 13 02 52 55 31 0f 30  1.0...U. ...RU1.0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0590 0d 06 03 55 04 08 13 06|52 75 73 73 69 61 31 10  ...U.... Russia1.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 05a0 30 0e 06 03 55 04 07 13|07 53 61 72 61 74 6f 76  0...U... .Saratov
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 05b0 31 16 30 14 06 03 55 04|0a 13 0d 46 6f 72 75 73  1.0...U. ...Forus
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 05c0 42 61 6e 6b 20 4c 74 64|31 0b 30 09 06 03 55 04  Bank Ltd 1.0...U.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 05d0 0b 13 02 49 54 31 18 30|16 06 03 55 04 03 13 0f  ...IT1.0 ...U....
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 05e0 50 61 6c 27 6b 69 6e 20|56 61 73 79 6c 69 79 31  Pal'kin  Vasyliy1
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 05f0 24 30 22 06 09 2a 86 48|86 f7 0d 01 09 01 16 15  $0"..*.H ........
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0600 72 6f 6f 74 40 73 61 72|2e 66 6f 72 75 73 62 61  root@sar .forusba
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0610 6e 6b 2e 72 75 82 09 00|e5 a9 4d 73 aa 31 67 0e  nk.ru... ..Ms.1g.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0620 30 0c 06 03 55 1d 13 04|05 30 03 01 01 ff 30 0d  0...U... .0....0.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0630 06 09 2a 86 48 86 f7 0d|01 01 04 05 00 03 81 81  ..*.H... ........
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0640 00 0e 3b f9 e0 16 02 eb|d3 87 9c e2 e8 a2 7e 6f  ..;..... ......~o
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0650 8e db df 24 27 f3 0f 19|41 ba 68 d3 96 28 03 f9  ...$'... A.h..(..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0660 47 73 cf 38 e7 9f cd c4|d9 85 5d cb 0e 1c e5 4a  Gs.8.... ..]....J
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0670 a2 86 bb c1 02 f7 9e 2c|80 1f 4e a7 64 61 25 f5  ......., ..N.da%.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0680 e7 17 c8 80 47 d8 4b cc|e1 bf 49 8c eb ed cc cb  ....G.K. ..I.....
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0690 83 17 c3 ba fa 4d a5 6a|fe 84 62 e7 cd 4e 0d 6f  .....M.j ..b..N.o
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 06a0 58 f9 9b a1 15 de a8 4b|9e a8 7f de 40 b3 5f c2  X......K ....@._.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 06b0 5c 71 48 2b 58 23 e0 18|6b ab c6 49 65 37 4e a4  \qH+X#.. k..Ie7N.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 06c0 50 16 03 01 00 a7 0d 00|00 9f 02 01 02 00 9a 00  P....... ........
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 06d0 98 30 81 95 31 0b 30 09|06 03 55 04 06 13 02 52  .0..1.0. ..U....R
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 06e0 55 31 0f 30 0d 06 03 55|04 08 13 06 52 75 73 73  U1.0...U ....Russ
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 06f0 69 61 31 10 30 0e 06 03|55 04 07 13 07 53 61 72  ia1.0... U....Sar
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0700 61 74 6f 76 31 16 30 14|06 03 55 04 0a 13 0d 46  atov1.0. ..U....F
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0710 6f 72 75 73 42 61 6e 6b|20 4c 74 64 31 0b 30 09  orusBank  Ltd1.0.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0720 06 03 55 04 0b 13 02 49|54 31 18 30 16 06 03 55  ..U....I T1.0...U
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0730 04 03 13 0f 50 61 6c 27|6b 69 6e 20 56 61 73 79  ....Pal' kin Vasy
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0740 6c 69 79 31 24 30 22 06|09 2a 86 48 86 f7 0d 01  liy1$0". .*.H....
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0750 09 01 16 15 72 6f 6f 74|40 73 61 72 2e 66 6f 72  ....root @sar.for
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0760 75 73 62 61 6e 6b 2e 72|75 0e                    usbank.r u.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 076a - <SPACES/NULLS>
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:SSLv3 flush data
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCC8] (5 bytes => -1 (0xFFFFFFFF))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:error in SSLv3 read client certificate A
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCC8] (5 bytes => 5 (0x5))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0000 16 03 01 00 07                                   .....
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCCD] (7 bytes => -1 (0xFFFFFFFF))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:error in SSLv3 read client certificate A
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCCD] (7 bytes => 7 (0x7))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0000 0b 00 00 03                                      ....
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0004 - <SPACES/NULLS>
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:SSLv3 read client certificate A
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCC8] (5 bytes => -1 (0xFFFFFFFF))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:error in SSLv3 read client key exchange A
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCC8] (5 bytes => 5 (0x5))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0000 16 03 01 00 86                                   .....
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCCD] (134 bytes => -1 (0xFFFFFFFF))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:error in SSLv3 read client key exchange A
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCCD] (134 bytes => 134 (0x86))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0000 10 00 00 82 00 80 6f c9|ce 44 93 43 6c ed 83 8c  ......o. .D.Cl...
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0010 bc 11 1d f4 cf 28 4a a5|dd a1 46 c2 9b ea 44 b8  .....(J. ..F...D.
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0020 77 17 14 90 32 eb c7 f3|b9 85 fa 1c 1a 1a 83 8e  w...2... ........
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0030 94 db e3 67 0a 5a 4d 21|26 68 e7 ef d1 4f 81 59  ...g.ZM! &h...O.Y
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0040 07 f0 c9 df d1 8f d0 2d|bd 70 b9 ef 4a de 1e 39  .......- .p..J..9
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0050 51 bc d6 a1 b9 e5 bf 8e|cc 7e 84 18 b9 f5 12 20  Q....... .~.....
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0060 94 30 bb 07 a7 c7 8d fb|2e c7 ff 29 84 72 cb e6  .0...... ...).r..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0070 9e f1 dc 86 ec bd 9b 68|35 9f 8a 02 87 6b 8e d6  .......h 5....k..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0080 2d e2 e0 3d c8 90                                -..=..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:SSLv3 read client key exchange A
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCC8] (5 bytes => -1 (0xFFFFFFFF))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:error in SSLv3 read certificate verify A
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCC8] (5 bytes => 5 (0x5))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0000 14 03 01 00 01                                   .....
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCCD] (1 bytes => -1 (0xFFFFFFFF))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:error in SSLv3 read certificate verify A
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCCD] (1 bytes => 1 (0x1))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0000 01                                               .
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCC8] (5 bytes => -1 (0xFFFFFFFF))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:error in SSLv3 read certificate verify A
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCC8] (5 bytes => 5 (0x5))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0000 16 03 01 00 30                                   ....0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCCD] (48 bytes => -1 (0xFFFFFFFF))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:error in SSLv3 read certificate verify A
Aug 25 09:24:24 localhost postfix/smtpd[10490]: read from 09E535F8 [09E5CCCD] (48 bytes => 48 (0x30))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0000 92 24 46 76 b5 ae a5 25|3f f8 68 c9 43 0e fc 8e  .$Fv...% ?.h.C...
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0010 e5 3e 6c 1b 5f 23 7f 7c|5f 9d 1d 99 da cc d1 e9  .>l._#.| _.......
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0020 bd ae 92 1f 56 9c 1d da|e5 7e c3 dc ab bb e3 b1  ....V... .~......
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:SSLv3 read finished A
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:SSLv3 write change cipher spec A
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:SSLv3 write finished A
Aug 25 09:24:24 localhost postfix/smtpd[10490]: write to 09E535F8 [09E6ADF0] (59 bytes => 59 (0x3B))
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0000 14 03 01 00 01 01 16 03|01 00 30 75 77 6d 3f 3a  ........ ..0uwm?:
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0010 ed d2 d0 ba b7 40 a6 93|b2 24 e6 41 2d 8d 3c 20  .....@.. .$.A-.<
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0020 77 af 09 85 7b c4 3e 69|3c 28 0d 8d b1 69 15 ea  w...{.>i <(...i..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: 0030 85 69 68 a2 70 e8 86 a8|36 e4 f4                 .ih.p... 6..
Aug 25 09:24:24 localhost postfix/smtpd[10490]: SSL_accept:SSLv3 flush data
Aug 25 09:24:24 localhost postfix/smtpd[10490]: TLS connection established from unknown[192.168.2.208]: TLSv1 with cipher AES256-SHA (256/256 bits)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: EHLO ADMIN
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250-XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250-PIPELINING
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250-SIZE 20971520
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250-ETRN
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250-AUTH PLAIN LOGIN DIGEST-MD5 CRAM-MD5
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_list_match: unknown: no match
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_list_match: 192.168.2.208: no match
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250-AUTH=PLAIN LOGIN DIGEST-MD5 CRAM-MD5
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250 8BITMIME
Aug 25 09:24:24 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: AUTH CRAM-MD5
Aug 25 09:24:24 localhost postfix/smtpd[10490]: smtpd_sasl_authenticate: sasl_method CRAM-MD5
Aug 25 09:24:24 localhost postfix/smtpd[10490]: smtpd_sasl_authenticate: uncoded challenge: <4104194042.15632844@XXX.ru>
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 334 PDQxMDQxOTQwNDIuMTU2MzI4NDRAc2FyLmZvcnVzYmFuay5ydT4=
Aug 25 09:24:24 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: YmFsYXNob3ZAc2FyLmZvcnVzYmFuay5ydSA0MTM1NmJjYWUzOWE3YWIyN2EzMTYxMWQxZjJjMTk0Nw==
Aug 25 09:24:24 localhost postfix/smtpd[10490]: smtpd_sasl_authenticate: decoded response: balashov@XXX.ru 41356bcae39a7ab27a31611d1f2c1947
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 235 Authentication successful
Aug 25 09:24:24 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: MAIL FROM:<balashov@XXX.ru> SIZE=596
Aug 25 09:24:24 localhost postfix/smtpd[10490]: extract_addr: input: <balashov@XXX.ru>
Aug 25 09:24:24 localhost postfix/smtpd[10490]: smtpd_check_addr: addr=balashov@XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: connect to subsystem private/rewrite
Aug 25 09:24:24 localhost postfix/smtpd[10490]: send attr request = rewrite
Aug 25 09:24:24 localhost postfix/smtpd[10490]: send attr rule = local
Aug 25 09:24:24 localhost postfix/smtpd[10490]: send attr address = balashov@XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: flags
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: flags
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: 0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: address
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: address
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: balashov@XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: (list terminator)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: rewrite_clnt: local: balashov@XXX.ru -> balashov@XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: send attr request = resolve
Aug 25 09:24:24 localhost postfix/smtpd[10490]: send attr address = balashov@XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: flags
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: flags
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: 0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: transport
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: transport
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: virtual
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: nexthop
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: nexthop
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: recipient
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: recipient
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: balashov@XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: flags
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: flags
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: 256
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: (list terminator)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: resolve_clnt: `balashov@XXX.ru' -> transp=`virtual' host=`XXX.ru' rcpt=`balashov@XXX.ru' flags= class=local
Aug 25 09:24:24 localhost postfix/smtpd[10490]: ctable_locate: install entry key balashov@XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: extract_addr: result: balashov@XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: fsspace: .: block size 4096, blocks free 934843
Aug 25 09:24:24 localhost postfix/smtpd[10490]: smtpd_check_size: blocks 4096 avail 934843 min_free 0 msg_size_limit 20971520
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250 Ok
Aug 25 09:24:24 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: RCPT TO:<balashov@XXX.ru>
Aug 25 09:24:24 localhost postfix/smtpd[10490]: extract_addr: input: <balashov@XXX.ru>
Aug 25 09:24:24 localhost postfix/smtpd[10490]: smtpd_check_addr: addr=balashov@XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: ctable_locate: leave existing entry key balashov@XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: extract_addr: result: balashov@XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: send attr request = rewrite
Aug 25 09:24:24 localhost postfix/smtpd[10490]: send attr rule = local
Aug 25 09:24:24 localhost postfix/smtpd[10490]: send attr address = postmaster
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: flags
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: flags
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: 0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: address
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: address
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: postmaster@XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: (list terminator)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: rewrite_clnt: local: postmaster -> postmaster@XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: >>> START Recipient address RESTRICTIONS <<<
Aug 25 09:24:24 localhost postfix/smtpd[10490]: generic_checks: name=permit_mynetworks
Aug 25 09:24:24 localhost postfix/smtpd[10490]: permit_mynetworks: unknown 192.168.2.208
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_hostname: unknown ~? 127.0.0.0/8
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_hostaddr: 192.168.2.208 ~? 127.0.0.0/8
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_list_match: unknown: no match
Aug 25 09:24:24 localhost postfix/smtpd[10490]: match_list_match: 192.168.2.208: no match
Aug 25 09:24:24 localhost postfix/smtpd[10490]: generic_checks: name=permit_mynetworks status=0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: generic_checks: name=permit_sasl_authenticated
Aug 25 09:24:24 localhost postfix/smtpd[10490]: generic_checks: name=permit_sasl_authenticated status=1
Aug 25 09:24:24 localhost postfix/smtpd[10490]: >>> CHECKING RECIPIENT MAPS <<<
Aug 25 09:24:24 localhost postfix/smtpd[10490]: ctable_locate: leave existing entry key balashov@XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: maps_find: recipient_canonical_maps: balashov@XXX.ru: not found
Aug 25 09:24:24 localhost postfix/smtpd[10490]: maps_find: recipient_canonical_maps: balashov: not found
Aug 25 09:24:24 localhost postfix/smtpd[10490]: maps_find: recipient_canonical_maps: @XXX.ru: not found
Aug 25 09:24:24 localhost postfix/smtpd[10490]: mail_addr_find: balashov@XXX.ru -> (not found)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: maps_find: canonical_maps: balashov@XXX.ru: not found
Aug 25 09:24:24 localhost postfix/smtpd[10490]: maps_find: canonical_maps: balashov: not found
Aug 25 09:24:24 localhost postfix/smtpd[10490]: maps_find: canonical_maps: @XXX.ru: not found
Aug 25 09:24:24 localhost postfix/smtpd[10490]: mail_addr_find: balashov@XXX.ru -> (not found)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_mysql_get_active: attempting to connect to host localhost
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_mysql: successful connection to host localhost
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_mysql: successful query from host localhost
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_mysql_lookup: retrieved 0 rows
Aug 25 09:24:24 localhost postfix/smtpd[10490]: maps_find: virtual_alias_maps: balashov@XXX.ru: not found
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_mysql_get_active: found active connection to host localhost
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_mysql: successful query from host localhost
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_mysql_lookup: retrieved 0 rows
Aug 25 09:24:24 localhost postfix/smtpd[10490]: maps_find: virtual_alias_maps: balashov: not found
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_mysql_get_active: found active connection to host localhost
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_mysql: successful query from host localhost
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_mysql_lookup: retrieved 0 rows
Aug 25 09:24:24 localhost postfix/smtpd[10490]: maps_find: virtual_alias_maps: @XXX.ru: not found
Aug 25 09:24:24 localhost postfix/smtpd[10490]: mail_addr_find: balashov@XXX.ru -> (not found)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_mysql_get_active: attempting to connect to host localhost
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_mysql: successful connection to host localhost
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_mysql: successful query from host localhost
Aug 25 09:24:24 localhost postfix/smtpd[10490]: dict_mysql_lookup: retrieved 1 rows
Aug 25 09:24:24 localhost postfix/smtpd[10490]: maps_find: local_recipient_maps: mysql:/etc/postfix/aliases.cf(0,100): balashov@XXX.ru = /var/spool/vmail/XXX.ru_balashov/
Aug 25 09:24:24 localhost postfix/smtpd[10490]: mail_addr_find: balashov@XXX.ru -> /var/spool/vmail/XXX.ru_balashov/
Aug 25 09:24:24 localhost postfix/smtpd[10490]: smtpd_check_rewrite: trying: permit_inet_interfaces
Aug 25 09:24:24 localhost postfix/smtpd[10490]: permit_inet_interfaces: unknown 192.168.2.208
Aug 25 09:24:24 localhost postfix/smtpd[10490]: before input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping
Aug 25 09:24:24 localhost postfix/smtpd[10490]: after input_transp_cleanup: cleanup flags = enable_header_body_filter
Aug 25 09:24:24 localhost postfix/smtpd[10490]: connect to subsystem public/cleanup
Aug 25 09:24:24 localhost postfix/smtpd[10490]: public/cleanup socket: wanted attribute: queue_id
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: queue_id
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: D60C26AF26
Aug 25 09:24:24 localhost postfix/smtpd[10490]: public/cleanup socket: wanted attribute: (list terminator)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: send attr flags = 2
Aug 25 09:24:24 localhost postfix/smtpd[10490]: D60C26AF26: client=unknown[192.168.2.208], sasl_method=CRAM-MD5, sasl_username=balashov@XXX.ru
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250 Ok
Aug 25 09:24:24 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: DATA
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 354 End data with <CR><LF>.<CR><LF>
Aug 25 09:24:24 localhost postfix/smtpd[10490]: public/cleanup socket: wanted attribute: status
Aug 25 09:24:24 localhost postfix/cleanup[10501]: D60C26AF26: message-id=<1817483839.20060824102456@XXX.ru>
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: status
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: 0
Aug 25 09:24:24 localhost postfix/smtpd[10490]: public/cleanup socket: wanted attribute: reason
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: reason
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute value: (end)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: public/cleanup socket: wanted attribute: (list terminator)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:24 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250 Ok: queued as D60C26AF26
Aug 25 09:24:24 localhost postfix/qmgr[10465]: D60C26AF26: from=<balashov@XXX.ru>, size=871, nrcpt=1 (queue active)
Aug 25 09:24:24 localhost spamd[6251]: connection from localhost.localdomain [127.0.0.1] at port 59529
Aug 25 09:24:24 localhost spamd[6251]: info: setuid to filter succeeded
Aug 25 09:24:25 localhost spamd[6251]: processing message <1817483839.20060824102456@XXX.ru> for filter:502.
Aug 25 09:24:25 localhost spamd[6251]: clean message (-1.7/5.0) for filter:502 in 0.3 seconds, 887 bytes.
Aug 25 09:24:25 localhost spamd[6251]: result: . -1 - ALL_TRUSTED,AWL,NO_DNS_FOR_FROM scantime=0.3,size=887,mid=<1817483839.20060824102456@XXX.ru>,autolearn=disabled
Aug 25 09:24:25 localhost postfix/pickup[10464]: 5D6656AF29: uid=502 from=<balashov@XXX.ru>
Aug 25 09:24:25 localhost postfix/cleanup[10501]: 5D6656AF29: message-id=<1817483839.20060824102456@XXX.ru>
Aug 25 09:24:25 localhost postfix/pipe[10502]: D60C26AF26: to=<balashov@XXX.ru>, relay=spamchk, delay=1, status=sent (dummy)
Aug 25 09:24:25 localhost postfix/qmgr[10465]: D60C26AF26: removed
Aug 25 09:24:25 localhost postfix/qmgr[10465]: 5D6656AF29: from=<balashov@XXX.ru>, size=1188, nrcpt=1 (queue active)
Aug 25 09:24:25 localhost clamsmtpd: 100031: accepted connection from: 127.0.0.1
Aug 25 09:24:25 localhost postfix/smtpd[10512]: initializing the server-side TLS engine
Aug 25 09:24:25 localhost postfix/smtpd[10512]: connect from localhost.localdomain[127.0.0.1]
Aug 25 09:24:25 localhost postfix/smtp[10510]: 5D6656AF29: to=<balashov@XXX.ru>, relay=127.0.0.1[127.0.0.1], delay=0, status=bounced (host 127.0.0.1[127.0.0.1] said: 530 Must issue a STARTTLS command first (in reply to MAIL FROM command))
Aug 25 09:24:25 localhost postfix/smtpd[10512]: disconnect from localhost.localdomain[127.0.0.1]
Aug 25 09:24:25 localhost postfix/cleanup[10501]: 8E2BD6AF27: message-id=<20060825052425.8E2BD6AF27@XXX.ru>
Aug 25 09:24:25 localhost postfix/qmgr[10465]: 8E2BD6AF27: from=<>, size=3017, nrcpt=1 (queue active)
Aug 25 09:24:25 localhost postfix/qmgr[10465]: 5D6656AF29: removed
Aug 25 09:24:25 localhost postfix/virtual[10516]: 8E2BD6AF27: to=<balashov@XXX.ru>, relay=virtual, delay=0, status=sent (delivered to maildir)
Aug 25 09:24:25 localhost postfix/qmgr[10465]: 8E2BD6AF27: removed
Aug 25 09:24:25 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: RSET
Aug 25 09:24:25 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250 Ok
Aug 25 09:24:25 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: MAIL FROM:<balashov@XXX.ru> SIZE=560
Aug 25 09:24:25 localhost postfix/smtpd[10490]: extract_addr: input: <balashov@XXX.ru>
Aug 25 09:24:25 localhost postfix/smtpd[10490]: smtpd_check_addr: addr=balashov@XXX.ru
Aug 25 09:24:25 localhost postfix/smtpd[10490]: ctable_locate: leave existing entry key balashov@XXX.ru
Aug 25 09:24:25 localhost postfix/smtpd[10490]: extract_addr: result: balashov@XXX.ru
Aug 25 09:24:25 localhost postfix/smtpd[10490]: fsspace: .: block size 4096, blocks free 934839
Aug 25 09:24:25 localhost postfix/smtpd[10490]: smtpd_check_size: blocks 4096 avail 934839 min_free 0 msg_size_limit 20971520
Aug 25 09:24:25 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250 Ok
Aug 25 09:24:25 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: RCPT TO:<chip@XXX.ru>
Aug 25 09:24:25 localhost postfix/smtpd[10490]: extract_addr: input: <chip@XXX.ru>
Aug 25 09:24:25 localhost postfix/smtpd[10490]: smtpd_check_addr: addr=chip@XXX.ru
Aug 25 09:24:25 localhost postfix/smtpd[10490]: send attr request = rewrite
Aug 25 09:24:25 localhost postfix/smtpd[10490]: send attr rule = local
Aug 25 09:24:25 localhost postfix/smtpd[10490]: send attr address = chip@XXX.ru
Aug 25 09:24:25 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: flags
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute name: flags
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute value: 0
Aug 25 09:24:25 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: address
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute name: address
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute value: chip@XXX.ru
Aug 25 09:24:25 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: (list terminator)
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:25 localhost postfix/smtpd[10490]: rewrite_clnt: local: chip@XXX.ru -> chip@XXX.ru
Aug 25 09:24:25 localhost postfix/smtpd[10490]: send attr request = resolve
Aug 25 09:24:25 localhost postfix/smtpd[10490]: send attr address = chip@XXX.ru
Aug 25 09:24:25 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: flags
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute name: flags
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute value: 0
Aug 25 09:24:25 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: transport
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute name: transport
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute value: virtual
Aug 25 09:24:25 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: nexthop
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute name: nexthop
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute value: XXX.ru
Aug 25 09:24:25 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: recipient
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute name: recipient
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute value: chip@XXX.ru
Aug 25 09:24:25 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: flags
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute name: flags
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute value: 256
Aug 25 09:24:25 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: (list terminator)
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:25 localhost postfix/smtpd[10490]: resolve_clnt: `chip@XXX.ru' -> transp=`virtual' host=`XXX.ru' rcpt=`chip@XXX.ru' flags= class=local
Aug 25 09:24:25 localhost postfix/smtpd[10490]: ctable_locate: install entry key chip@XXX.ru
Aug 25 09:24:25 localhost postfix/smtpd[10490]: extract_addr: result: chip@XXX.ru
Aug 25 09:24:25 localhost postfix/smtpd[10490]: >>> START Recipient address RESTRICTIONS <<<
Aug 25 09:24:25 localhost postfix/smtpd[10490]: generic_checks: name=permit_mynetworks
Aug 25 09:24:25 localhost postfix/smtpd[10490]: permit_mynetworks: unknown 192.168.2.208
Aug 25 09:24:25 localhost postfix/smtpd[10490]: match_hostname: unknown ~? 127.0.0.0/8
Aug 25 09:24:25 localhost postfix/smtpd[10490]: match_hostaddr: 192.168.2.208 ~? 127.0.0.0/8
Aug 25 09:24:25 localhost postfix/smtpd[10490]: match_list_match: unknown: no match
Aug 25 09:24:25 localhost postfix/smtpd[10490]: match_list_match: 192.168.2.208: no match
Aug 25 09:24:25 localhost postfix/smtpd[10490]: generic_checks: name=permit_mynetworks status=0
Aug 25 09:24:25 localhost postfix/smtpd[10490]: generic_checks: name=permit_sasl_authenticated
Aug 25 09:24:25 localhost postfix/smtpd[10490]: generic_checks: name=permit_sasl_authenticated status=1
Aug 25 09:24:25 localhost postfix/smtpd[10490]: >>> CHECKING RECIPIENT MAPS <<<
Aug 25 09:24:25 localhost postfix/smtpd[10490]: ctable_locate: leave existing entry key chip@XXX.ru
Aug 25 09:24:25 localhost postfix/smtpd[10490]: maps_find: recipient_canonical_maps: chip@XXX.ru: not found
Aug 25 09:24:25 localhost postfix/smtpd[10490]: maps_find: recipient_canonical_maps: chip: not found
Aug 25 09:24:25 localhost postfix/smtpd[10490]: maps_find: recipient_canonical_maps: @XXX.ru: not found
Aug 25 09:24:25 localhost postfix/smtpd[10490]: mail_addr_find: chip@XXX.ru -> (not found)
Aug 25 09:24:25 localhost postfix/smtpd[10490]: maps_find: canonical_maps: chip@XXX.ru: not found
Aug 25 09:24:25 localhost postfix/smtpd[10490]: maps_find: canonical_maps: chip: not found
Aug 25 09:24:25 localhost postfix/smtpd[10490]: maps_find: canonical_maps: @XXX.ru: not found
Aug 25 09:24:25 localhost postfix/smtpd[10490]: mail_addr_find: chip@XXX.ru -> (not found)
Aug 25 09:24:25 localhost postfix/smtpd[10490]: dict_mysql_get_active: found active connection to host localhost
Aug 25 09:24:25 localhost postfix/smtpd[10490]: dict_mysql: successful query from host localhost
Aug 25 09:24:25 localhost postfix/smtpd[10490]: dict_mysql_lookup: retrieved 0 rows
Aug 25 09:24:25 localhost postfix/smtpd[10490]: maps_find: virtual_alias_maps: chip@XXX.ru: not found
Aug 25 09:24:25 localhost postfix/smtpd[10490]: dict_mysql_get_active: found active connection to host localhost
Aug 25 09:24:25 localhost postfix/smtpd[10490]: dict_mysql: successful query from host localhost
Aug 25 09:24:25 localhost postfix/smtpd[10490]: dict_mysql_lookup: retrieved 0 rows
Aug 25 09:24:25 localhost postfix/smtpd[10490]: maps_find: virtual_alias_maps: chip: not found
Aug 25 09:24:25 localhost postfix/smtpd[10490]: dict_mysql_get_active: found active connection to host localhost
Aug 25 09:24:25 localhost postfix/smtpd[10490]: dict_mysql: successful query from host localhost
Aug 25 09:24:25 localhost postfix/smtpd[10490]: dict_mysql_lookup: retrieved 0 rows
Aug 25 09:24:25 localhost postfix/smtpd[10490]: maps_find: virtual_alias_maps: @XXX.ru: not found
Aug 25 09:24:25 localhost postfix/smtpd[10490]: mail_addr_find: chip@XXX.ru -> (not found)
Aug 25 09:24:25 localhost postfix/smtpd[10490]: dict_mysql_get_active: found active connection to host localhost
Aug 25 09:24:25 localhost postfix/smtpd[10490]: dict_mysql: successful query from host localhost
Aug 25 09:24:25 localhost postfix/smtpd[10490]: dict_mysql_lookup: retrieved 1 rows
Aug 25 09:24:25 localhost postfix/smtpd[10490]: maps_find: local_recipient_maps: mysql:/etc/postfix/aliases.cf(0,100): chip@XXX.ru = /var/spool/vmail/XXX.ru_chip/
Aug 25 09:24:25 localhost postfix/smtpd[10490]: mail_addr_find: chip@XXX.ru -> /var/spool/vmail/XXX.ru_chip/
Aug 25 09:24:25 localhost postfix/smtpd[10490]: smtpd_check_rewrite: trying: permit_inet_interfaces
Aug 25 09:24:25 localhost postfix/smtpd[10490]: permit_inet_interfaces: unknown 192.168.2.208
Aug 25 09:24:25 localhost postfix/smtpd[10490]: before input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping
Aug 25 09:24:25 localhost postfix/smtpd[10490]: after input_transp_cleanup: cleanup flags = enable_header_body_filter
Aug 25 09:24:25 localhost postfix/smtpd[10490]: connect to subsystem public/cleanup
Aug 25 09:24:25 localhost postfix/smtpd[10490]: public/cleanup socket: wanted attribute: queue_id
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute name: queue_id
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute value: CDDD66AF26
Aug 25 09:24:25 localhost postfix/smtpd[10490]: public/cleanup socket: wanted attribute: (list terminator)
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:25 localhost postfix/smtpd[10490]: send attr flags = 2
Aug 25 09:24:25 localhost postfix/smtpd[10490]: CDDD66AF26: client=unknown[192.168.2.208], sasl_method=CRAM-MD5, sasl_username=balashov@XXX.ru
Aug 25 09:24:25 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250 Ok
Aug 25 09:24:25 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: DATA
Aug 25 09:24:25 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 354 End data with <CR><LF>.<CR><LF>
Aug 25 09:24:25 localhost postfix/cleanup[10501]: CDDD66AF26: message-id=<117847774.20060824093804@XXX.ru>
Aug 25 09:24:25 localhost postfix/smtpd[10490]: public/cleanup socket: wanted attribute: status
Aug 25 09:24:25 localhost postfix/qmgr[10465]: CDDD66AF26: from=<balashov@XXX.ru>, size=831, nrcpt=1 (queue active)
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute name: status
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute value: 0
Aug 25 09:24:25 localhost postfix/smtpd[10490]: public/cleanup socket: wanted attribute: reason
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute name: reason
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute value: (end)
Aug 25 09:24:25 localhost postfix/smtpd[10490]: public/cleanup socket: wanted attribute: (list terminator)
Aug 25 09:24:25 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:25 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250 Ok: queued as CDDD66AF26
Aug 25 09:24:25 localhost spamd[6252]: connection from localhost.localdomain [127.0.0.1] at port 59532
Aug 25 09:24:25 localhost spamd[6252]: info: setuid to filter succeeded
Aug 25 09:24:25 localhost spamd[6252]: processing message <117847774.20060824093804@XXX.ru> for filter:502.
Aug 25 09:24:26 localhost spamd[6252]: clean message (-1.7/5.0) for filter:502 in 0.2 seconds, 847 bytes.
Aug 25 09:24:26 localhost spamd[6252]: result: . -1 - ALL_TRUSTED,AWL,NO_DNS_FOR_FROM scantime=0.2,size=847,mid=<117847774.20060824093804@XXX.ru>,autolearn=disabled
Aug 25 09:24:26 localhost postfix/pickup[10464]: 25AAD6AF29: uid=502 from=<balashov@XXX.ru>
Aug 25 09:24:26 localhost postfix/cleanup[10501]: 25AAD6AF29: message-id=<117847774.20060824093804@XXX.ru>
Aug 25 09:24:26 localhost postfix/pipe[10502]: CDDD66AF26: to=<chip@XXX.ru>, relay=spamchk, delay=1, status=sent (dummy)
Aug 25 09:24:26 localhost postfix/qmgr[10465]: CDDD66AF26: removed
Aug 25 09:24:26 localhost postfix/qmgr[10465]: 25AAD6AF29: from=<balashov@XXX.ru>, size=1148, nrcpt=1 (queue active)
Aug 25 09:24:26 localhost clamsmtpd: 100032: accepted connection from: 127.0.0.1
Aug 25 09:24:26 localhost postfix/smtpd[10512]: connect from localhost.localdomain[127.0.0.1]
Aug 25 09:24:26 localhost postfix/smtp[10510]: 25AAD6AF29: to=<chip@XXX.ru>, relay=127.0.0.1[127.0.0.1], delay=0, status=bounced (host 127.0.0.1[127.0.0.1] said: 530 Must issue a STARTTLS command first (in reply to MAIL FROM command))
Aug 25 09:24:26 localhost postfix/smtpd[10512]: disconnect from localhost.localdomain[127.0.0.1]
Aug 25 09:24:26 localhost postfix/cleanup[10501]: 371CC6AF27: message-id=<20060825052426.371CC6AF27@XXX.ru>
Aug 25 09:24:26 localhost postfix/qmgr[10465]: 371CC6AF27: from=<>, size=2969, nrcpt=1 (queue active)
Aug 25 09:24:26 localhost postfix/qmgr[10465]: 25AAD6AF29: removed
Aug 25 09:24:26 localhost postfix/virtual[10516]: 371CC6AF27: to=<balashov@XXX.ru>, relay=virtual, delay=0, status=sent (delivered to maildir)
Aug 25 09:24:26 localhost postfix/qmgr[10465]: 371CC6AF27: removed
Aug 25 09:24:26 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: RSET
Aug 25 09:24:26 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250 Ok
Aug 25 09:24:26 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: MAIL FROM:<balashov@XXX.ru> SIZE=554
Aug 25 09:24:26 localhost postfix/smtpd[10490]: extract_addr: input: <balashov@XXX.ru>
Aug 25 09:24:26 localhost postfix/smtpd[10490]: smtpd_check_addr: addr=balashov@XXX.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: ctable_locate: move existing entry key balashov@XXX.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: extract_addr: result: balashov@XXX.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: fsspace: .: block size 4096, blocks free 934835
Aug 25 09:24:26 localhost postfix/smtpd[10490]: smtpd_check_size: blocks 4096 avail 934835 min_free 0 msg_size_limit 20971520
Aug 25 09:24:26 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250 Ok
Aug 25 09:24:26 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: RCPT TO:<chip81@mail.ru>
Aug 25 09:24:26 localhost postfix/smtpd[10490]: extract_addr: input: <chip81@mail.ru>
Aug 25 09:24:26 localhost postfix/smtpd[10490]: smtpd_check_addr: addr=chip81@mail.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: send attr request = rewrite
Aug 25 09:24:26 localhost postfix/smtpd[10490]: send attr rule = local
Aug 25 09:24:26 localhost postfix/smtpd[10490]: send attr address = chip81@mail.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: flags
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute name: flags
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute value: 0
Aug 25 09:24:26 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: address
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute name: address
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute value: chip81@mail.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: (list terminator)
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:26 localhost postfix/smtpd[10490]: rewrite_clnt: local: chip81@mail.ru -> chip81@mail.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: send attr request = resolve
Aug 25 09:24:26 localhost postfix/smtpd[10490]: send attr address = chip81@mail.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: flags
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute name: flags
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute value: 0
Aug 25 09:24:26 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: transport
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute name: transport
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute value: smtp
Aug 25 09:24:26 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: nexthop
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute name: nexthop
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute value: mail.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: recipient
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute name: recipient
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute value: chip81@mail.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: flags
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute name: flags
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute value: 4096
Aug 25 09:24:26 localhost postfix/smtpd[10490]: private/rewrite socket: wanted attribute: (list terminator)
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:26 localhost postfix/smtpd[10490]: resolve_clnt: `chip81@mail.ru' -> transp=`smtp' host=`mail.ru' rcpt=`chip81@mail.ru' flags= class=default
Aug 25 09:24:26 localhost postfix/smtpd[10490]: ctable_locate: install entry key chip81@mail.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: extract_addr: result: chip81@mail.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: >>> START Recipient address RESTRICTIONS <<<
Aug 25 09:24:26 localhost postfix/smtpd[10490]: generic_checks: name=permit_mynetworks
Aug 25 09:24:26 localhost postfix/smtpd[10490]: permit_mynetworks: unknown 192.168.2.208
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_hostname: unknown ~? 127.0.0.0/8
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_hostaddr: 192.168.2.208 ~? 127.0.0.0/8
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_list_match: unknown: no match
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_list_match: 192.168.2.208: no match
Aug 25 09:24:26 localhost postfix/smtpd[10490]: generic_checks: name=permit_mynetworks status=0
Aug 25 09:24:26 localhost postfix/smtpd[10490]: generic_checks: name=permit_sasl_authenticated
Aug 25 09:24:26 localhost postfix/smtpd[10490]: generic_checks: name=permit_sasl_authenticated status=1
Aug 25 09:24:26 localhost postfix/smtpd[10490]: >>> CHECKING RECIPIENT MAPS <<<
Aug 25 09:24:26 localhost postfix/smtpd[10490]: ctable_locate: leave existing entry key chip81@mail.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: maps_find: recipient_canonical_maps: chip81@mail.ru: not found
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_string: mail.ru ~? XXX.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_string: mail.ru ~? localhost.XXX.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_string: mail.ru ~? localhost
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_string: mail.ru ~? XXX.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_list_match: mail.ru: no match
Aug 25 09:24:26 localhost postfix/smtpd[10490]: maps_find: recipient_canonical_maps: @mail.ru: not found
Aug 25 09:24:26 localhost postfix/smtpd[10490]: mail_addr_find: chip81@mail.ru -> (not found)
Aug 25 09:24:26 localhost postfix/smtpd[10490]: maps_find: canonical_maps: chip81@mail.ru: not found
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_string: mail.ru ~? XXX.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_string: mail.ru ~? localhost.XXX.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_string: mail.ru ~? localhost
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_string: mail.ru ~? XXX.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_list_match: mail.ru: no match
Aug 25 09:24:26 localhost postfix/smtpd[10490]: maps_find: canonical_maps: @mail.ru: not found
Aug 25 09:24:26 localhost postfix/smtpd[10490]: mail_addr_find: chip81@mail.ru -> (not found)
Aug 25 09:24:26 localhost postfix/smtpd[10490]: dict_mysql_get_active: found active connection to host localhost
Aug 25 09:24:26 localhost postfix/smtpd[10490]: dict_mysql: successful query from host localhost
Aug 25 09:24:26 localhost postfix/smtpd[10490]: dict_mysql_lookup: retrieved 0 rows
Aug 25 09:24:26 localhost postfix/smtpd[10490]: maps_find: virtual_alias_maps: chip81@mail.ru: not found
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_string: mail.ru ~? XXX.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_string: mail.ru ~? localhost.XXX.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_string: mail.ru ~? localhost
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_string: mail.ru ~? XXX.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: match_list_match: mail.ru: no match
Aug 25 09:24:26 localhost postfix/smtpd[10490]: dict_mysql_get_active: found active connection to host localhost
Aug 25 09:24:26 localhost postfix/smtpd[10490]: dict_mysql: successful query from host localhost
Aug 25 09:24:26 localhost postfix/smtpd[10490]: dict_mysql_lookup: retrieved 0 rows
Aug 25 09:24:26 localhost postfix/smtpd[10490]: maps_find: virtual_alias_maps: @mail.ru: not found
Aug 25 09:24:26 localhost postfix/smtpd[10490]: mail_addr_find: chip81@mail.ru -> (not found)
Aug 25 09:24:26 localhost postfix/smtpd[10490]: smtpd_check_rewrite: trying: permit_inet_interfaces
Aug 25 09:24:26 localhost postfix/smtpd[10490]: permit_inet_interfaces: unknown 192.168.2.208
Aug 25 09:24:26 localhost postfix/smtpd[10490]: before input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping
Aug 25 09:24:26 localhost postfix/smtpd[10490]: after input_transp_cleanup: cleanup flags = enable_header_body_filter
Aug 25 09:24:26 localhost postfix/smtpd[10490]: connect to subsystem public/cleanup
Aug 25 09:24:26 localhost postfix/smtpd[10490]: public/cleanup socket: wanted attribute: queue_id
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute name: queue_id
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute value: 8028A6AF26
Aug 25 09:24:26 localhost postfix/smtpd[10490]: public/cleanup socket: wanted attribute: (list terminator)
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:26 localhost postfix/smtpd[10490]: send attr flags = 2
Aug 25 09:24:26 localhost postfix/smtpd[10490]: 8028A6AF26: client=unknown[192.168.2.208], sasl_method=CRAM-MD5, sasl_username=balashov@XXX.ru
Aug 25 09:24:26 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250 Ok
Aug 25 09:24:26 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: DATA
Aug 25 09:24:26 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 354 End data with <CR><LF>.<CR><LF>
Aug 25 09:24:26 localhost postfix/smtpd[10490]: public/cleanup socket: wanted attribute: status
Aug 25 09:24:26 localhost postfix/cleanup[10501]: 8028A6AF26: message-id=<1361432097.20060825092214@XXX.ru>
Aug 25 09:24:26 localhost postfix/qmgr[10465]: 8028A6AF26: from=<balashov@XXX.ru>, size=818, nrcpt=1 (queue active)
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute name: status
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute value: 0
Aug 25 09:24:26 localhost postfix/smtpd[10490]: public/cleanup socket: wanted attribute: reason
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute name: reason
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute value: (end)
Aug 25 09:24:26 localhost postfix/smtpd[10490]: public/cleanup socket: wanted attribute: (list terminator)
Aug 25 09:24:26 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:26 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250 Ok: queued as 8028A6AF26
Aug 25 09:24:26 localhost spamd[6254]: connection from localhost.localdomain [127.0.0.1] at port 59535
Aug 25 09:24:26 localhost spamd[6254]: info: setuid to filter succeeded
Aug 25 09:24:26 localhost spamd[6254]: processing message <1361432097.20060825092214@XXX.ru> for filter:502.
Aug 25 09:24:26 localhost spamd[6254]: clean message (-1.7/5.0) for filter:502 in 0.2 seconds, 834 bytes.
Aug 25 09:24:26 localhost spamd[6254]: result: . -1 - ALL_TRUSTED,AWL,NO_DNS_FOR_FROM scantime=0.2,size=834,mid=<1361432097.20060825092214@XXX.ru>,autolearn=disabled
Aug 25 09:24:26 localhost postfix/pickup[10464]: C85496AF29: uid=502 from=<balashov@XXX.ru>
Aug 25 09:24:26 localhost postfix/cleanup[10501]: C85496AF29: message-id=<1361432097.20060825092214@XXX.ru>
Aug 25 09:24:26 localhost postfix/pipe[10502]: 8028A6AF26: to=<chip81@mail.ru>, relay=spamchk, delay=0, status=sent (dummy)
Aug 25 09:24:26 localhost postfix/qmgr[10465]: 8028A6AF26: removed
Aug 25 09:24:26 localhost postfix/qmgr[10465]: C85496AF29: from=<balashov@XXX.ru>, size=1135, nrcpt=1 (queue active)
Aug 25 09:24:26 localhost clamsmtpd: 100033: accepted connection from: 127.0.0.1
Aug 25 09:24:26 localhost postfix/smtpd[10512]: connect from localhost.localdomain[127.0.0.1]
Aug 25 09:24:26 localhost postfix/smtp[10510]: C85496AF29: to=<chip81@mail.ru>, relay=127.0.0.1[127.0.0.1], delay=0, status=bounced (host 127.0.0.1[127.0.0.1] said: 530 Must issue a STARTTLS command first (in reply to MAIL FROM command))
Aug 25 09:24:26 localhost postfix/cleanup[10501]: D868E6AF27: message-id=<20060825052426.D868E6AF27@XXX.ru>
Aug 25 09:24:26 localhost postfix/smtpd[10512]: disconnect from localhost.localdomain[127.0.0.1]
Aug 25 09:24:26 localhost postfix/qmgr[10465]: D868E6AF27: from=<>, size=2942, nrcpt=1 (queue active)
Aug 25 09:24:26 localhost postfix/qmgr[10465]: C85496AF29: removed
Aug 25 09:24:26 localhost postfix/virtual[10516]: D868E6AF27: to=<balashov@XXX.ru>, relay=virtual, delay=0, status=sent (delivered to maildir)
Aug 25 09:24:26 localhost postfix/qmgr[10465]: D868E6AF27: removed
Aug 25 09:24:27 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: RSET
Aug 25 09:24:27 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 250 Ok
Aug 25 09:24:27 localhost postfix/smtpd[10490]: < unknown[192.168.2.208]: QUIT
Aug 25 09:24:27 localhost postfix/smtpd[10490]: > unknown[192.168.2.208]: 221 Bye
Aug 25 09:24:27 localhost postfix/smtpd[10490]: match_hostname: unknown ~? 127.0.0.0/8
Aug 25 09:24:27 localhost postfix/smtpd[10490]: match_hostaddr: 192.168.2.208 ~? 127.0.0.0/8
Aug 25 09:24:27 localhost postfix/smtpd[10490]: match_list_match: unknown: no match
Aug 25 09:24:27 localhost postfix/smtpd[10490]: match_list_match: 192.168.2.208: no match
Aug 25 09:24:27 localhost postfix/smtpd[10490]: send attr request = disconnect
Aug 25 09:24:27 localhost postfix/smtpd[10490]: send attr ident = smtp:192.168.2.208
Aug 25 09:24:27 localhost postfix/smtpd[10490]: private/anvil: wanted attribute: status
Aug 25 09:24:27 localhost postfix/smtpd[10490]: input attribute name: status
Aug 25 09:24:27 localhost postfix/smtpd[10490]: input attribute value: 0
Aug 25 09:24:27 localhost postfix/smtpd[10490]: private/anvil: wanted attribute: (list terminator)
Aug 25 09:24:27 localhost postfix/smtpd[10490]: input attribute name: (end)
Aug 25 09:24:27 localhost postfix/smtpd[10490]: disconnect from unknown[192.168.2.208]
Aug 25 09:24:27 localhost postfix/smtpd[10490]: master_notify: status 1
Aug 25 09:24:27 localhost postfix/smtpd[10490]: connection closed
Aug 25 09:24:39 localhost pop3d: Connection, ip=[::ffff:192.168.2.208]
Aug 25 09:24:39 localhost pop3d: LOGIN, user=balashov@XXX.ru, ip=[::ffff:192.168.2.208]
Aug 25 09:24:40 localhost pop3d: LOGOUT, user=balashov@XXX.ru, ip=[::ffff:192.168.2.208], top=0, retr=8967, rcvd=72, sent=9546, time=1


Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

3. "порядком избитая тема POSTFIX+TLS"  
Сообщение от Ch1p (ok) on 26-Авг-06, 14:55 
Ну что так никто ничего и не знает???
Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

4. "порядком избитая тема POSTFIX+TLS"  
Сообщение от Alex_hha on 01-Сен-06, 13:42 
>Ну что так никто ничего и не знает???
530 Must issue a STARTTLS command first. Переведи со словарем.

Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

Архив | Удалить

Индекс форумов | Темы | Пред. тема | След. тема
Оцените тред (1=ужас, 5=супер)? [ 1 | 2 | 3 | 4 | 5 ] [Рекомендовать для помещения в FAQ]




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру