ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Guzaev Pavel <therion@vot.ru>
To: community <community@altlinux.ru>
Subject: [Comm] pop3 or xinetd
Date: Mon, 12 Jan 2004 15:29:19 +0500
Message-ID: <200401121529.20000.therion@vot.ru> (raw)

Приветствую сообщество!
Есть проблема,- не забирается почта по 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

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

             reply	other threads:[~2004-01-12 10:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-12 10:29 Guzaev Pavel [this message]
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

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=200401121529.20000.therion@vot.ru \
    --to=therion@vot.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