ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] iptables и postfix
@ 2001-08-28  8:52 John
  2001-08-28 10:52 ` Artem K. Jouravsky
  2001-08-28 11:35 ` Albert R.Valiev
  0 siblings, 2 replies; 3+ messages in thread
From: John @ 2001-08-28  8:52 UTC (permalink / raw)
  To: Mandrake

Привет!

Ставлю постфикс и почти все работает (по крайней мере, письма отправляются).
Ставлю iptables и пишу

iptables -P INPUT DROP
iptables -P OUTPUT DROP
iptables -P FORWARD DROP
iptables -A INPUT -i ppp0 -p TCP --dport smtp -j ACCEPT
iptables -A INPUT -o ppp0 -p TCP --sport smtp -j ACCEPT

Теперь при отправке письма на двенадцатой консоли говорят: "Name service 
error for mail.ru: host not found"
Чего ему не так?

С уважением, Прокопьев Евгений





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

* Re: [mdk-re] iptables и postfix
  2001-08-28  8:52 [mdk-re] iptables и postfix John
@ 2001-08-28 10:52 ` Artem K. Jouravsky
  2001-08-28 11:35 ` Albert R.Valiev
  1 sibling, 0 replies; 3+ messages in thread
From: Artem K. Jouravsky @ 2001-08-28 10:52 UTC (permalink / raw)
  To: mandrake-russian

Здравствуйте, John <john@rmts.donpac.ru>!
От Tue, 28 Aug 2001 08:55:52 +0400 вы писали на тему [mdk-re] iptables и postfix:

> Привет!
> 
> Ставлю постфикс и почти все работает (по крайней мере, письма
> отправляются).
> Ставлю iptables и пишу
> 
> iptables -P INPUT DROP
> iptables -P OUTPUT DROP
> iptables -P FORWARD DROP
> iptables -A INPUT -i ppp0 -p TCP --dport smtp -j ACCEPT
> iptables -A INPUT -o ppp0 -p TCP --sport smtp -j ACCEPT
> 
> Теперь при отправке письма на двенадцатой консоли говорят:
> "Name service 
> error for mail.ru: host not found"
> Чего ему не так?
А 53-й порт для DNS открыт?

------
Best wishes,
+----------------------+--------------------------+
|  ."-.                |  Work: +7-(095)-229-4278 |
| /X  | _o.----.    _  |  ICQ:  103399444         |
|/\_  \/ /  __  \_// ) |  Artem K. Jouravsky      |
|\__)-/_/\_____)____/  |  http://www.ifirst.ru/   |
+----------------------+--------------------------+		      



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

* Re: [mdk-re] iptables и postfix
  2001-08-28  8:52 [mdk-re] iptables и postfix John
  2001-08-28 10:52 ` Artem K. Jouravsky
@ 2001-08-28 11:35 ` Albert R.Valiev
  1 sibling, 0 replies; 3+ messages in thread
From: Albert R.Valiev @ 2001-08-28 11:35 UTC (permalink / raw)
  To: mandrake-russian

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

28 Август 2001 08:55, Вы написали:
> Привет!
>
> Ставлю постфикс и почти все работает (по крайней мере, письма
> отправляются). Ставлю iptables и пишу
>
> iptables -P INPUT DROP
> iptables -P OUTPUT DROP
> iptables -P FORWARD DROP
> iptables -A INPUT -i ppp0 -p TCP --dport smtp -j ACCEPT
> iptables -A INPUT -o ppp0 -p TCP --sport smtp -j ACCEPT
>
> Теперь при отправке письма на двенадцатой консоли говорят: "Name service
> error for mail.ru: host not found"
> Чего ему не так?
>
> С уважением, Прокопьев Евгений
Добавьте правила:
iptables -A INPUT -i ppp0 -p TCP --dport 53 -j ACCEPT
iptables -A INPUT -i ppp0 -p UDP --dport 53 -j ACCEPT
Вы закрыли порт DomainNameService (DNS) - потому ваш сервер не знает, по 
какому адресу mail.ru и другие сервера.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7i0wZhQ5AuArLxuARAvJNAJ4gJpDQfOOX5MIl/BwIE8skHgLizwCeLqeh
WS6x8VVR8Yl76w2m0Neb0j8=
=AtbT
-----END PGP SIGNATURE-----



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

end of thread, other threads:[~2001-08-28 11:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-28  8:52 [mdk-re] iptables и postfix John
2001-08-28 10:52 ` Artem K. Jouravsky
2001-08-28 11:35 ` Albert R.Valiev

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