ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
* [Sysadmins] 550 Client host rejected: cannot find your hostname
@ 2007-04-23 16:43 Serge
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Serge @ 2007-04-23 16:43 UTC (permalink / raw)
  To: sysadmins

Здравствуйте!

Как сказать postfix, что бы он пропускал письма от computerra.ru
(что бы не проверялась обратная зона только у домена computerra.ru)

Вот что мне выдает postfix
Apr 22 17:29:45 Server postfix/smtpd[14484]: warning: 81.176.77.82: address 
not listed for hostname www.computerra.ru
Apr 22 17:29:46 Server postfix/smtpd[14484]: NOQUEUE: reject: RCPT from 
unknown[81.176.77.82]: 550 Client host rejected: cannot find your hostname, 
[81.176.77.82]; from=<mailrobot@www.computerra.ru> to=<panov at .kr.ua> 
proto=ESMTP helo=<www.computerra.ru>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Sysadmins] 550 Client host rejected: cannot find your hostname
  @ 2007-04-24  4:47   ` Serge
  0 siblings, 0 replies; 7+ messages in thread
From: Serge @ 2007-04-24  4:47 UTC (permalink / raw)
  To: ALT Linux sysadmin discuss

В сообщении от 23 апреля 2007 23:02 Aleksandr Boltris написал(a):
> Правильнее послать багрепорт, например на support@computerra.ru
>
> Но можно и костылём отделаться:
> в main.cf добавить 81.176.77.82/32 в mynetworks
> не забыв при этом, что smtpd_recipient_restrictions должно содержать
> permit_mynetworks
ага и получить открытый релей для computerra.ru? 
:-)
наверное все таки 1-й ваприант


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Sysadmins] 550 Client host rejected: cannot find your hostname
  2007-04-23 16:43 [Sysadmins] 550 Client host rejected: cannot find your hostname Serge
  @ 2007-04-28 10:01 ` Vladimir V. Kamarzin
  2007-04-28 13:11   ` Serge
  2007-04-28 12:21 ` Sergey
  2 siblings, 1 reply; 7+ messages in thread
From: Vladimir V. Kamarzin @ 2007-04-28 10:01 UTC (permalink / raw)
  To: ALT Linux sysadmin discuss

>>>>> On 23 Apr 2007 at 22:43 "S" == Serge  writes:

 S> Здравствуйте!
 S> Как сказать postfix, что бы он пропускал письма от computerra.ru
 S> (что бы не проверялась обратная зона только у домена computerra.ru)

В рестрикшенах прописать перед reject_unknown_client_hostname (with Postfix <
2.3: reject_unknown_client)

check_client_access type:table

в table прописать
81.176.77.82    OK

-- 
vvk

Russian Postfix irc: irc.freenode.net #postfix-ru


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Sysadmins] 550 Client host rejected: cannot find your hostname
  2007-04-23 16:43 [Sysadmins] 550 Client host rejected: cannot find your hostname Serge
    2007-04-28 10:01 ` Vladimir V. Kamarzin
@ 2007-04-28 12:21 ` Sergey
  2007-04-28 13:12   ` Serge
  2 siblings, 1 reply; 7+ messages in thread
From: Sergey @ 2007-04-28 12:21 UTC (permalink / raw)
  To: ALT Linux sysadmin discuss

On Monday 23 April 2007, Serge wrote:

> Как сказать postfix, что бы он пропускал письма от computerra.ru
> (что бы не проверялась обратная зона только у домена computerra.ru)

А, может, всё-таки им мозги вправить ? 

-- 
С уважением, Сергей
a_s_y@sama.ru


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Sysadmins] 550 Client host rejected: cannot find your hostname
  2007-04-28 10:01 ` Vladimir V. Kamarzin
@ 2007-04-28 13:11   ` Serge
  2007-05-02  6:00     ` Vladimir V. Kamarzin
  0 siblings, 1 reply; 7+ messages in thread
From: Serge @ 2007-04-28 13:11 UTC (permalink / raw)
  To: ALT Linux sysadmin discuss

В сообщении от 28 апреля 2007 13:01 Vladimir V. Kamarzin написал(a):
> >>>>> On 23 Apr 2007 at 22:43 "S" == Serge  writes:
>
>  S> Здравствуйте!
>  S> Как сказать postfix, что бы он пропускал письма от computerra.ru
>  S> (что бы не проверялась обратная зона только у домена computerra.ru)
>
> В рестрикшенах прописать перед reject_unknown_client_hostname (with Postfix
> < 2.3: reject_unknown_client)
>
> check_client_access type:table
>
> в table прописать
> 81.176.77.82    OK
прописал в main.cf

smtpd_client_restrictions =   permit_sasl_authenticated,
                                permit_mynetworks
                                check_client_access hash:/etc/postfix/access
                               reject_unknown_client

smtpd_recipient_restrictions =  check_client_access hash:/etc/postfix/access
                                reject_unknown_recipient_domain,
                                reject_non_fqdn_recipient,
                                reject_non_fqdn_sender,
                                permit_mynetworks,

cat /etc/postfix/access |grep ^[^#\;]

81.176.77.82    OK

по прежнему не пропускает


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Sysadmins] 550 Client host rejected: cannot find your hostname
  2007-04-28 12:21 ` Sergey
@ 2007-04-28 13:12   ` Serge
  0 siblings, 0 replies; 7+ messages in thread
From: Serge @ 2007-04-28 13:12 UTC (permalink / raw)
  To: ALT Linux sysadmin discuss

В сообщении от 28 апреля 2007 15:21 Sergey написал(a):
> On Monday 23 April 2007, Serge wrote:
> > Как сказать postfix, что бы он пропускал письма от computerra.ru
> > (что бы не проверялась обратная зона только у домена computerra.ru)
>
> А, может, всё-таки им мозги вправить ?
да я писал на support@computerra.ru - результата нет


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Sysadmins] 550 Client host rejected: cannot find your hostname
  2007-04-28 13:11   ` Serge
@ 2007-05-02  6:00     ` Vladimir V. Kamarzin
  0 siblings, 0 replies; 7+ messages in thread
From: Vladimir V. Kamarzin @ 2007-05-02  6:00 UTC (permalink / raw)
  To: ALT Linux sysadmin discuss

>>>>> On 28 Apr 2007 at 19:11 "S" == Serge  writes:

>>  S> Как сказать postfix, что бы он пропускал письма от computerra.ru
>>  S> (что бы не проверялась обратная зона только у домена computerra.ru)
>>
>> В рестрикшенах прописать перед reject_unknown_client_hostname (with Postfix
>> < 2.3: reject_unknown_client)
>>
>> check_client_access type:table
>>
>> в table прописать
>> 81.176.77.82    OK
 S> прописал в main.cf

 S> smtpd_client_restrictions =   permit_sasl_authenticated,
 S>                                 permit_mynetworks
Вот сюда надо прописать reject_unauth_destination, иначе станете open relay
для всех, кто перечислен как
OK. http://www.freesource.info/wiki/Dokumentacija/Postfix/dontdothis 


 S>                                 check_client_access hash:/etc/postfix/access
 S>                                reject_unknown_client

 S> smtpd_recipient_restrictions =  check_client_access hash:/etc/postfix/access
 S>                                 reject_unknown_recipient_domain,
 S>                                 reject_non_fqdn_recipient,
 S>                                 reject_non_fqdn_sender,
 S>                                 permit_mynetworks,

 check_client_access разместить ниже permit_mynetworks и опять же предварить
записью reject_unauth_destination

 S> cat /etc/postfix/access |grep ^[^#\;]
 S> 81.176.77.82    OK
 S> по прежнему не пропускает

Возможно, неверно указан тип таблицы ;) попробуйте s/hash/cdb. Если не
поможет, показывайте postconf -n.

-- 
vvk

Russian Postfix irc: irc.freenode.net #postfix-ru


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-05-02  6:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-23 16:43 [Sysadmins] 550 Client host rejected: cannot find your hostname Serge
2007-04-24  4:47   ` Serge
2007-04-28 10:01 ` Vladimir V. Kamarzin
2007-04-28 13:11   ` Serge
2007-05-02  6:00     ` Vladimir V. Kamarzin
2007-04-28 12:21 ` Sergey
2007-04-28 13:12   ` Serge

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git