Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 401249 - net-mail/qmailadmin-1.2.16 version bump
Summary: net-mail/qmailadmin-1.2.16 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Robin Johnson
URL: http://sourceforge.net/projects/qmail...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2012-01-29 00:29 UTC by John Stile
Modified: 2013-05-31 00:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for qmailadmin 1.2.6 (qmailadmin-1.2.16.ebuild,2.49 KB, text/plain)
2012-01-29 00:46 UTC, John Stile
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Stile 2012-01-29 00:29:49 UTC
Need a version bump for ebuild for qmailadmin to 1.2.16.

Reproducible: Always
Comment 1 John Stile 2012-01-29 00:46:58 UTC
Created attachment 300213 [details]
Ebuild for qmailadmin 1.2.6

I simply modified 1.2.15, and pulled out one patch that didn't work any more.

To get qmailadmin working after install, I had to do the following:

1. Apache2 Directory directive for cgi-bin needs:
 Options +ExecCGI -MultiViews +FollowSymLinks

2. Use webapp-config to put the image files in proper place
 webapp-config -I -h localhost -d qmailadmin qmailadmin 1.2.16

3. make a link in cgi-bin directory to /usr/share/webapps/qmailadmin/1.2.16/hostroot/cgi-bin/qmailadmin
ln -s /usr/share/webapps/qmailadmin/1.2.16/hostroot/cgi-bin/qmailadmin /var/www/localhost/cgi-bin/qmailadmin

4. Fix owner/perms so that I can read /etc/vpopmail.conf.
 chown vpopmail:vpopmail /usr/share/webapps/qmailadmin/1.2.16/hostroot/cgi-bin/qmailadmin
 chmod g+s /usr/share/webapps/qmailadmin/1.2.16/hostroot/cgi-bin/qmailadmin
 chmod u+s /usr/share/webapps/qmailadmin/1.2.16/hostroot/cgi-bin/qmailadmin
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2013-05-31 00:44:49 UTC
InCVS