ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] pop3 or xinetd
@ 2004-01-12 10:29 Guzaev Pavel
  2004-01-12 10:35 ` Shawkat Nizamov
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Guzaev Pavel @ 2004-01-12 10:29 UTC (permalink / raw)
  To: community

Приветствую сообщество!
Есть проблема,- не забирается почта по pop3, конфиги xinetd в порядке (в 
смысле пунктов only from and disable ), если есть сомнения привожу их ниже
"/etc/xinetd.conf"
defaults
{
        log_type = SYSLOG authpriv info
        log_on_success = PID HOST DURATION
        log_on_failure = HOST
        instances = 50
        per_source = 5
        only_from = 192.168.215.7/24
        #only_from = 127.0.0.1
}
includedir /etc/xinetd.d

"/etc/xinetd.d/popa3d"
service pop-3
{
        flags           = REUSE
        disable         = no
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
       server          = /usr/sbin/popa3d
       
}

При попытке соединения по телнет пишет
telnet 192.168.215.7 110
Trying 192.168.215.7...
Connected to 192.168.215.7.
Escape character is '^]'.
Connection closed by foreign host.

при этом в /var/log/messages вижу следующее
xinetd[8720]: libwrap refused connection to pop-3 from 192.168.215.7

Может кто-нибудь объяснит что происходит. Буду очень благодарен.

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

* Re: [Comm] pop3 or xinetd
  2004-01-12 10:29 [Comm] pop3 or xinetd Guzaev Pavel
@ 2004-01-12 10:35 ` Shawkat Nizamov
  2004-01-12 11:09 ` Valery Glukhov
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Shawkat Nizamov @ 2004-01-12 10:35 UTC (permalink / raw)
  To: community

>         only_from = 192.168.215.7/24

может стоит попробовать так 
192.168.215.0/24

или уж так
192.168.215.7/32

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

* Re: [Comm] pop3 or xinetd
  2004-01-12 10:29 [Comm] pop3 or xinetd Guzaev Pavel
  2004-01-12 10:35 ` Shawkat Nizamov
@ 2004-01-12 11:09 ` Valery Glukhov
  2004-01-13  5:26   ` Guzaev Pavel
  2004-01-12 11:11 ` Valery Glukhov
  2004-01-16  3:42 ` Guzaev Pavel
  3 siblings, 1 reply; 6+ messages in thread
From: Valery Glukhov @ 2004-01-12 11:09 UTC (permalink / raw)
  To: community

On Mon, 12 Jan 2004 15:29:19 +0500
Guzaev Pavel <therion@vot.ru> wrote:

> Приветствую сообщество!
> Есть проблема,- не забирается почта по pop3, конфиги xinetd в порядке (в 
> смысле пунктов only from and disable ), если есть сомнения привожу их ниже
> "/etc/xinetd.conf"
> defaults
> {
>         log_type = SYSLOG authpriv info
>         log_on_success = PID HOST DURATION
>         log_on_failure = HOST
>         instances = 50
>         per_source = 5
>         only_from = 192.168.215.7/24
>         #only_from = 127.0.0.1
> }
> includedir /etc/xinetd.d
> 
> "/etc/xinetd.d/popa3d"
> service pop-3
> {
>         flags           = REUSE
>         disable         = no
>         socket_type     = stream
>         protocol        = tcp
>         wait            = no
>         user            = root
>        server          = /usr/sbin/popa3d
>        
> }
> 
> При попытке соединения по телнет пишет
> telnet 192.168.215.7 110
> Trying 192.168.215.7...
> Connected to 192.168.215.7.
> Escape character is '^]'.
> Connection closed by foreign host.
> 
> при этом в /var/log/messages вижу следующее
> xinetd[8720]: libwrap refused connection to pop-3 from 192.168.215.7
> 
> Может кто-нибудь объяснит что происходит. Буду очень благодарен.

hosts.deny ?


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

* Re: [Comm] pop3 or xinetd
  2004-01-12 10:29 [Comm] pop3 or xinetd Guzaev Pavel
  2004-01-12 10:35 ` Shawkat Nizamov
  2004-01-12 11:09 ` Valery Glukhov
@ 2004-01-12 11:11 ` Valery Glukhov
  2004-01-16  3:42 ` Guzaev Pavel
  3 siblings, 0 replies; 6+ messages in thread
From: Valery Glukhov @ 2004-01-12 11:11 UTC (permalink / raw)
  To: community

On Mon, 12 Jan 2004 15:29:19 +0500
Guzaev Pavel <therion@vot.ru> wrote:

> Приветствую сообщество!
> Есть проблема,- не забирается почта по pop3, конфиги xinetd в порядке (в 
> смысле пунктов only from and disable ), если есть сомнения привожу их ниже
> "/etc/xinetd.conf"
> defaults
> {
>         log_type = SYSLOG authpriv info
>         log_on_success = PID HOST DURATION
>         log_on_failure = HOST
>         instances = 50
>         per_source = 5
>         only_from = 192.168.215.7/24
>         #only_from = 127.0.0.1
> }
> includedir /etc/xinetd.d
> 
> "/etc/xinetd.d/popa3d"
> service pop-3
> {
>         flags           = REUSE
>         disable         = no
>         socket_type     = stream
>         protocol        = tcp
>         wait            = no
>         user            = root
>        server          = /usr/sbin/popa3d
>        
> }
> 
> При попытке соединения по телнет пишет
> telnet 192.168.215.7 110
> Trying 192.168.215.7...
> Connected to 192.168.215.7.
> Escape character is '^]'.
> Connection closed by foreign host.
> 
> при этом в /var/log/messages вижу следующее
> xinetd[8720]: libwrap refused connection to pop-3 from 192.168.215.7
> 
> Может кто-нибудь объяснит что происходит. Буду очень благодарен.

и hosts.allow?


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

* Re: [Comm] pop3 or xinetd
  2004-01-12 11:09 ` Valery Glukhov
@ 2004-01-13  5:26   ` Guzaev Pavel
  0 siblings, 0 replies; 6+ messages in thread
From: Guzaev Pavel @ 2004-01-13  5:26 UTC (permalink / raw)
  To: community

В сообщении от 12 Январь 2004 16:09 Valery Glukhov написал(a):

> hosts.deny ?
ALL:ALL

> hosts.allow?
192.168.215. : 127.

Вообще, пробовал открывать все... не помогает :(

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

* Re: [Comm] pop3 or xinetd
  2004-01-12 10:29 [Comm] pop3 or xinetd Guzaev Pavel
                   ` (2 preceding siblings ...)
  2004-01-12 11:11 ` Valery Glukhov
@ 2004-01-16  3:42 ` Guzaev Pavel
  3 siblings, 0 replies; 6+ messages in thread
From: Guzaev Pavel @ 2004-01-16  3:42 UTC (permalink / raw)
  To: community

> Приветствую сообщество!
> Есть проблема,- не забирается почта по pop3, конфиги xinetd в порядке (в
> смысле пунктов only from and disable ), если есть сомнения привожу их ниже
> "/etc/xinetd.conf"
> defaults
> {
>         log_type = SYSLOG authpriv info
>         log_on_success = PID HOST DURATION
>         log_on_failure = HOST
>         instances = 50
>         per_source = 5
>         only_from = 192.168.215.7/24
>         #only_from = 127.0.0.1
> }
> includedir /etc/xinetd.d
>
> "/etc/xinetd.d/popa3d"
> service pop-3
> {
>         flags           = REUSE
>         disable         = no
>         socket_type     = stream
>         protocol        = tcp
>         wait            = no
>         user            = root
>        server          = /usr/sbin/popa3d
>
> }
>
> При попытке соединения по телнет пишет
> telnet 192.168.215.7 110
> Trying 192.168.215.7...
> Connected to 192.168.215.7.
> Escape character is '^]'.
> Connection closed by foreign host.
>
> при этом в /var/log/messages вижу следующее
> xinetd[8720]: libwrap refused connection to pop-3 from 192.168.215.7
>
> Может кто-нибудь объяснит что происходит. Буду очень благодарен.

Еще одно: при старте xinetd в /var/log/messages падает
"xinetd Version 2.3.10 started with libwrap loadavg options compiled in.
therion xinetd[3934]: Started working: 1 available service"
 (сервисов, кстати больше чем один должно быть)
Может дело в библиотеке libwrap? Кто нибудь по научному может объяснить что 
это такое и с чем ее едят?


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

end of thread, other threads:[~2004-01-16  3:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-12 10:29 [Comm] pop3 or xinetd Guzaev Pavel
2004-01-12 10:35 ` Shawkat Nizamov
2004-01-12 11:09 ` Valery Glukhov
2004-01-13  5:26   ` Guzaev Pavel
2004-01-12 11:11 ` Valery Glukhov
2004-01-16  3:42 ` Guzaev Pavel

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