You are not logged in.

#1 2004-12-16 16:57:49

Winkie
Member
Registered: 2004-09-30
Posts: 59

[new] sqwebmail

I decided to put this package into /opt/sqwebmail because it's quite large and i wanted to keep it out of the standard /usr tree. You'll need mod_fastcgi which you can find here. Install it, edit /opt/sqwebmail/authdaemonrc to use the authentication method you want and start it with /etc/rc.d/sqwebmail start. You should then be able to  view it at http://your-machine/cgi-bin/sqwebmail

# Contributed by Paul "Winkie" Robins - paul at gamingmp.com
pkgname=sqwebmail
pkgver=4.0.7
pkgrel=1

pkgdesc="Webmail through CGI designed to access Maildirs directly"
url="http://www.courier-mta.org/sqwebmail"

source="http://kent.dl.sourceforge.net/sourceforge/courier/sqwebmail-4.0.7.tar.bz2"
md5sums="656e5d22cecab535f57a24407d39cd55"

depends=('apache' 'mod_fastcgi')

build() {
        cd $startdir/src/$pkgname-$pkgver
        ./configure --prefix=/opt/sqwebmail --with-fcgi --enable-imagedir=/home/httpd/html/sqwebmail --enable-cgibindir=/home/httpd/cgi-bin --enable-imageurl=/sqwebmail

        make || return 1
        make DESTDIR=$startdir/pkg install-strip
        make DESTDIR=$startdir/pkg install-configure

        mkdir $startdir/pkg/etc $startdir/pkg/etc/rc.d
        cp $startdir/pkg/opt/sqwebmail/libexec/sqwebmaild.rc $startdir/pkg/etc/rc.d/sqwebmail
}

Offline

Board footer

Powered by FluxBB