Skip to main content

Posts

Showing posts with the label :: Mail

:: install thunderbird 3.1.10 on linux

:: download thunderbird 3.1.10 email client # wget http://mozilla.cdn.leaseweb.com/thunderbird/releases/3.1.10/linux-i686/en-US/thunderbird-3.1.10.tar.bz2 or you can download on thunderbird download page :: installing thunderbird from source on linux # tar -xjf thunderbird-3.1.10.tar.bz2 -C /usr/local/ :: open / running thunderbird 3.1.10 $ /usr/local/thunderbird/thunderbird :: add thunderbird shortcut on gnome-panel 0. right-click gnome panel and select Add to Panel.. 1. select Custom Application Launcher.. 2. add value on Add Louncher, like: Type: Aplication Name: thunderbird Command: /usr/local/thunderbird/thunderbird 3. click OK button :: links + google + thunderbird

:: error while loading shared libraries: libgtk-x11

:: if you running thunderbird / firefox and get error like: /usr/local/firefox/firefox-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory or /usr/local/thunderbird/thunderbird: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory :: how to fix error libgtk-x11 on linux debian / ubuntu # aptitude install ia32-libs ia32-libs-gtk :: links + google

:: dovecot missing on pam.d ::

:: what is please take a look this. :: dovecot error missing with pam.d dovecot: auth-worker(default): pam(username,127.0.0.1): pam_authenticate() failed: Authentication failure (/etc/pam.d/dovecot missing? :: how to fix dovecot missing on pam.d [ linux: ~ ]# vi /etc/pam.d/dovecot #%PAM-1.0 auth required pam_unix.so nullok account required pam_unix.so :: restarting dovecot [ linux:~]# /etc/init.d/dovecot restart if you compiled dovecot from sorce: [ linux: ~ ]# killall dovecot [ linux: ~ ]# /usr/local/sbin/dovecot & :: links + googlelinux

:: install postfix, cyrus, courier, mysql, postfixadmin, squirrelmail on opensuse

:: what is please take a look this. :: install dependency + installing berkeleyDB + installing MySQL + installing Apache + installing PHP :: remove sendmail [ root:~ ]# rpm -e sendmail --nodeps :: build cyrus-sasl [ root: ~ ]# wget ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-2.1.23.tar.gz [ root: ~ ]# tar -xzf cyrus-sasl-2.1.23.tar.gz [ root: ~ ]# groupadd mail [ root: ~ ]# useradd -u 96 -d /usr/cyrus -g mail cyrus [ root: ~ ]# passwd cyrus [ root: ~ ]# cd cyrus-sasl-2.1.23/ [ root: cyrus-sasl-2.1.23 ]# export CPPFLAGS="-I/usr/local/mysql/include/mysql" [ root: cyrus-sasl-2.1.23 ]# ./configure --enable-anon --enable-plain --enable-login --enable-sql --disable-krb4 --disable-otp --disable-cram --disable-digest --with-mysql=/usr/local/mysql --with-plugindir=/usr/lib/sasl2 --without-pam --without-saslauthd --without-pwcheck [ root: cyrus-sasl-2.1.23 ]# make && make install :: installing Postfix + download postfix [ root:~ ]# wget http://mirror.postfix.jp/