Dovecot (neko mips4)
From Nekoware
| neko_dovecot | |
| Packaged by: | Joerg Behrens |
|---|---|
| Internal Version: | 1 |
| Download: | neko_dovecot-1.0.2.tardist |
| Current release: | 1.0.2 / July 22 2007 |
| Use: | Unknown |
| Licence: | Unknown |
| Website: | www.dovecot.org/ |
Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It's fast, simple to set up, requires no special administration and it uses very little memory.
For more information visit the http://www.dovecot.org/ website.
Contents |
[edit] Installing the package
Download and install the neko_dovecot-1.0.2 (version 1) tardist package from the Nekoware repository.
Installation of the precompiled binary package can be achieved using either Software Manager or inst: In the case of inst, all that's required is the command:
~ $ inst -f /path/to/neko_dovecot-1.0.2.tardist install all keep *.opt.src go quit
You will need "root" privileges to install the software.
A list of all files is installed by this package is available.
[edit] Package Dependencies
The following additional packages are required to run this software correctly:
[edit] Package Incompatibilities
The following packages are marked as incompatible.
- No incompatibilities.
[edit] Package Layout
Default indicates whether the subsystem will be installed if "install standard" (or similar) is used. Order is used if any given subsystem must be installed before others.
| Name | Size [Kbytes] | Default | Order | Description |
|---|---|---|---|---|
| neko_dovecot.sw.eoe | 4,329 | Yes | 9999 | execution only env |
| neko_dovecot.sw.lib | 344 | Yes | 9999 | shared libraries |
| neko_dovecot.sw.hdr | 0 | Yes | 9999 | header |
| neko_dovecot.man.documentation | 450 | No | 9999 | html documentation |
| neko_dovecot.opt.relnotes | 3 | No | 9999 | release notes |
| neko_dovecot.opt.src | 1,170 | No | 9999 | original source code |
| neko_dovecot.opt.dist | 39 | No | 9999 | distribution files |
| neko_dovecot.opt.patches | 3 | No | 9999 | sourcecode patches |
[edit] Post installation Steps
We have a script running that creates the needed dovecot useraccount, group and installing the default ssl cert in pem format. For creating your own valide ssl vert you have to edit share/doc/dovecot/dovecot-openssl.cnf and run hare/doc/dovecot/mkcert.sh afterwards. If the cert doesnt match to the hostname your using the imap clients refuse to connect!
This build was compiled with support for PAM. So be sure that you have eoe.sw.pam installed. You can check it by using the versions command:
versions eoe.sw.pam I = Installed, R = Removed
Name Date Description
I eoe 07/22/2007 IRIX Execution Environment, 6.5.30 I eoe.sw 07/22/2007 IRIX Execution Environment Software I eoe.sw.pam 07/22/2007 Irix PAM Support
The dovecot.conf which can be found in the etc directory is slightly pre-configurated. Make your changes there and run "chkconfig neko_dovecot on" befor using the init.d start script.
[edit] Compiling
As for the majority of Nekoware packages, the 7.4.x release of SGI's MIPSpro Compiler suite has been used to build this package.
[edit] Environment
export CC=c99 export CFLAGS='-O3 -mips4 -I/usr/nekoware/include -I/usr/nekoware/kde/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r10000 -I/usr/nekoware/mysql4/include/mysql' export CXXFLAGS=$CFLAGS export CPPFLAGS='-I/usr/nekoware/include' export CXX=CC export F77=f77 export LDFLAGS='-L/usr/nekoware/lib -L/usr/nekoware/kde/lib -Wl,-rpath -Wl,/usr/nekoware/lib -L/usr/nekoware/mysql4/lib/mysql' export PKG_CONFIG=/usr/nekoware/bin/pkg-config export PKG_CONFIG_PATH='/usr/nekoware/lib/pkgconfig' export PKG_CONFIG_LIBDIR='/usr/nekoware/lib' export LD_LIBRARY_PATH='/usr/nekoware/lib' export LD_LIBRARYN32_PATH='/usr/nekoware/lib' export LD_LIBRARY64_PATH='/usr/nekoware/lib64' export GNOME2_DIR='/usr/nekoware' export GNUMAKE='/usr/nekoware/bin/make' export PATH=/usr/nekoware/bin:$PATH export PYTHONHOME=/usr/nekoware export PYTHONPATH=/usr/nekoware/lib/python2.4 export PERL=/usr/nekoware/bin/perl export QTDIR=/usr/nekoware/qt4
[edit] Patches
You may need to apply the following patches: dovecot-1.0.2_irix.patch dovecot-1.0.2_irix.patch
[edit] Configure
./configure --with-storages=mbox,maildir --with-ssl=openssl --with-pam --prefix=/usr/nekoware --with-ssldir=/usr/nekoware/ssl/certs --with-mysql gmake && gmake install
[edit] Release Notes
Click on the "show" link to expand the contents of the package's 'relnotes' file.
| The original "relnotes" File. |
|---|
PACKAGE NAME: neko_dovecot SOURCE/VERSION: dovecot-1.0.1 DESCRIPTION: Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It's fast, simple to set up, requires no special administration and it uses very little memory. For more information visit the http://www.dovecot.org/ website. ENVIRONMENT VARIABLES: export CC=c99 export CFLAGS='-O3 -mips4 -I/usr/nekoware/include -I/usr/nekoware/kde/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r10000 -I/usr/nekoware/mysql4/include/mysql' export CXXFLAGS=$CFLAGS export CPPFLAGS='-I/usr/nekoware/include' export CXX=CC export F77=f77 export LDFLAGS='-L/usr/nekoware/lib -L/usr/nekoware/kde/lib -Wl,-rpath -Wl,/usr/nekoware/lib -L/usr/nekoware/mysql4/lib/mysql' export PKG_CONFIG=/usr/nekoware/bin/pkg-config export PKG_CONFIG_PATH='/usr/nekoware/lib/pkgconfig' export PKG_CONFIG_LIBDIR='/usr/nekoware/lib' export LD_LIBRARY_PATH='/usr/nekoware/lib' export LD_LIBRARYN32_PATH='/usr/nekoware/lib' export LD_LIBRARY64_PATH='/usr/nekoware/lib64' export GNOME2_DIR='/usr/nekoware' export GNUMAKE='/usr/nekoware/bin/make' export PATH=/usr/nekoware/bin:$PATH export PYTHONHOME=/usr/nekoware export PYTHONPATH=/usr/nekoware/lib/python2.4 export PERL=/usr/nekoware/bin/perl export QTDIR=/usr/nekoware/qt4 CONFIGURE FLAGS: ./configure --with-storages=mbox,maildir --with-ssl=openssl --with-pam --prefix=/usr/nekoware --with-ssldir=/usr/nekoware/ssl/certs --with-mysql gmake && gmake install KNOWN DEPENDANCIES: neko_openssl.sw.lib 12 maxint neko_libiconv.sw.lib 3 maxint neko_zlib.sw.lib 6 maxint neko_mysql4.sw.lib 4 maxint INSTALLATION: We have a script running that creates the needed dovecot useraccount, group and installing the default ssl cert in pem format. For creating your own valide ssl vert you have to edit share/doc/dovecot/dovecot-openssl.cnf and run hare/doc/dovecot/mkcert.sh afterwards. If the cert doesnt match to the hostname your using the imap clients refuse to connect! This build was compiled with support for PAM. So be sure that you have eoe.sw.pam installed. You can check it by using the versions command: versions eoe.sw.pam I = Installed, R = Removed Name Date Description I eoe 07/22/2007 IRIX Execution Environment, 6.5.30 I eoe.sw 07/22/2007 IRIX Execution Environment Software I eoe.sw.pam 07/22/2007 Irix PAM Support The dovecot.conf which can be found in the etc directory is slightly pre-configurated. Make your changes there and run "chkconfig neko_dovecot on" befor using the init.d start script. ERRORS/MISCELLANEOUS: During compile you have to add -liconv and -lgen to various linklines. Also the suppport for quota under IRIX dont compile so you have to delete it from the Makefile in the plugin directory. The mkcert.sh and dovecot-openssl.cnf are copied from the source tarball into the doc/dovcot directory. Edit the dovecot-openssl.cnf and point SSLDIR to our /usr/nekoware/ssl. PACKAGED BY: Joerg Behrens (behrens@takenet.de) |
[edit] Errors/Miscellaneous
During compile you have to add -liconv and -lgen to various linklines. Also the suppport for quota under IRIX dont compile so you have to delete it from the Makefile in the plugin directory.
The mkcert.sh and dovecot-openssl.cnf are copied from the source tarball into the doc/dovcot directory. Edit the dovecot-openssl.cnf and point SSLDIR to our /usr/nekoware/ssl.
[edit] Older Versions
- None
