Balsa-2.5.1

Introduction to Balsa

The Balsa package contains a GNOME-2 based mail client.

This package is known to build and work properly using an LFS-7.5 platform.

Package Information

Balsa Dependencies

Required

enchant-1.6.0, GMime-2.6.19, libESMTP-1.0.6, Rarian-0.8.1, and Aspell-0.60.6.1 or GtkSpell (GtkSpell provides on-the-fly as you type spell checking)

Recommended

Optional

GtkHTML, gtksourceview-3.10.2, OpenSSL-1.0.1f, OpenLDAP-2.4.39, Compface-1.5.2, MIT Kerberos V5-1.12.1, libnotify-0.7.6, SQLite-3.8.3.1, and MTA (that provides a sendmail command, note that it is only used if you didn't install the recommended libESMTP package)

Optional to Build S/MIME Support

GPGME-1.4.3

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/balsa

Installation of Balsa

Install Balsa by running the following commands:

sed -i "/(HAVE_CONFIG_H)/i \
#include <glib-2.0/glib.h>" src/main-window.c &&

./configure --prefix=/usr            \
            --sysconfdir=/etc/gnome  \
            --localstatedir=/var/lib \
            --with-rubrica           \
            --without-html-widget    \
            --without-libnotify      \
            --without-nm             \
            --without-gtkspell       &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--with-rubrica: This parameter is used to provide Rubrica2 address book support.

--with-ssl: Use this option to enable SSL support if OpenSSL is installed.

--with-ldap: Use this option to enable LDAP address book support if OpenLDAP is installed.

--with-sqlite: Use this option to enable SQLite address book support if SQLite is installed.

--with-gpgme: Use this option to enable GPG support if “GnuPG Made Easy” (GPGME) is installed.

--enable-smime: Use this option to enable S/MIME support if GnuPG-2.x.x is installed.

Configuring Balsa

Configuration Information

All configuration of Balsa is done through the Balsa menu system, with mailbox configuration done with the Settings—>Preferences menu.

If you are unable to connect to your ISP, they probably don't support APOP. Disable it in Settings/Preferences/POP3/advanced.

If you enable filters for your incoming POP3 mail, you must have Procmail-3.22 installed, as the incoming mail will be handed off to procmail for processing.

Contents

Installed Programs: balsa and balsa-ab
Installed Libraries: None
Installed Directories: /usr/share/balsa and /usr/share/sounds/balsa

Short Descriptions

balsa

is a glib based mail client.

Last updated on 2014-02-28 22:00:12 -0800