PDA

View Full Version : [Dovecot-news] v1.0.5 released



hehachris
09-09-2007, 01:30 AM
http://dovecot.org/releases/1.0/dovecot-1.0.5.tar.gz
http://dovecot.org/releases/1.0/dovecot-1.0.5.tar.gz.sig

v1.0.4 was a bit bad release.

- deliver: v1.0.4 broke home directory handling
- maildir: Creating mailboxes didn't use dovecot-shared's group for
cur/new/tmp directories.

jw00dy
09-09-2007, 03:34 AM
Thanks -- update went well, and yes 1.0.4 was not a good release :)

DutchTSE
09-10-2007, 02:07 AM
cd /usr/local/directadmin/customapache
./build update
./build update_dovecot
./build clean
./build dovecot

service dovecot restart or
/etc/init.d/dovecot restart

.::Gsmdenis::.
09-16-2007, 01:46 PM
after update can not receiv any email ? any help?

nobaloney
09-16-2007, 01:52 PM
Check your exim mainlog for errors, or to see where it's delivering mail.

Check to see if dovecot is running:

$ ps waux | grep dovecot

Check your exim.conf file to see if it's been updated for Dovecot. If you were running SpamBlocker3 version of exim.conf, you have to download the new one for your configuration and install it manually; look here (http://www.nobaloney.net/downloads/spamblocker/DirectAdminSpamBlocker3/).

Check for new mail in both /var/spool/virtual/EXAMPLE.COM/MAILBOXNAME and in /home/USERNAME/imap/EXAMPLE.COM/MAILBOXNAME/Maildir/new and in /home/USERNAME/imap/EXAMPLE.COM/MAILBOXNAME/Maildir/cur to see where the mail is ending up.

(Don't forget stuff above in ALL CAPS is placeholder; fix as necessary.)

Jeff

.::Gsmdenis::.
09-16-2007, 02:29 PM
thanks jeff

problem fix by follow step:

cd ~
wget http://files.directadmin.com/service....68-1.i386.rpm
rpm -Uvh --force --nodeps da_exim-4.68-1.i386.rpm
service exim start

cd /usr/local/directadmin/customapache
./build todovecot

service dovecot restart

BR.,

Denis