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

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