Courier-Imap: Unterschied zwischen den Versionen

Aus crazylinux.de
Zur Navigation springen Zur Suche springen
(link added)
(vpopmail)
 
Zeile 1: Zeile 1:
Shared Folders How-To (Exim and Courier IMAP)<br>
=Authdaemon for vpopmail=
from http://www.raptorized.com/2007/05/20/courier-imap-and-vpopmail-on-debian/
 
<pre>apt-get source courier-authlib
apt-get build-dep courier-authlib
cd courier-authlib-0.58/debian
vi control
</pre>
 
Add the following at the end of the file to create a description for vchkpw.
<pre>
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.
</pre>
Next, we must create a list of files for the package.
<pre>
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
</pre>
edit /etc/courier/authdaemonrc
<pre>authmodulelist="authvchkpw"
</pre>
 
=Shared Folders How-To (Exim and Courier IMAP)=
http://www.jit-consulting.de/open-source/shared-folders-how-to-exim-and-courier-imap.html<br>
http://www.jit-consulting.de/open-source/shared-folders-how-to-exim-and-courier-imap.html<br>
http://www.debianhowto.de/doku.php/de:howtos:sarge:shared_folder
http://www.debianhowto.de/doku.php/de:howtos:sarge:shared_folder


[[Category:Mail]]
[[Kategorie:Linux]]

Aktuelle Version vom 9. März 2008, 20:20 Uhr

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