Bug 91350

Summary: Upgrade to xinetd-2.3.11-1.8.0 cause not function on qmail-pop3 server
Product: [Retired] Red Hat Linux Reporter: Cattaneo Fabrizio <fcattaneo>
Component: xinetdAssignee: Jay Fenlason <fenlason>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: jfeeney
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-05-21 20:15:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.