I've got me a clean debian sid install that I'm trying to get dbmail installed on
mysql is on a different server
this is the list of commands I have run to get it going thus far.

only problem is when I run dbmail-imapd -D it sits there for a few seconds then says "Aborted" nothing bad gets written to syslog when I run it from /etc/init.d with logging set to 511

looks like it knows where the database is.

anyway, any help?


apt-get install openssh-server
apt-get install git-core build-essential autoconf automake1.9 libtool libglib2.0-0 libglib2.0-dev libgmime-2.4-dev libgmime-2.4-2 asciidoc xmlto libmysqlclient15-dev libmhash-dev libevent-dev libssl-dev libsqlite3-dev libsieve2-dev flex



#wget http://downloads.sourceforge.net/project/libsieve/libsieve/2.2.7/libsieve-2.2.7.tar.gz
#tar xzvf libsieve-2.2.7.tar.gz
cd libsieve-2.2.7/src
autoreconf -i
..configure --prefix=/usr
make
make install
cd ~

wget http://www.tildeslash.com/libzdb/dist/libzdb-2.6.tar.gz
tar xzvf libzdb-2.6.tar.gz
cd libzdb-2.6
..configure --without-postgresql --without-sqlite --enable-optimized --prefix=/usr
make
make install

git clone git://git.dbmail.eu/paul/dbmail
cd dbmail/
autoreconf -i
..configure --with-sieve=/usr --with-zdb=/usr --localstatedir=/var/run/dbmail --sysconfdir=/etc/dbmail --prefix=/usr
make -j4
make install

cd /etc
mkdir dbmail

# create config

addgroup --system dbmail
adduser --system --ingroup dbmail --home /dev/null --gecos "Dbmail SQL mailserver" --shell /bin/false dbmail

_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to