This is a discussion on Re: [courier-users] courier-authdaemon (--sysconfdir within the Courier-Imap forums, part of the Mail Servers and Related category; On Fri, 02 Dec 2005 09:19:12 -0800 jackrabbit <squidbait@hostinghacks.net> wrote: > I have a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Fri, 02 Dec 2005 09:19:12 -0800
jackrabbit <squidbait@hostinghacks.net> wrote: > I have a question regarding the sysconfdir for courier-authlib as > relates to a Debian system: > > I have determined that the courier-authdaemon .deb file > (courier-authdaemon_0.47-4_i386.deb) places the 'authuserdb' file into > '/etc/courier/authuserdb' and I need to duplicate this setting. But if > I try to accomplish this by using the compile time option: > > --sysconfdir=/etc/courier > > when building courier-authlib-0.57.tar.bz2 the file is placed into > '/etc/courier/authlib/authuserdb' during the build process. Is there > any trick that I could use to force the compile to put it into > /etc/courier/authuserdb ? The ./configure options for courier-authlib Debian packages as in experimental are as follows: COMMON_CONFOPTS=--prefix=/usr --mandir=\$${prefix}/share/man \ --with-authdaemonvar=/var/run/courier/authdaemon \ --sysconfdir=/etc/courier \ --with-pkgconfdir=/etc/courier \ --libexecdir=\$${prefix}/lib/courier \ --datadir=\$${prefix}/lib/courier \ --localstatedir=/var/lib/courier \ --sbindir=\$${exec_prefix}/sbin \ --with-mailuser=daemon \ --with-mailgroup=daemon \ --without-socks \ --with-authpam \ --with-authpipe \ --without-authpwd \ --with-authmysql \ --with-mysql-includes=/usr/include/mysql \ --with-mysql-libs=/usr/lib \ --with-authmysqlrc=/etc/courier/authmysqlrc \ --with-authpgsql \ --with-pgsql-libs=/usr/lib \ --with-authpgsqlrc=/etc/courier/authpgsqlrc \ --without-authshadow \ --without-authvchkpw \ --with-authdaemonvar=/var/run/courier/authdaemon \ --with-authldap \ --with-authldaprc=/etc/courier/authldaprc \ --with-authcram \ --with-db=gdbm \ --without-fcgi \ --with-htmllibdir=/usr/share/sqwebmail \ --with-ispell=/usr/bin/ispell \ --enable-userdb \ --enable-syslog=1 \ --disable-root-check Pick out what you need :-). Bye Racke -- LinuXia Systems => http://www.linuxia.de/ Expert Interchange Consulting and System Administration ICDEVGROUP => http://www.icdevgroup.org/ Interchange Development Team ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |