Bug 100702

Summary: Update port: devel/otrs
Product: Ports & Packages Reporter: Nick Barkas <snb>
Component: Individual Port(s)Assignee: Ion-Mihai "IOnut" Tetcu <itetcu>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Nick Barkas 2006-07-22 06:00:31 UTC
	devel/otrs runs a script upon installation that makes $PREFIX/otrs group
    writeable. This directory is the otrs user's home directory. If procmail is
    used for filtering incoming emails for this user into the OTRS system, it
    will not work when this directory is group writeable. You will see log
    messages such as the following in /var/log/maillog: 
    
    Jul 21 15:21:18 extranet procmail[36163]: Suspicious rcfile "/usr/local/otrs/.procmailrc"

    The first attached patch, which should be added to devel/otrs/files/, makes
    the bin/SetPermissions.sh script not make this directory writeable, thus
    making procmail happy if you use it for mail delivery into otrs.

    The second patch is to devel/otrs/files/pkg-message.in. This simply changes
    the post install information to give the user an idea of the components of
    otrs that need manual configuration after the port/package has been
    installed.

Fix: files/patch-bin-SetPermissions.sh: 

patch to files/pkg-message.in:
How-To-Repeat: 	Attempt to use a .procmailrc file to filter mail for the otrs user.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-22 06:00:39 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer)
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-07-27 12:58:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-07-27 19:21:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!