Bug 100702 - Update port: devel/otrs
Summary: Update port: devel/otrs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-22 06:00 UTC by Nick Barkas
Modified: 2006-07-27 19:21 UTC (History)
0 users

See Also:


Attachments
file.diff (535 bytes, patch)
2006-07-22 06:00 UTC, Nick Barkas
no flags Details | Diff
file.diff (470 bytes, patch)
2006-07-22 06:00 UTC, Nick Barkas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!