
guntis at rixtel
Sep 29, 2009, 3:04 AM
Post #3 of 3
(145 views)
Permalink
|
|
Re: Rebuilding DBMAIL with timsieved support
[In reply to]
|
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Daniel Schütze wrote: > Hi All > > > > I have a working installation of DBMAIL running 2.2.8rc1 on FreeBSD and > I would like to enable the timsieved component which was not done during > the original installation. > > > > If I change the Makefile to enable dbmail_timsieved and “make install”, > will there be any changes to the installed environment, i.e. will the > dbmail_imapd, dbmail_smtp etc be altered in any way? Or is the > timsieved support literally just the compiling of an additional > file/service? > > > > As the current installation is working in a production environment I’m a > little hesitate of doing anything which may effect our environment! > > Thanks > > > Daniel > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > DBmail mailing list > DBmail[at]dbmail.org > http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail Hi Are you compiling from source or using ports? If you are paranoid you can do a manual backup of dbmail core files. these should be the ones if 'mysql' is used: /usr/local/etc/dbmail.conf /usr/local/etc/rc.d/dbmail-imapd /usr/local/etc/rc.d/dbmail-lmtpd /usr/local/etc/rc.d/dbmail-pop3d /usr/local/etc/rc.d/dbmail-timsieved /usr/local/lib/dbmail/libauth_sql.a /usr/local/lib/dbmail/libauth_sql.la /usr/local/lib/dbmail/libauth_sql.so /usr/local/lib/dbmail/libauth_sql.so.0 /usr/local/lib/dbmail/libdbmail.a /usr/local/lib/dbmail/libdbmail.la /usr/local/lib/dbmail/libdbmail.so /usr/local/lib/dbmail/libdbmail.so.0 /usr/local/lib/dbmail/libmysql.a /usr/local/lib/dbmail/libmysql.la /usr/local/lib/dbmail/libmysql.so /usr/local/lib/dbmail/libmysql.so.0 /usr/local/libdata/ldconfig/dbmail /usr/local/sbin/dbmail-export /usr/local/sbin/dbmail-imapd /usr/local/sbin/dbmail-lmtpd /usr/local/sbin/dbmail-pop3d /usr/local/sbin/dbmail-smtp /usr/local/sbin/dbmail-users /usr/local/sbin/dbmail-util in case of manual backup restore don't forget: /sbin/ldconfig -m /usr/local/lib/dbmail /sbin/ldconfig -R you can get the whole file list (man pages, examples) doing: 'pkg_info - -f dbmail-2.2.x' in case you did a ports or package install If you are compiling from source then the sieve support is defined in ../configure as an option '--with-sieve' which makes the Makefile. No need to manually alter the Makefile. I guess you can do a 'make' without 'install' and manually copy the new files. In case you are using ports you should do: 'make config' to add the sieve option (no need to alter the Makefile) again you can do a 'make' without 'install' and manually copy the new files. - From my point of view, the most accurate solution would be to do a backup and compile fresh dbmail 2.2.11 using ports. and don't forget to add dbmail_timsieved_enable="YES" to rc.conf file. Cheers, Guntis -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkrB28MACgkQ48izO2diAc0VeQCeJ8Ahtr8y5bawl6I2S8ni6iZ3 tUgAn1ATS2rFnFEEHjFXNcq3kUwzvXaH =oh+g -----END PGP SIGNATURE----- _______________________________________________ DBmail mailing list DBmail[at]dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
|