Courier-Imap

Aus crazylinux.de
Version vom 9. März 2008, 19:20 Uhr von Jonathan (Diskussion | Beiträge) (vpopmail)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Authdaemon for vpopmail

from http://www.raptorized.com/2007/05/20/courier-imap-and-vpopmail-on-debian/

apt-get source courier-authlib
apt-get build-dep courier-authlib
cd courier-authlib-0.58/debian
vi control

Add the following at the end of the file to create a description for vchkpw.

Package: courier-authlib-vchkpw
Architecture: any
Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
Description: External authentication support for Vpopmail.
This package contains vpopmail support for courier-authlib.

Next, we must create a list of files for the package.

echo "/usr/lib/courier-authlib/libauthvchkpw.so*" > courier-authlib-vchkpw.files
vi rules
–with-authvchkpw \

cd ..
dpkg-buildpackage
dpkg -i courier-authlib-vchkpw_0.58-4_i386.deb

edit /etc/courier/authdaemonrc

authmodulelist="authvchkpw"

Shared Folders How-To (Exim and Courier IMAP)

http://www.jit-consulting.de/open-source/shared-folders-how-to-exim-and-courier-imap.html
http://www.debianhowto.de/doku.php/de:howtos:sarge:shared_folder