[Pkg-cyrus-sasl2-commits] r148 - in /cyrus-sasl-2.1/trunk/debian:
changelog sasl2-bin.README.Debian
fabbe at users.alioth.debian.org
fabbe at users.alioth.debian.org
Tue Nov 14 10:30:42 CET 2006
Author: fabbe
Date: Tue Nov 14 10:30:42 2006
New Revision: 148
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=148
Log:
Add README.Debian to sasl2-bin.
Added:
cyrus-sasl-2.1/trunk/debian/sasl2-bin.README.Debian
Modified:
cyrus-sasl-2.1/trunk/debian/changelog
Modified: cyrus-sasl-2.1/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/changelog?rev=148&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Tue Nov 14 10:30:42 2006
@@ -7,8 +7,10 @@
dh_strip put debugging symbols in it. (Closes: #240767)
* debian/sasl2-bin.saslauthd.init: Allow configurable run directory and
pid file.
-
- -- Fabian Fagerholm <fabbe at debian.org> Tue, 14 Nov 2006 11:26:45 +0200
+ * debian/sasl2-bin.README.Debian: Short documentation on how to integrate
+ saslauthd with Postfix.
+
+ -- Fabian Fagerholm <fabbe at debian.org> Tue, 14 Nov 2006 11:30:01 +0200
cyrus-sasl2 (2.1.22.dfsg1-2) unstable; urgency=low
Added: cyrus-sasl-2.1/trunk/debian/sasl2-bin.README.Debian
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/sasl2-bin.README.Debian?rev=148&op=file
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/sasl2-bin.README.Debian (added)
+++ cyrus-sasl-2.1/trunk/debian/sasl2-bin.README.Debian Tue Nov 14 10:30:42 2006
@@ -1,0 +1,31 @@
+Notes for Cyrus SASL programs
+=============================
+
+saslauthd
+---------
+
+Using saslauthd with Postfix:
+
+ If you run a chrooted server such as Postfix and wish to use saslauthd, you
+ must place the saslauthd socket ("mux") inside the Postfix chroot. You must
+ also set correct overrides for the run directory inside the chroot, using
+ dpkg-statoverride. Finally, you must add the postfix user to the sasl group.
+ These steps ensure that the Debian subsystems know how you want things to be
+ laid out.
+
+ To place the saslauthd socket inside the Postfix chroot, edit
+ /etc/default/saslauthd and set OPTIONS like this (you may omit -c):
+ OPTIONS="-c -m /var/spool/postfix/var/run/saslauthd"
+
+ To set the run directory using dpkg-statoverride, run this command as root:
+ dpkg-statoverride --add root sasl 710 /var/spool/postfix/var/run/saslauthd
+
+ Finally, to add the postfix user to the sasl group:
+ adduser postfix sasl
+
+ The init script will automatically create the the run directory with the
+ permissions you have set using dpkg-statoverride. Please note that you must
+ also configure Postfix correctly. There are many options related to SASL. See
+ the Postfix documentation for how to do this.
+
+ -- Fabian Fagerholm <fabbe at debian.org>, Tue, 14 Nov 2006 11:18:07 +0200
More information about the Pkg-cyrus-sasl2-commits
mailing list