Bug 91350 - Upgrade to xinetd-2.3.11-1.8.0 cause not function on qmail-pop3 server
Summary: Upgrade to xinetd-2.3.11-1.8.0 cause not function on qmail-pop3 server
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: xinetd
Version: 8.0
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jay Fenlason
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-05-21 20:08 UTC by Cattaneo Fabrizio
Modified: 2014-08-31 23:24 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2003-05-21 20:15:31 UTC
Embargoed:


Attachments (Terms of Use)

Description Cattaneo Fabrizio 2003-05-21 20:08:24 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Virgilio6pc)

Description of problem:
Sorry for my bad english.... ;-))

Yesterday i have upgrade my xinetd  ( on linux R.H. 8.0 server ) with the new 
version supply .... ref . RHSA-2003:160

after the change the qmail-pop3 server dont work....

I attack the file used for configure xinetd to start qmail-pop3 server.

Thanks in advance ,
Cattaneo Fabrizio.

service pop3
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
server = /var/qmail/bin/qmail-popup
server_args = host.dominio.it/home/vpopmail/bin/vchkpw
/var/qmail/bin/qmail-pop3d Maildir
log_type = FILE /var/log/xinetd.log
log_on_success = HOST
log_on_failure = HOST RECORD
}


Version-Release number of selected component (if applicable):
xinetd-2.3.11-1.8.0

How reproducible:
Always

Steps to Reproduce:
1.Upgrade to xinetd-2.3.11-1.8.0
2.Restart xinetd
3.Services qmail-popup stop to work
    

Additional info:

Comment 1 Jay Fenlason 2003-05-21 20:15:31 UTC
Remove RECORD from the log_on_failure line.  In old versions of xinetd, this bad
(it never did anything) option was ignored.  In 2.3.11 it causes an error.


Note You need to log in before you can comment on or make changes to this bug.