Revision [4079]
Last edited on 2011-08-02 20:38:37 by KenFongAdditions:
==[[Dovecot2 Dovecot2]]==
-----
-----
Revision [1067]
Edited on 2007-10-17 08:04:44 by WikiAdminAdditions:
Continue to imapd
Revision [1066]
Edited on 2007-10-17 08:04:10 by WikiAdminAdditions:
Now configure authdaemon options in /usr/local/etc/authlib
Deletions:
Revision [1065]
Edited on 2007-10-17 08:03:39 by WikiAdminAdditions:
Everything works up until I fire up sqirrelmail and send a test mail. The following error is displayed. Not much idea at the moment.
/var/qmail/bin/qmail-smtpd: error while loading shared libraries: libssl.so.6: failed to map segment from shared object: Cannot allocate memory
/var/qmail/bin/qmail-smtpd: error while loading shared libraries: libssl.so.6: failed to map segment from shared object: Cannot allocate memory
Revision [1064]
Edited on 2007-10-17 07:55:10 by WikiAdminAdditions:
# now configure authdaemon options in /usr/local/etc/authlib
%%(text;authmysqlrc)
MYSQL_SERVER localhost
MYSQL_USERNAME vpopmail
MYSQL_PASSWORD xxxxxx
%%(text;authdaemonrc)
authmodulelist="authvchkpw authuserdb authmysql authcustom"
Start authdaemon
%%(text;authmysqlrc)
MYSQL_SERVER localhost
MYSQL_USERNAME vpopmail
MYSQL_PASSWORD xxxxxx
%%(text;authdaemonrc)
authmodulelist="authvchkpw authuserdb authmysql authcustom"
Start authdaemon
Revision [1063]
Edited on 2007-10-17 07:42:30 by WikiAdminAdditions:
--with-mailuser=vpopmail --with-mailgroup=vchkpw
Deletions:
Revision [1062]
Edited on 2007-10-17 07:41:03 by WikiAdminAdditions:
--disable-root-check --with-ssl --with-authchangepwdir=/usr/local/libexec/authlib \
--mailuser=vpopmail --mailgroup=vchkpw
--mailuser=vpopmail --mailgroup=vchkpw
Deletions:
Revision [1061]
Edited on 2007-10-17 07:34:29 by WikiAdminAdditions:
export COURIERAUTHCONFIG=/usr/local/bin/courierauthconfig
export CPPFLAGS=-I/usr/local/include
export CPPFLAGS=-I/usr/local/include
Deletions:
export CPPFLAGS=-I/usr/local/courier-authlib/include
Revision [1060]
Edited on 2007-10-17 07:31:36 by WikiAdminAdditions:
and repeat the similar to pop3d
Revision [1059]
Edited on 2007-10-17 07:27:36 by WikiAdminAdditions:
Configuring courier-imapd before starting it.
Edit /usr/lib/courier-imap/etc/imap and change the followings to
TCPDOPTS="-nodnslookup -noidentlookup -user=vpopmail -group=vchkpw"
IMAPDSTART=NO
Edit /usr/lib/courier-imap/etc/imap and change the followings to
TCPDOPTS="-nodnslookup -noidentlookup -user=vpopmail -group=vchkpw"
IMAPDSTART=NO
Revision [1058]
Edited on 2007-10-17 07:20:12 by WikiAdminAdditions:
cp courier-imap.sysvinit /etc/init.d/courier-imapd
chmod 705 /etc/init.d/courier-imapd
/etc/init.d/courier-imapd start
chmod 705 /etc/init.d/courier-imapd
/etc/init.d/courier-imapd start
Deletions:
chmod 755 /usr/local/sbin/*.rc
/usr/local/sbin/imapd.rc start
/usr/local/sbin/pop3d.rc start
Revision [1057]
Edited on 2007-10-17 07:17:06 by WikiAdminNo differences.
Revision [1056]
Edited on 2007-10-17 07:16:04 by WikiAdminAdditions:
./configure --with-redhat --prefix=/usr/local --exec-prefix=/usr/local \
--with-authvchkpw --without-authldap --without-authmysql \
--disable-root-check --with-ssl --with-authchangepwdir=/usr/local/libexec/authlib
--with-authvchkpw --without-authldap --without-authmysql \
--disable-root-check --with-ssl --with-authchangepwdir=/usr/local/libexec/authlib
Deletions:
Revision [1055]
Edited on 2007-10-17 07:15:43 by WikiAdminAdditions:
./configure --with-redhat --prefix=/usr/local --exec-prefix=/usr/local --with-authvchkpw --without-authldap --without-authmysql --disable-root-check --with-ssl --with-authchangepwdir=/usr/local/libexec/authlib
su - imapd
export CFLAGS="-DHAVE_OPEN_SMTP_RELAY -DHAVE_VLOGAUTH"
export COURIERAUTHCONFIG=/usr/local/courier-authlib/bin/courierauthconfig
export CPPFLAGS=-I/usr/local/courier-authlib/include
./configure --prefix=/usr/local/courier-imap --disable-root-check --with-ssl --with-redhat
su - imapd
export CFLAGS="-DHAVE_OPEN_SMTP_RELAY -DHAVE_VLOGAUTH"
export COURIERAUTHCONFIG=/usr/local/courier-authlib/bin/courierauthconfig
export CPPFLAGS=-I/usr/local/courier-authlib/include
./configure --prefix=/usr/local/courier-imap --disable-root-check --with-ssl --with-redhat
Deletions:
./configure --with-redhat
Revision [1054]
Edited on 2007-10-17 07:13:08 by WikiAdminAdditions:
cp courier-authlib.sysvinit /etc/init.d/courier-authlib
chmod 755 /etc/init.d/courier-authlib
/etc/init.d/courier-authlib start
chmod 755 /etc/init.d/courier-authlib
/etc/init.d/courier-authlib start
Revision [1053]
Edited on 2007-10-17 07:06:16 by WikiAdminAdditions:
chmod 755 /usr/local/sbin/*.rc
Revision [1052]
Edited on 2007-10-17 07:05:20 by WikiAdminAdditions:
cp *.rc /usr/local/sbin
/usr/local/sbin/imapd.rc start
/usr/local/sbin/pop3d.rc start
/usr/local/sbin/imapd.rc start
/usr/local/sbin/pop3d.rc start
Revision [1051]
Edited on 2007-10-17 07:02:37 by WikiAdminAdditions:
make install-configure
make check
su root
make install-configure
make check
su root
make install-configure
Deletions:
make setup check