Код: Выделить всё
2004-04-23 20:30:56 refused relay (host) to <bogdar@yandex.ru> from <admin@......by> H=(julia) [195.212.202.65]
Пароль и юзверь прописаны в /etc/exim/passwd
Код: Выделить всё
admin:$1$.$ATJUXtqY1cE37EQQjuzs/1
Код: Выделить всё
[19:41:10] ESMTP> EHLO julia
[19:41:11] ESMTP< 250-alternc.llama.fdns.net Hello julia [195.212.202.65]
[19:41:11] ESMTP< 250-SIZE
[19:41:11] ESMTP< 250-PIPELINING
[19:41:11] ESMTP< 250-AUTH PLAIN LOGIN
[19:41:11] ESMTP< 250 HELP
[19:41:11] ESMTP> AUTH LOGIN
[19:41:12] ESMTP< 334 VXNlcm5hbWU6
[19:41:12] ESMTP> [USERID]
[19:41:12] ESMTP< 334 UGFzc3dvcmQ6
[19:41:12] ESMTP> [PASSWORD]
[19:41:13] ESMTP< 535 Incorrect authentication data
Код: Выделить всё
qualify_domain = .....
local_domains = localhost:.....
local_domains_include_host = true
local_domains_include_host_literals = true
never_users = root
host_accept_relay = 127.0.0.1 : ::::1
host_auth_accept_relay = *
trusted_users = mail
smtp_verify = true
gecos_pattern = ^([^,:]*)
gecos_name = $1
smtp_accept_queue_per_connection = 100
freeze_tell_mailmaster = true
received_header_text = "Received: \
${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}}} \
id ${message_id}\
${if def:received_for {\n\tfor <$received_for>}}"
receiver_try_verify = true
end
local_delivery:
driver = appendfile
group = mail
mode = 0660
mode_fail_narrower = false
envelope_to_add = true
return_path_add = true
file = /var/spool/mail/${local_part}
address_pipe:
driver = pipe
path = /usr/bin:/bin:/usr/local/bin
return_output
address_file:
driver = appendfile
envelope_to_add = true
return_path_add = true
address_directory:
driver = appendfile
no_from_hack
prefix = ""
suffix = ""
address_reply:
driver = autoreply
procmail_pipe:
driver = pipe
command = "/usr/bin/procmail"
return_path_add
delivery_date_add
envelope_to_add
suffix = ""
remote_smtp:
driver = smtp
end
real_local:
prefix = real-
driver = localuser
transport = local_delivery
system_aliases:
driver = aliasfile
file_transport = address_file
pipe_transport = address_pipe
file = /etc/aliases
search_type = lsearch
userforward:
driver = forwardfile
file_transport = address_file
pipe_transport = address_pipe
reply_transport = address_reply
no_verify
check_ancestor
check_local_user
file = .forward
modemask = 002
filter
procmail:
driver = localuser
transport = procmail_pipe
require_files = ${local_part}:+${home}:+${home}/.procmailrc:+/usr/bin/procmail
no_verify
localuser:
driver = localuser
transport = local_delivery
end
lookuphost:
driver = lookuphost
transport = remote_smtp
literal:
driver = ipliteral
transport = remote_smtp
end
* * F,2h,15m; G,16h,2h,1.5; F,4d,8h
end
*@.......by ${lookup{$1}lsearch{/etc/email-addresses}\
{$value}fail} frFs
end
plain:
driver = plaintext
public_name = PLAIN
server_condition = "${if crypteq{$2}{${extract{1}{:}{${lookup{$1}lsearch{/etc/exim/passwd}{$value}{*:*}} }}}{1}{0}}"
server_set_id = $1
login:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
server_condition = "${if crypteq{$2}{${extract{1}{:}{${lookup{$1}lsearch{/etc/exim/passwd}{$value}{*:*}} }}}{1}{0}}"


