EXIM, sendmail, postfix, Dovecot и прочие. Решение проблем связанных с работой электронной почты
Модератор: xM
Правила форума
Убедительная просьба юзать теги [code] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
-
garbals
- проходил мимо
- Сообщения: 2
- Зарегистрирован: 2009-06-11 11:56:43
Непрочитанное сообщение
garbals » 2009-06-11 12:16:08
При отправки письма The Bat думает секунд 50 и выдаёт такое сообщение:
Отправка почты - писем в очереди: 1
Соединение с SMTP сервером прошло удачно
Аутентификация (программный CRAM-MD5)...
Сервер сообщает об ошибке: 5.7.0 authentication failed
ВНИМАНИЕ: не удалось обнаружить на сервере подходящих алгоритмов аутентификации
Отправка письма для
test@firma.ru
после чего он думает и отправляет письмо!!!
Код: Выделить всё
# # # # # # # #
# Main Config
hide mysql_servers = (/var/run/mysqld/mysqld.sock)/mailusr/mail/viewmail
local_interfaces = 222.21.22.22.25 : 127.0.0.1.25 : 127.0.0.1.10025
primary_hostname = firma.ru
#sender_unqualified_hosts = 222.21.22.22
qualify_domain = firma.ru
domainlist local_domains = @ : ${lookup mysql {SELECT userid FROM domains \
WHERE userid="${quote_mysql:${domain}}" }}
domainlist relay_to_domains =
hostlist relay_from_hosts = 127.0.0.1 : 217.21.51.20 : 213.184.232.135 : 222.22.51.22
#helo_verify_hosts = *
helo_try_verify_hosts = *
acl_smtp_rcpt = acl_check_rcpt
acl_smtp_helo = acl_check_helo
never_users = root
host_lookup = 0.0.0.0/0
rfc1413_query_timeout = 0s
ignore_bounce_errors_after = 2d
timeout_frozen_after = 7d
received_header_text = "Received: from x3.firma.ru \
${if def:sender_rcvhost {from ${sender_rcvhost}\n\t}\
{${if def:sender_ident {from ${sender_ident} }}\
${if def:sender_helo_name {(helo=${sender_helo_name})\n\t}}}}\
by ${primary_hostname} \
${if def:received_protocol {with ${received_protocol}}} \
(Exim4 ${version_number} #${compile_number} (Debian))\n\t\
id ${message_id}\
${if def:received_for {\n\tfor <$received_for>}}"
# # # # # # # #
# Acl Config
begin acl
acl_check_helo:
accept
!hosts = +relay_from_hosts
delay = 5s
logwrite = Delay 5 sec $sender_fullhost
deny
!hosts = +relay_from_hosts
message = Message was delivered by ratware
log_message = remote host did not present HELO/EHLO greeting.
condition = ${if def:sender_helo_name {false}{true}}
accept
acl_check_rcpt:
#gw.firma.ru comnet.by
accept hosts = 214.98.164.0/19
drop message = REJECTED - ${sender_host_address} is blacklisted at $dnslist_domain ($dnslist_value); ${dnslist_text}
dnslists = zen.spamhaus.org/<;$sender_host_address;$sender_address_domain
drop message = REJECTED - ${sender_address_domain} is blacklisted at ${dnslist_domain}; ${dnslist_text}
dnslists = nomail.rhsbl.sorbs.net/$sender_address_domain
drop message = REJECTED - ${sender_host_address} is blacklisted at ${dnslist_domain}; ${dnslist_text}
dnslists = bl.spamcop.net : cbl.abuseat.org : list.dsbl.org
#dynablock.njabl.org :
# bl.spamcop.net : cbl.abuseat.org : list.dsbl.org
defer
message = $sender_host_address is not yet authorized to deliver \
mail from <$sender_address> to <$local_part@$domain>. \
Please try later.
log_message = greylisted.
!senders = :
!hosts = : +relay_from_hosts : \
${if exists {/etc/greylistd/whitelist-hosts}\
{/etc/greylistd/whitelist-hosts}{}} : \
${if exists {/var/lib/greylistd/whitelist-hosts}\
{/var/lib/greylistd/whitelist-hosts}{}}
!authenticated = *
# !acl = acl_whitelist_local_deny
domains = +local_domains : +relay_to_domains
local_parts = serpens : nop : nirs : trudymiu : eup : smv : kafeup : kafep : kaftiup: \
kafais : itm : lawm
verify = recipient/callout=20s,use_sender,defer_ok
condition = ${readsocket{/var/run/greylistd/socket}\
{--grey \
$sender_host_address \
$sender_address \
$local_part@$domain}\
{5s}{}{false}}
accept hosts = :
deny local_parts = ^.*[@%!/|] : ^\\.
accept local_parts = postmaster
domains = +local_domains
require verify = sender
accept domains = +local_domains
endpass
message = unknown user
verify = recipient
accept domains = +relay_to_domains
endpass
message = unrouteable address
verify = recipient
accept hosts = +relay_from_hosts
accept authenticated = *
deny message = relay not permitted
#acl_check_virus:
# accept hosts = +relay_from_hosts
# warn message = X-Spam-Score: $spam_score ($spam_bar)
# spam = mail:true
# deny message = Message rejected: virus found.\
# Your message was successfully trashed.\
# This message contains malware ($malware_name)
# demime = *
# malware = *
# accept
# # # # # # # #
# Router Config
begin routers
#################### mail.ru #####################
#tomailru:
#driver В В В В В В В В = manualroute
#domains В В В В В В В = !+local_domains
#transport В В В В В = remote_smtp
#route_list В В В В = * mail.ru
#################### Pre Amavis checks ####################
#check_dnslookup:
# driver = dnslookup
# domains = ! +local_domains
# ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
# verify_only
# pass_router = amavis
# no_more
#check_system_aliases:
# driver = redirect
# allow_fail
# allow_defer
# data = ${lookup{$local_part}lsearch{/etc/aliases}}
# verify_only
# pass_router = amavis
#check_localuser:
# driver = accept
# check_local_user
# verify_only
# pass_router = amavis
#failed_address_router:
# driver = accept
# verify_only
# fail_verify
#################### Pre Amavis checks ####################
dnslookup:
driver = dnslookup
domains = ! +local_domains
transport = remote_smtp
ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
no_more
amavis:
driver = manualroute
condition = "${if or {{eq {$interface_port}{10025}} \
{eq {$received_protocol}{spam-scanned}} \
{eq {$sender_address}{}} \
}{0}{1}}"
transport = amavis
route_list = "* localhost byname"
self = send
system_aliases:
driver = redirect
allow_fail
allow_defer
data = ${lookup{$local_part}lsearch{/etc/aliases}}
file_transport = address_file
pipe_transport = address_pipe
userforward:
driver = redirect
allow_fail
allow_defer
data = ${lookup mysql{SELECT recipients FROM userforward \
WHERE local_part='${local_part}' AND domain='${domain}'}}
virtual_user:
driver = redirect
allow_fail
allow_defer
data = ${lookup mysql{ SELECT maildir FROM users \
WHERE id='${quote_mysql:${local_part}@${domain}}' }}
directory_transport = address_directory
# # # # # # # #
# Transport Config
begin transports
remote_smtp:
driver = smtp
amavis:
driver = smtp
port = 10024
allow_localhost
address_directory:
driver = appendfile
maildir_format
group = mail
user = mail
mode = 0660
delivery_date_add
envelope_to_add
return_path_add
address_pipe:
driver = pipe
return_output
address_file:
driver = appendfile
delivery_date_add
envelope_to_add
return_path_add
# # # # # # # #
# Retry Config
begin retry
# Domain Error Retries
# ------ ----- -------
* * F,2h,15m; G,16h,1h,1.5; F,4d,6h
# # # # # # # #
# Rewrite Config
begin rewrite
# # # # # # # #
# Auth Config
begin authenticators
cram:
driver = cram_md5
public_name = CRAM-MD5
server_secret = ${lookup mysql{SELECT clear FROM users WHERE id='${quote_mysql:$1}'}{$value}fail}
server_set_id = $1
# # # # # # # #
Последний раз редактировалось
garbals 2009-06-13 12:35:16, всего редактировалось 1 раз.
garbals
-
Хостинг HostFood.ru
-
Хостинг HostFood.ru
Тарифы на хостинг в России, от 12 рублей:
https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.:
https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах:
https://www.host-food.ru/domains/
-
hizel
- дядя поня
- Сообщения: 9032
- Зарегистрирован: 2007-06-29 10:05:02
- Откуда: Выборг
Непрочитанное сообщение
hizel » 2009-06-11 12:44:13
лог бы :]
В дурацкие игры он не играет. Он просто жуткий, чу-чу, паровозик, и зовут его Блейн. Блейн --- это Боль.
hizel
-
garbals
- проходил мимо
- Сообщения: 2
- Зарегистрирован: 2009-06-11 11:56:43
Непрочитанное сообщение
garbals » 2009-06-13 12:33:41
Код: Выделить всё
2009-06-13 06:34:14 1MFJrt-0000FK-Gw <= root@firma.ru U=root P=local S=7432
2009-06-13 06:34:24 DNS list lookup defer (probably timeout) for 1.0.0.127.list.dsbl.org: assumed not in list
2009-06-13 06:34:24 1MFK0e-0000JQ-Fx <= root@firma.ru H=localhost [127.0.0.1] P=esmtp S=14274 id=E1MFJzj-0000JC-L8@firma.ru
2009-06-13 06:34:24 1MFJzj-0000JC-L8 => nop@firma.ru R=amavis T=amavis H=firma.ru [127.0.0.1]
2009-06-13 06:34:24 1MFJzj-0000JC-L8 Completed
2009-06-13 06:34:25 1MFK0e-0000JQ-Fx => /home/mail/nop/Maildir/ <nop@firma.ru> R=virtual_user T=address_directory
2009-06-13 06:34:25 1MFK0e-0000JQ-Fx Completed
2009-06-13 06:35:02 DNS list lookup defer (probably timeout) for 1.0.0.127.list.dsbl.org: assumed not in list
2009-06-13 06:35:02 1MFK1G-0000LE-Dy <= root@firma.ru H=localhost [127.0.0.1] P=esmtp S=7790 id=E1MFJrt-0000FK-Gw@firma.ru
2009-06-13 06:35:02 1MFJrt-0000FK-Gw => root@firma.ru R=amavis T=amavis H=firma.ru [127.0.0.1]
2009-06-13 06:35:02 1MFJrt-0000FK-Gw Completed
2009-06-13 06:35:02 1MFK1G-0000LE-Dy => /home/mail/nop/Maildir/ (nop@firma.ru) <root@firma.ru> R=virtual_user T=address_directory
2009-06-13 06:35:02 1MFK1G-0000LE-Dy Completed
2009-06-13 06:43:25 Start queue run: pid=1350
2009-06-13 06:43:25 1MEywq-0003aP-NK Message is frozen
2009-06-13 06:43:25 1MEywq-0003aJ-IS Message is frozen
2009-06-13 06:43:25 End queue run: pid=1350
2009-06-13 06:52:03 1MFKHi-0000Lw-8N <= clamav@firma.ru U=clamav P=local S=797
2009-06-13 06:52:54 DNS list lookup defer (probably timeout) for 1.0.0.127.list.dsbl.org: assumed not in list
2009-06-13 06:52:54 1MFKIY-0000M1-Iu <= clamav@firma.ru H=localhost [127.0.0.1] P=esmtp S=1159 id=E1MFKHi-0000Lw-8N@firma.ru
2009-06-13 06:52:54 1MFKHi-0000Lw-8N => clamav@firma.ru R=amavis T=amavis H=firma.ru [127.0.0.1]
2009-06-13 06:52:54 1MFKHi-0000Lw-8N Completed
2009-06-13 06:52:54 1MFKIY-0000M1-Iu => /home/mail/nop/Maildir/ (nop@firma.ru) <clamav@firma.ru> R=virtual_user T=address_directory
2009-06-13 06:52:54 1MFKIY-0000M1-Iu Completed
2009-06-13 06:55:50 no host name found for IP address 123.214.172.187
2009-06-13 06:55:56 Delay 5 sec (localhost) [123.214.172.187]
2009-06-13 06:56:01 H=(localhost) [123.214.172.187] F=<sale@cream.net> rejected RCPT <epm@firma.ru>: REJECTED - 123.214.172.187 is blacklisted at zen.spamhaus.org (127.0.0.4); http://www.spamhaus.org/query/bl?ip=123.214.172.187
2009-06-13 07:03:34 no host name found for IP address 222.83.131.174
2009-06-13 07:03:35 no IP address found for host jujumao (during SMTP connection from (jujumao) [222.83.131.174])
2009-06-13 07:03:40 Delay 5 sec (jujumao) [222.83.131.174]
2009-06-13 07:03:44 H=(jujumao) [222.83.131.174] F=<nirs@mmi.gov.il> rejected RCPT <nirs@firma.ru>: REJECTED - 222.83.131.174 is blacklisted at zen.spamhaus.org (127.0.0.11); http://www.spamhaus.org/query/bl?ip=222.83.131.174
2009-06-13 07:13:25 Start queue run: pid=1426
2009-06-13 07:13:25 1MEywq-0003aP-NK Message is frozen
2009-06-13 07:13:25 1MEywq-0003aJ-IS Message is frozen
2009-06-13 07:13:25 End queue run: pid=1426
2009-06-13 07:13:54 Delay 5 sec 187-25-188-204.3g.claro.net.br (187-25-180-252.3g.claro.net.br) [187.25.188.204]
2009-06-13 07:14:05 H=187-25-188-204.3g.claro.net.br (187-25-180-252.3g.claro.net.br) [187.25.188.204] F=<euba@sjmercury.com> rejected RCPT <gedrvv@firma.ru>: REJECTED - 187.25.188.204 is blacklisted at zen.spamhaus.org (127.0.0.4, 127.0.0.11); http://www.spamhaus.org/query/bl?ip=187.25.188.204
2009-06-13 07:15:50 no host name found for IP address 222.21.22.20
2009-06-13 07:15:50 no IP address found for host ntserver2 (during SMTP connection from (ntserver2) [222.21.22.20])
2009-06-13 07:16:44 DNS list lookup defer (probably timeout) for 22.22.21.217.list.dsbl.org: assumed not in list
2009-06-13 07:27:21 no IP address found for host 115.108.80.109.static-chennai.vsnl.net.in (during SMTP connection from [115.108.80.109])
2009-06-13 07:27:30 no IP address found for host 115.108.80.109.static-chennai.vsnl.net.in (during SMTP connection from (115.108.80.109.static-chennai.vsnl.net.in) [115.108.80.109])
2009-06-13 07:27:35 Delay 5 sec (115.108.80.109.static-chennai.vsnl.net.in) [115.108.80.109]
2009-06-13 07:27:36 H=(115.108.80.109.static-chennai.vsnl.net.in) [115.108.80.109] F=<flavoring6@sspaeth.de> rejected RCPT <gedrvv@firma.ru>: REJECTED - 115.108.80.109 is blacklisted at zen.spamhaus.org (127.0.0.4); http://www.spamhaus.org/query/bl?ip=115.108.80.109
2009-06-13 07:29:44 1MFKfd-0000NN-3C <= nop@firma.ru H=(ntserver2) [222.21.22.20] P=smtp S=65286
2009-06-13 07:30:37 DNS list lookup defer (probably timeout) for 1.0.0.127.list.dsbl.org: assumed not in list
2009-06-13 07:30:37 1MFKt3-0000Od-5t <= nop@firma.ru H=localhost [127.0.0.1] P=esmtp S=65803
2009-06-13 07:30:37 1MFKfd-0000NN-3C => nop@firma.ru R=amavis T=amavis H=firma.ru [127.0.0.1]
2009-06-13 07:30:37 1MFKfd-0000NN-3C Completed
2009-06-13 07:30:37 1MFKt3-0000Od-5t => /home/mail/nop/Maildir/ <nop@firma.ru> R=virtual_user T=address_directory
2009-06-13 07:30:37 1MFKt3-0000Od-5t Completed
2009-06-13 07:31:03 Delay 5 sec cm46.zeta87.maxonline.com.sg [116.87.87.46]
2009-06-13 07:31:04 H=cm46.zeta87.maxonline.com.sg [116.87.87.46] F=<fogyyk682@sanecore.com> rejected RCPT <gedrvv@firma.ru>: REJECTED - 116.87.87.46 is blacklisted at zen.spamhaus.org (127.0.0.4, 127.0.0.11); http://www.spamhaus.org/query/bl?ip=116.87.87.46
2009-06-13 07:36:45 no host name found for IP address 117.96.84.239
2009-06-13 07:36:53 no IP address found for host VYKJGWX (during SMTP connection from (VYKJGWX) [117.96.84.239])
2009-06-13 07:36:58 Delay 5 sec (VYKJGWX) [117.96.84.239]
2009-06-13 07:37:00 H=(VYKJGWX) [117.96.84.239] F=<washroomsad87@snt.co.yu> rejected RCPT <gedrvv@firma.ru>: REJECTED - 117.96.84.239 is blacklisted at zen.spamhaus.org (127.0.0.11); http://www.spamhaus.org/query/bl?ip=117.96.84.239
2009-06-13 07:43:25 Start queue run: pid=1607
2009-06-13 07:43:25 1MEywq-0003aP-NK Message is frozen
2009-06-13 07:43:25 1MEywq-0003aJ-IS Message is frozen
2009-06-13 07:43:25 End queue run: pid=1607
2009-06-13 07:52:02 1MFLDm-0000QA-G3 <= clamav@firma.ru U=clamav P=local S=690
2009-06-13 07:53:03 DNS list lookup defer (probably timeout) for 1.0.0.127.list.dsbl.org: assumed not in list
2009-06-13 07:53:03 1MFLEl-0000QF-8h <= clamav@firma.ru H=localhost [127.0.0.1] P=esmtp S=1052 id=E1MFLDm-0000QA-G3@firma.ru
2009-06-13 07:53:03 1MFLDm-0000QA-G3 => clamav@firma.ru R=amavis T=amavis H=firma.ru [127.0.0.1]
2009-06-13 07:53:03 1MFLDm-0000QA-G3 Completed
2009-06-13 07:53:03 1MFLEl-0000QF-8h => /home/mail/nop/Maildir/ (nop@firma.ru) <clamav@firma.ru> R=virtual_user T=address_directory
2009-06-13 07:53:03 1MFLEl-0000QF-8h Completed
2009-06-13 08:11:12 Delay 5 sec (localhost) [222.253.94.210]
2009-06-13 08:11:16 H=(localhost) [222.253.94.210] F=<etyq@unirpnet.com.br> rejected RCPT <kitu@firma.ru>: REJECTED - 222.253.94.210 is blacklisted at zen.spamhaus.org (127.0.0.4, 127.0.0.10); http://www.spamhaus.org/query/bl?ip=222.253.94.210
2009-06-13 08:13:25 Start queue run: pid=1704
2009-06-13 08:13:25 1MEywq-0003aP-NK Message is frozen
2009-06-13 08:13:25 1MEywq-0003aJ-IS Message is frozen
2009-06-13 08:13:25 End queue run: pid=1704
2009-06-13 08:29:40 no IP address found for host HUFUAGWD (during SMTP connection from (HUFUAGWD) [116.9.30.244])
2009-06-13 08:29:45 Delay 5 sec (HUFUAGWD) [116.9.30.244]
2009-06-13 08:29:46 H=(HUFUAGWD) [116.9.30.244] F=<touchingur@spw-vertrieb.de> rejected RCPT <gedrvv@firma.ru>: REJECTED - 116.9.30.244 is blacklisted at zen.spamhaus.org (127.0.0.4, 127.0.0.11); http://www.spamhaus.org/query/bl?ip=116.9.30.244
2009-06-13 08:34:34 no host name found for IP address 116.71.40.111
2009-06-13 08:34:34 no IP address found for host VFPJFUQJKF (during SMTP connection from (VFPJFUQJKF) [116.71.40.111])
2009-06-13 08:34:39 Delay 5 sec (VFPJFUQJKF) [116.71.40.111]
2009-06-13 08:34:40 H=(VFPJFUQJKF) [116.71.40.111] F=<noosesj@seijoh-u.ac.jp> rejected RCPT <gedrvv@firma.ru>: REJECTED - 116.71.40.111 is blacklisted at zen.spamhaus.org (127.0.0.4, 127.0.0.11); http://www.spamhaus.org/query/bl?ip=116.71.40.111
2009-06-13 08:34:48 no host name found for IP address 116.71.40.111
2009-06-13 08:34:48 no IP address found for host VQCTFLQ (during SMTP connection from (VQCTFLQ) [116.71.40.111])
2009-06-13 08:34:53 Delay 5 sec (VQCTFLQ) [116.71.40.111]
2009-06-13 08:34:53 H=(VQCTFLQ) [116.71.40.111] F=<fibonacciauv5@sscinc.com> rejected RCPT <gedrvv@firma.ru>: REJECTED - 116.71.40.111 is blacklisted at zen.spamhaus.org (127.0.0.11, 127.0.0.4); http://www.spamhaus.org/query/bl?ip=116.71.40.111
2009-06-13 08:43:25 Start queue run: pid=1868
2009-06-13 08:43:25 1MEywq-0003aP-NK Message is frozen
2009-06-13 08:43:25 1MEywq-0003aJ-IS Message is frozen
2009-06-13 08:43:25 End queue run: pid=1868
2009-06-13 08:52:01 1MFM9p-0000VO-88 <= clamav@firma.ru U=clamav P=local S=690
2009-06-13 08:52:58 DNS list lookup defer (probably timeout) for 1.0.0.127.list.dsbl.org: assumed not in list
2009-06-13 08:52:58 1MFMAk-0000VT-8d <= clamav@firma.ru H=localhost [127.0.0.1] P=esmtp S=1052 id=E1MFM9p-0000VO-88@firma.ru
2009-06-13 08:52:58 1MFMAk-0000VT-8d => /home/mail/nop/Maildir/ (nop@firma.ru) <clamav@firma.ru> R=virtual_user T=address_directory
2009-06-13 08:52:58 1MFMAk-0000VT-8d Completed
2009-06-13 08:52:58 1MFM9p-0000VO-88 => clamav@firma.ru R=amavis T=amavis H=firma.ru [127.0.0.1]
2009-06-13 08:52:58 1MFM9p-0000VO-88 Completed
2009-06-13 09:13:25 Start queue run: pid=2081
2009-06-13 09:13:25 1MEywq-0003aP-NK Message is frozen
2009-06-13 09:13:25 1MEywq-0003aJ-IS Message is frozen
2009-06-13 09:13:25 End queue run: pid=2081
2009-06-13 09:18:07 1MFMYz-0000Y8-Mq <= amavis@firma.ru U=amavis P=local S=880
2009-06-13 09:19:00 DNS list lookup defer (probably timeout) for 1.0.0.127.list.dsbl.org: assumed not in list
2009-06-13 09:19:00 1MFMZw-0000YE-Bh <= amavis@firma.ru H=localhost [127.0.0.1] P=esmtp S=1242 id=E1MFMYz-0000Y8-Mq@firma.ru
2009-06-13 09:19:00 1MFMYz-0000Y8-Mq => amavis@firma.ru R=amavis T=amavis H=firma.ru [127.0.0.1]
2009-06-13 09:19:00 1MFMYz-0000Y8-Mq Completed
2009-06-13 09:19:00 1MFMZw-0000YE-Bh => /home/mail/nop/Maildir/ (nop@firma.ru) <amavis@firma.ru> R=virtual_user T=address_directory
2009-06-13 09:19:00 1MFMZw-0000YE-Bh Completed
2009-06-13 09:36:39 no host name found for IP address 211.189.70.17
2009-06-13 09:36:46 Delay 5 sec (mail1.ust.ac.kr) [211.189.70.17]
2009-06-13 09:37:40 DNS list lookup defer (probably timeout) for 17.70.189.211.list.dsbl.org: assumed not in list
2009-06-13 09:37:40 H=(mail1.ust.ac.kr) [211.189.70.17] F=<patrikchan12@aol.com> temporarily rejected RCPT <nirs@firma.ru>: greylisted.
2009-06-13 09:43:25 Start queue run: pid=2355
2009-06-13 09:43:25 1MEywq-0003aP-NK Message is frozen
2009-06-13 09:43:25 1MEywq-0003aJ-IS Message is frozen
2009-06-13 09:43:25 End queue run: pid=2355
2009-06-13 09:47:44 no host name found for IP address 211.189.70.17
2009-06-13 09:47:51 Delay 5 sec (mail1.ust.ac.kr) [211.189.70.17]
2009-06-13 09:48:42 DNS list lookup defer (probably timeout) for 17.70.189.211.list.dsbl.org: assumed not in list
2009-06-13 09:48:43 1MFN2g-0000cB-ML <= patrikchan12@aol.com H=(mail1.ust.ac.kr) [211.189.70.17] P=esmtp S=1590
2009-06-13 09:49:33 DNS list lookup defer (probably timeout) for 1.0.0.127.list.dsbl.org: assumed not in list
2009-06-13 09:49:33 1MFN3V-0000cM-HK <= patrikchan12@aol.com H=localhost [127.0.0.1] P=esmtp S=1948
2009-06-13 09:49:33 1MFN2g-0000cB-ML => nirs@firma.ru R=amavis T=amavis H=firma.ru [127.0.0.1]
2009-06-13 09:49:33 1MFN2g-0000cB-ML Completed
2009-06-13 09:49:33 1MFN3V-0000cM-HK => /home/mail/nirs/Maildir/ <nirs@firma.ru> R=virtual_user T=address_directory
2009-06-13 09:49:33 1MFN3V-0000cM-HK Completed
2009-06-13 09:52:02 1MFN5u-0000ce-24 <= clamav@firma.ru U=clamav P=local S=690
2009-06-13 09:52:52 DNS list lookup defer (probably timeout) for 1.0.0.127.list.dsbl.org: assumed not in list
2009-06-13 09:52:52 1MFN6i-0000cj-Jp <= clamav@firma.ru H=localhost [127.0.0.1] P=esmtp S=1052 id=E1MFN5u-0000ce-24@firma.ru
2009-06-13 09:52:52 1MFN5u-0000ce-24 => clamav@firma.ru R=amavis T=amavis H=firma.ru [127.0.0.1]
2009-06-13 09:52:52 1MFN5u-0000ce-24 Completed
2009-06-13 09:52:52 1MFN6i-0000cj-Jp => /home/mail/nop/Maildir/ (nop@firma.ru) <clamav@firma.ru> R=virtual_user T=address_directory
2009-06-13 09:52:52 1MFN6i-0000cj-Jp Completed
2009-06-13 10:13:25 Start queue run: pid=2526
2009-06-13 10:13:25 1MEywq-0003aP-NK Message is frozen
2009-06-13 10:13:25 1MEywq-0003aJ-IS Message is frozen
2009-06-13 10:13:25 End queue run: pid=2526
2009-06-13 10:18:41 Delay 5 sec 187-25-188-204.3g.claro.net.br (187-25-180-252.3g.claro.net.br) [187.25.188.204]
2009-06-13 10:18:44 H=187-25-188-204.3g.claro.net.br (187-25-180-252.3g.claro.net.br) [187.25.188.204] F=<etxeasc@retemail.es> rejected RCPT <miu@firma.ru>: REJECTED - 187.25.188.204 is blacklisted at zen.spamhaus.org (127.0.0.4, 127.0.0.11); http://www.spamhaus.org/query/bl?ip=187.25.188.204
2009-06-13 10:41:43 no host name found for IP address 89.163.4.29
2009-06-13 10:41:43 no IP address found for host COMP011 (during SMTP connection from (COMP011) [89.163.4.29])
2009-06-13 10:41:48 Delay 5 sec (COMP011) [89.163.4.29]
2009-06-13 10:41:48 H=(COMP011) [89.163.4.29] F=<uff@mol.net> rejected RCPT <uff@firma.ru>: REJECTED - 89.163.4.29 is blacklisted at zen.spamhaus.org (127.0.0.4, 127.0.0.11); http://www.spamhaus.org/query/bl?ip=89.163.4.29
2009-06-13 10:43:14 Delay 5 sec 82-50-178-94.pool.ukrtel.net (94.178.50.82) [94.178.50.82]
2009-06-13 10:43:14 H=82-50-178-94.pool.ukrtel.net (94.178.50.82) [94.178.50.82] F=<epm@firma.ru> rejected RCPT <epm@firma.ru>: REJECTED - 94.178.50.82 is blacklisted at zen.spamhaus.org (127.0.0.11); http://www.spamhaus.org/query/bl?ip=94.178.50.82
2009-06-13 10:43:25 Start queue run: pid=2708
2009-06-13 10:43:25 1MEywq-0003aP-NK Message is frozen
2009-06-13 10:43:25 1MEywq-0003aJ-IS Message is frozen
2009-06-13 10:43:25 End queue run: pid=2708
2009-06-13 10:52:02 1MFO1x-0000jR-PS <= clamav@firma.ru U=clamav P=local S=797
2009-06-13 10:52:53 DNS list lookup defer (probably timeout) for 1.0.0.127.list.dsbl.org: assumed not in list
2009-06-13 10:52:53 1MFO2n-0000jX-QU <= clamav@firma.ru H=localhost [127.0.0.1] P=esmtp S=1159 id=E1MFO1x-0000jR-PS@firma.ru
2009-06-13 10:52:53 1MFO1x-0000jR-PS => clamav@firma.ru R=amavis T=amavis H=firma.ru [127.0.0.1]
2009-06-13 10:52:53 1MFO1x-0000jR-PS Completed
2009-06-13 10:52:53 1MFO2n-0000jX-QU => /home/mail/nop/Maildir/ (nop@firma.ru) <clamav@firma.ru> R=virtual_user T=address_directory
2009-06-13 10:52:53 1MFO2n-0000jX-QU Completed
2009-06-13 11:08:36 no host name found for IP address 58.39.78.107
2009-06-13 11:08:41 Delay 5 sec (dmx1.bfi0.com) [58.39.78.107]
2009-06-13 11:08:43 H=(dmx1.bfi0.com) [58.39.78.107] F=<serpens@lex.bg> rejected RCPT <serpens@firma.ru>: REJECTED - 58.39.78.107 is blacklisted at zen.spamhaus.org (127.0.0.11); http://www.spamhaus.org/query/bl?ip=58.39.78.107
2009-06-13 11:13:04 exim 4.63 daemon started: pid=3005, -q30m, listening for SMTP on [222.21.22.21]:25 [127.0.0.1]:25 [127.0.0.1]:10025
2009-06-13 11:13:04 Start queue run: pid=3006
2009-06-13 11:13:04 1MEywq-0003aJ-IS Message is frozen
2009-06-13 11:13:04 1MEywq-0003aP-NK Message is frozen
2009-06-13 11:13:04 End queue run: pid=3006
2009-06-13 11:15:40 no host name found for IP address 222.21.22.20
2009-06-13 11:16:30 DNS list lookup defer (probably timeout) for 22.22.21.217.list.dsbl.org: assumed not in list
2009-06-13 11:16:30 1MFOPe-0000nE-Mf <= garbal@firma.ru H=(localhost) [222.21.22.20] P=esmtp S=617 id=1386575495.20090613121005@firma.ru
2009-06-13 11:16:38 1MFOPe-0000nE-Mf => garbals@tut.by R=dnslookup T=remote_smtp H=mx01.tut.by [195.137.160.45] X=TLS-1.0:RSA_3DES_EDE_CBC_SHA1:24
2009-06-13 11:16:38 1MFOPe-0000nE-Mf Completed
2009-06-13 11:17:57 Delay 5 sec mx01.tut.by (tut.by) [195.137.160.45]
2009-06-13 11:18:47 DNS list lookup defer (probably timeout) for 45.160.137.195.list.dsbl.org: assumed not in list
2009-06-13 11:18:47 1MFORr-0000nu-Pi <= garbals@tut.by H=mx01.tut.by (tut.by) [195.137.160.45] P=esmtp S=981 id=web-15482115@cluster-05.tutby.com
2009-06-13 11:18:48 DNS list lookup defer (probably timeout) for 45.160.137.195.list.dsbl.org: assumed not in list
2009-06-13 11:18:48 1MFORs-0000nu-7W <= garbals@tut.by H=mx01.tut.by (tut.by) [195.137.160.45] P=esmtp S=978 id=web-15482166@cluster-05.tutby.com
2009-06-13 11:18:53 Delay 5 sec mx01.tut.by (tut.by) [195.137.160.45]
2009-06-13 11:19:38 DNS list lookup defer (probably timeout) for 1.0.0.127.list.dsbl.org: assumed not in list
2009-06-13 11:19:38 DNS list lookup defer (probably timeout) for 1.0.0.127.list.dsbl.org: assumed not in list
2009-06-13 11:19:38 1MFOSg-0000oI-AL <= garbals@tut.by H=localhost [127.0.0.1] P=esmtp S=1343 id=web-15482115@cluster-05.tutby.com
2009-06-13 11:19:38 1MFOSg-0000oO-AW <= garbals@tut.by H=localhost [127.0.0.1] P=esmtp S=1340 id=web-15482166@cluster-05.tutby.com
2009-06-13 11:19:38 1MFORs-0000nu-7W => garbal@firma.ru R=amavis T=amavis H=firma.ru [127.0.0.1]
2009-06-13 11:19:38 1MFORs-0000nu-7W Completed
2009-06-13 11:19:38 1MFORr-0000nu-Pi => garbal@firma.ru R=amavis T=amavis H=firma.ru [127.0.0.1]
2009-06-13 11:19:38 1MFORr-0000nu-Pi Completed
2009-06-13 11:19:38 1MFOSg-0000oI-AL => /home/mail/garbal/Maildir/ <garbal@firma.ru> R=virtual_user T=address_directory
2009-06-13 11:19:38 1MFOSg-0000oI-AL Completed
2009-06-13 11:19:38 1MFOSg-0000oO-AW => /home/mail/garbal/Maildir/ <garbal@firma.ru> R=virtual_user T=address_directory
2009-06-13 11:19:38 1MFOSg-0000oO-AW Completed
2009-06-13 11:19:42 no IP address found for host 112-104-29-29.adsl.dynamic.seed.net.tw (during SMTP connection from [112.104.29.29])
2009-06-13 11:19:47 Delay 5 sec (222.21.22.21) [112.104.29.29]
2009-06-13 11:19:48 H=(222.21.22.21) [112.104.29.29] F=<kenny999@gmail.com> rejected RCPT <vbibiorm@gmail.com>: REJECTED - 112.104.29.29 is blacklisted at zen.spamhaus.org (127.0.0.4, 127.0.0.11); http://www.spamhaus.org/query/bl?ip=112.104.29.29
2009-06-13 11:21:45 no host name found for IP address 222.21.22.20
2009-06-13 11:21:45 no IP address found for host TSO12 (during SMTP connection from (TSO12) [222.21.22.20])
2009-06-13 11:21:56 no host name found for IP address 222.21.22.20
2009-06-13 11:21:56 no IP address found for host TSO12 (during SMTP connection from (TSO12) [222.21.22.20])
2009-06-13 11:21:57 no host name found for IP address 222.21.22.20
2009-06-13 11:21:57 no IP address found for host TSO12 (during SMTP connection from (TSO12) [222.21.22.20])
2009-06-13 11:22:30 no host name found for IP address 222.21.22.20
2009-06-13 11:22:30 no IP address found for host TSO12 (during SMTP connection from (TSO12) [222.21.22.20])
2009-06-13 11:22:50 no host name found for IP address 222.21.22.20
2009-06-13 11:22:50 no IP address found for host TSO12 (during SMTP connection from (TSO12) [222.21.22.20])
2009-06-13 11:22:58 no host name found for IP address 222.21.22.20
2009-06-13 11:22:58 no IP address found for host TSO12 (during SMTP connection from (TSO12) [222.21.22.20])
2009-06-13 11:23:40 rejected EHLO from 66.107.nat.westhome.spb.ru [84.52.107.66]: syntactically invalid argument(s): (no argument given)
2009-06-13 11:23:40 DNS list lookup defer (probably timeout) for 22.22.21.217.list.dsbl.org: assumed not in list
2009-06-13 11:23:40 1MFOWa-0000pZ-Im <= garbal@firma.ru H=(TSO12) [222.21.22.20] P=esmtp S=2567 id=000001c9ec07$de310310$9a930930$@by
2009-06-13 11:23:47 1MFOWa-0000pZ-Im => garbals@tut.by R=dnslookup T=remote_smtp H=mx02.tut.by [195.137.160.44] X=TLS-1.0:RSA_3DES_EDE_CBC_SHA1:24
2009-06-13 11:23:47 1MFOWa-0000pZ-Im Completed
2009-06-13 11:23:48 DNS list lookup defer (probably timeout) for 22.22.21.217.list.dsbl.org: assumed not in list
2009-06-13 11:23:48 1MFOWi-0000pd-Lc <= garbal@firma.ru H=(TSO12) [222.21.22.20] P=esmtp S=680
2009-06-13 11:24:39 DNS list lookup defer (probably timeout) for 1.0.0.127.list.dsbl.org: assumed not in list
2009-06-13 11:24:39 1MFOXX-0000pv-1W <= garbal@firma.ru H=localhost [127.0.0.1] P=esmtp S=1042
2009-06-13 11:24:39 1MFOWi-0000pd-Lc => garbal@firma.ru R=amavis T=amavis H=firma.ru [127.0.0.1]
2009-06-13 11:24:39 1MFOWi-0000pd-Lc Completed
2009-06-13 11:24:39 1MFOXX-0000pv-1W => /home/mail/garbal/Maildir/ <garbal@firma.ru> R=virtual_user T=address_directory
2009-06-13 11:24:39 1MFOXX-0000pv-1W Completed
2009-06-13 11:24:48 no host name found for IP address 222.21.22.20
2009-06-13 11:24:48 no IP address found for host TSO12 (during SMTP connection from (TSO12) [222.21.22.20])
2009-06-13 11:25:38 DNS list lookup defer (probably timeout) for 22.22.21.217.list.dsbl.org: assumed not in list
2009-06-13 11:25:38 1MFOYU-0000qB-Te <= garbal@firma.ru H=(TSO12) [222.21.22.20] P=esmtp S=3499 id=000501c9ec08$25bdd0a0$713971e0$@by
2009-06-13 11:25:45 1MFOYU-0000qB-Te => garbals@tut.by R=dnslookup T=remote_smtp H=mx01.tut.by [195.137.160.45] X=TLS-1.0:RSA_3DES_EDE_CBC_SHA1:24
2009-06-13 11:25:45 1MFOYU-0000qB-Te Completed
[/size]
garbals