Трямки всем.
В exim полный профан.
В принципе сервак работает и особых проблем не доставляет, но объявился клиент, который говорит, что есть проблема с пересылкой почты.
Вот лог отправки почты с другого сервера на целевой (клиент --> mailserver --> target.mailserver):2006-04-18 09:22:31 H=host.offshore.biz [81.xxx.xxx.146] F=<support@t.com.ua> rejected RCPT <sk@sk.cv.ua>: host.offshore.biz [81.xxx.xxx.146] is currently not permitted to relay through this server. Perhaps you have not logged into the pop/imap server in the last 30 minutes or do not have SMTP Authentication turned on in your email client.
Насколько я понимаю. просто прикручена авторизация на сервер в предвариловку, перед отправкой почты, по POP3 или IMAP.
Как можно по конфигу найти - пока сам не сподобился, хотя доки перед глазами, И самое загадочное в том, что в принципе на остальные виртуальные домены идет без проблем отправка почты и прием/перенаправление. Только этот почему-то хочет авторизации.
Приведу кусок конфига:.....................
hostlist auth_relay_hosts = *
.....................
check_recipient:
accept hosts = :require verify = sender
deny message = Access denied - $sender_host_address listed by $dnslist_domain\n$dnslist_text
dnslists = dnsbl.sorbs.net
deny message = message from $sender_host_address rejected - see http://njabl.org/
dnslists = dnsbl.njabl.org
deny message = rejected because $sender_host_address for bad WHOIS info, see http://www.rfc-ignorant.org/
dnslists = ipwhois.rfc-ignorant.org
deny message = rejected because $sender_host_address is in a black list at $dnslist_domain\n$dnslist_text
dnslists = dialups.mail-abuse.org
deny message = rejected because $sender_host_address is in a black list at $dnslist_domain\n$dnslist_text
dnslists = list.dsbl.org
deny message = Spam blocked see: http://www.spamcop.net/w3m?action=checkblock&ip=$sender_host_address
dnslists = bl.spamcop.net
deny message = rejected because $sender_host_address is in a black list at $dnslist_domain\n$dnslist_text
dnslists = relays.ordb.org
deny message = rejected, $sender_host_address Open Proxy, see: $dnslist_domain\n$dnslist_text
dnslists = dnsbl.void.ruaccept domains = +local_domains
endpass
message = "The recipient cannot be verified. Please check all recipients of this message to verify they are valid."
verify = recipient
accept domains = +relay_domainswarn message = ${perl{popbeforesmtpwarn}{$sender_host_name}}
hosts = +relay_hosts
accept hosts = +relay_hostswarn message = ${perl{popbeforesmtpwarn}{$sender_host_address}}
condition = ${perl{checkrelayhost}{$sender_host_address}}
accept condition = ${perl{checkrelayhost}{$sender_host_address}}accept hosts = +auth_relay_hosts
endpass
message = $sender_fullhost is currently not permitted to \
relay through this server. Perhaps you \
have not logged into the pop/imap server in the \
last 30 minutes or do not have SMTP Authentication turned on in your email client.
authenticated = *deny message = $sender_fullhost is currently not permitted to \
relay through this server. Perhaps you \
have not logged into the pop/imap server in the \
last 30 minutes or do not have SMTP Authentication turned on in your email client.
.......................Насколько понимаю - проблема здесь:
accept hosts = +auth_relay_hosts
и
hostlist auth_relay_hosts = *
Но вот понять, почему все же не хочет принимать с дуругих серверов оконечную почту - немогу.
В общем, более детальное изучение проблемы привело к выводу, что данное сообщение вываливается при условии, что аккаунт, на который шлется почта и вываливается такое сообщение - alias на внешний почтовый ящик. Соответственно форвард запрещается, с вываливанием такого сообщения на этапе rcpt to, в противном случае, письмо без проблем доставляется.