ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Dmitry Lebkov <dima@sakhalin.ru>
To: community@altlinux.ru
Subject: Re: [Comm] глюк или фича в  postfix( е ) ?
Date: Sun, 13 Mar 2005 23:44:57 +1000
Message-ID: <423443D9.6040708@sakhalin.ru> (raw)
In-Reply-To: <42341247.6030406@nm.ru>

Max Lapin wrote:
> Maksim E Lapin пишет:
> всетаки кто нить ответит? эта фича сводит на нет всю антиспамовскую 
> защиту...

Что это за "защита", если она базируется на одной проверке HELO?

> 
>> наблюдаю вот какую странность в постфиксе 2.0.20-alt1 из дистрибутива 
>> мастер 2.4 есть в конфиге строчка
>>
>> smtpd_helo_restrictions = permit_mynetworks, reject_invalid_hostname, 
>> reject_unknown_hostname, reject_non_fqdn_hostname, permit
>>
>> в принципе ничего не обычного. захожу на сервер телнетом с машины не 
>> имеющей A и MX PTR записей в DNS пишу EHLO 1.2.3.4 (адрес свой 
>> настоящий) режет - в принципе и это нормально НО пишу EHLO mail.ru к 
>> примеру тоесть ЛЮБОЙ домен для которого есть А и MX - не режет... 
>> разве это нормально ? в логах пишет from: mail.ru (unknown[1.2.3.4]) и 
>> проглатывает. Может кто чего подскажет?

Этот твой хост (1.2.3.4) наверняка присутствуетв mynetworks ...

А для "ухарей", подставляющих в HELO домены известных почтовых
служб у меня используется вот такое:

smtpd_recipient_restrictions =
  ...
  check_helo_access regexp:/etc/postfix/helo_access.regexp,
  ...

/etc/postfix/helo_access.regexp:
/^mail\.com$/                   REJECT
/^mail\.ru$/                    REJECT
/^compuserve\.com$/             REJECT
/^msn\.com$/                    REJECT
/^cisco\.com$/                  REJECT
/^aol\.com$/                    REJECT
/^microsoft\.com$/              REJECT
/^netscape\.com$/               REJECT
/^netscape\.net$/               REJECT
/^rambler\.ru$/                 REJECT
/^chat\.ru$/                    REJECT
/^list\.ru$/                    REJECT
/^inbox\.ru$/                   REJECT
/^yahoo\.com$/                  REJECT
/^yahoo\.tw$/                   REJECT
/^yahoo\.hk$/                   REJECT
/^yahoo\.cn$/                   REJECT
/^sprint\.ca$/                  REJECT
/^yandex\.ru$/                  REJECT
...

-- 
WBR, Dmitry Lebkov


  reply	other threads:[~2005-03-13 13:44 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-11 19:29 Maksim E Lapin
2005-03-13 10:13 ` Max Lapin
2005-03-13 13:44   ` Dmitry Lebkov [this message]
2005-03-13 14:40     ` Max Lapin
2005-03-13 15:19       ` [Comm] " Konstantin A. Lepikhov
2005-03-13 17:23         ` Maksim E Lapin
2005-03-14  7:35           ` Alexey I. Froloff
2005-03-13 15:41       ` [Comm] " Dmitry Lebkov
2005-03-13 16:35         ` Re[2]: [Comm] глюк_или_фича_в__postfix(_е_)_? Maksim E Lapin
2005-03-14  0:05           ` Dmitry Lebkov
2005-03-14  7:47             ` Alexey Morsov
2005-03-14  8:44               ` Dmitry Lebkov
2005-03-14 11:19             ` Re[2]: " Maksim E Lapin
2005-03-14  5:22           ` Mike Lykov
2005-03-13 13:52   ` [Comm] глюк или фича в postfix( е ) ? Pavel Usischev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=423443D9.6040708@sakhalin.ru \
    --to=dima@sakhalin.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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