Bug 52798

Summary: [PATCH] Port imap-uw-2002_1,1 suggests incorrect PAM service name pop3
Product: Ports & Packages Reporter: Dmitry Pryanishnikov <dmitry>
Component: Individual Port(s)Assignee: Anders Nordby <anders>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Dmitry Pryanishnikov 2003-05-30 08:10:12 UTC
 During the transition from imap-uw-2001a to imap-uw-2002 PAM authentication
in ipop3d has stopped to work (with the same lines in /etc/pam.conf). After
inspection of the sources and debugging I've found the problem: PAM service
name for ipop3d has changed from "pop3" to "pop". This change hasn't yet
reflected in pkg-message file (rev 1.7) as it show be.

Fix: Apply the following patch in /usr/ports/mail/imap-uw:
 
How-To-Repeat:  Upgrade from imap-uw-2001a to imap-uw-2002 in configuration which uses PAM,
check authentication in ipop3d.
Comment 1 Hiten Pandya freebsd_committer freebsd_triage 2003-05-30 08:14:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anders

Assign PR to anders@ at his request.
Comment 2 Anders Nordby freebsd_committer freebsd_triage 2003-06-01 21:49:58 UTC
State Changed
From-To: open->closed

The PAM service name for ipop3d was not supposed to change. Sorry about 
that. Fixed (changed it back to pop3), thanks for reporting!