how to solve : Dovecot version mismatch: Master is v2.1.7, lmtp is v2.2.13

2014-09-22 Thread Dave Myers

Hello again dovecot list ;)

I've recently upgraded my dovecot version from 2.1.7 to 2.2.13.
both versions where installed from source.

I upgraded why attempting to get lmtp working. I ultimately just coped 
the executable lmtp to the location that dovecot was expecting it to be 
in. but then the above error appeared.


However when I get the info from dovecot I get the following...

$ dovecot -n
# 2.2.13: /usr/local/etc/dovecot/dovecot.conf

so there seems to be an issue somewhere.

I should note that I had copied my previous /conf.d/ files and then 
copied them back after the update.


I guess that I have missed a switch during the build, or need to modify 
a line in the config somewhere that tells what the version is, but that 
doesn't explain why the dovecot -n returns the correct info, but the 
error reports something different.


I am considering inserting the
 version_ignore=yes
config option, but where should I insert it ?

Thanks in advance.

David

--
Tel:
  + 33 6 50 14 39 34

email:
  david.myers.24...@gmail.com

Addres:
   22 Rue de L'Eglise 77700 Coupvray.
   77700
   France


Re: how to solve : Dovecot version mismatch: Master is v2.1.7, lmtp is v2.2.13

2014-09-22 Thread Reindl Harald

Am 22.09.2014 um 12:32 schrieb Dave Myers:
 Hello again dovecot list ;)
 
 I've recently upgraded my dovecot version from 2.1.7 to 2.2.13.
 both versions where installed from source.
 
 I upgraded why attempting to get lmtp working. I ultimately just coped the 
 executable lmtp to the location that
 dovecot was expecting it to be in. but then the above error appeared.

why do you copy files around?

if you update a software then make it complete and not
copy random files around - installing from source would
in general be better done by build packages because
they care about obsoleted files and so on

 However when I get the info from dovecot I get the following...
 
 $ dovecot -n
 # 2.2.13: /usr/local/etc/dovecot/dovecot.conf
 
 so there seems to be an issue somewhere.
 
 I should note that I had copied my previous /conf.d/ files and then copied 
 them back after the update.
 
 I guess that I have missed a switch during the build, or need to modify a 
 line in the config somewhere that tells
 what the version is, but that doesn't explain why the dovecot -n returns the 
 correct info, but the error reports
 something different.
 
 I am considering inserting the
  version_ignore=yes
 config option, but where should I insert it?

no, you should make sure that you have only one version installed
on your system and no old craft staying around



signature.asc
Description: OpenPGP digital signature


Re: how to solve : Dovecot version mismatch: Master is v2.1.7, lmtp is v2.2.13

2014-09-22 Thread David Myers
@Reindl.

I copied my conf.d folder as I deleted all the dovecot files in etc/dovecot
use/etc/dovecot etc ... ...

When I installed the new 2.2.13 version it didn't seem to want to put the
lmtp executable into the location that dovecot was expecting ? So I found
the file and copied it to where it was expected to be.

I then copied my old (backed up) conf.d bact to etc/dovecot/conf.d/
Performed a restart of dovecot, and got the above error.

Quite simple really. But where else does dovecot store files, so as I can
get all the errant files.

David.
On 22 Sep 2014 12:37, Reindl Harald h.rei...@thelounge.net wrote:


 Am 22.09.2014 um 12:32 schrieb Dave Myers:
  Hello again dovecot list ;)
 
  I've recently upgraded my dovecot version from 2.1.7 to 2.2.13.
  both versions where installed from source.
 
  I upgraded why attempting to get lmtp working. I ultimately just coped
 the executable lmtp to the location that
  dovecot was expecting it to be in. but then the above error appeared.

 why do you copy files around?

 if you update a software then make it complete and not
 copy random files around - installing from source would
 in general be better done by build packages because
 they care about obsoleted files and so on

  However when I get the info from dovecot I get the following...
 
  $ dovecot -n
  # 2.2.13: /usr/local/etc/dovecot/dovecot.conf
 
  so there seems to be an issue somewhere.
 
  I should note that I had copied my previous /conf.d/ files and then
 copied them back after the update.
 
  I guess that I have missed a switch during the build, or need to modify
 a line in the config somewhere that tells
  what the version is, but that doesn't explain why the dovecot -n returns
 the correct info, but the error reports
  something different.
 
  I am considering inserting the
   version_ignore=yes
  config option, but where should I insert it?

 no, you should make sure that you have only one version installed
 on your system and no old craft staying around




Re: how to solve : Dovecot version mismatch: Master is v2.1.7, lmtp is v2.2.13

2014-09-22 Thread Reindl Harald


Am 22.09.2014 um 13:44 schrieb David Myers:
 @Reindl.
 
 I copied my conf.d folder as I deleted all the dovecot files in etc/dovecot
 use/etc/dovecot etc ... ...
 
 When I installed the new 2.2.13 version it didn't seem to want to put the
 lmtp executable into the location that dovecot was expecting ? So I found
 the file and copied it to where it was expected to be.

and there started your mistake

just test builds somewhere and realize if it comes to so i found the
file and copied it something went terrible wrong - that's why you
build usually *packages* - rpmbuild complains as long you have not
listed all files in the %files section or if there are listed ones
no longer built

for a clean upgrade you need to replace *every* file and
in doubt get rid of orphans - just build packages or use
a virtual machine with a snapshot to try as long you know
what lives where

 I then copied my old (backed up) conf.d bact to etc/dovecot/conf.d/
 Performed a restart of dovecot, and got the above error.
 
 Quite simple really. But where else does dovecot store files, so as I can
 get all the errant files.

/usr/bin/
/usr/lib64/dovecot
/usr/libexec/
/var/lib/dovecot

 David.
 On 22 Sep 2014 12:37, Reindl Harald h.rei...@thelounge.net wrote:
 

 Am 22.09.2014 um 12:32 schrieb Dave Myers:
 Hello again dovecot list ;)

 I've recently upgraded my dovecot version from 2.1.7 to 2.2.13.
 both versions where installed from source.

 I upgraded why attempting to get lmtp working. I ultimately just coped
 the executable lmtp to the location that
 dovecot was expecting it to be in. but then the above error appeared.

 why do you copy files around?

 if you update a software then make it complete and not
 copy random files around - installing from source would
 in general be better done by build packages because
 they care about obsoleted files and so on

 However when I get the info from dovecot I get the following...

 $ dovecot -n
 # 2.2.13: /usr/local/etc/dovecot/dovecot.conf

 so there seems to be an issue somewhere.

 I should note that I had copied my previous /conf.d/ files and then
 copied them back after the update.

 I guess that I have missed a switch during the build, or need to modify
 a line in the config somewhere that tells
 what the version is, but that doesn't explain why the dovecot -n returns
 the correct info, but the error reports
 something different.

 I am considering inserting the
  version_ignore=yes
 config option, but where should I insert it?

 no, you should make sure that you have only one version installed
 on your system and no old craft staying around



signature.asc
Description: OpenPGP digital signature


[Dovecot] Dovecot version mismatch - after restart

2010-05-07 Thread edeis

Getting the followng error when managesieve is enabled. Any other post I've
read says this problem is because the service hasn't restarted after
upgrade. I've restarted dovecot  postfix many times, reboot machine too.
Still get the error. Racking my brains on this!!

May  7 13:21:19 drizzle dovecot: dovecot: Created login processes
successfully, unstalling
May  7 13:21:20 drizzle dovecot: managesieve-login: Fatal: Dovecot version
mismatch: Master is v1.2.11, login is v1.2.10 (if you don't care, set
version_ignore=yes)
May  7 13:21:20 drizzle dovecot: dovecot: Temporary failure in creating
login processes, slowing down for now
May  7 13:21:20 drizzle dovecot: managesieve-login: Fatal: Dovecot version
mismatch: Master is v1.2.11, login is v1.2.10 (if you don't care, set
version_ignore=yes)

Running CentOS5.4.
Installed Packages from atrpms
dovecot.x86_64   1:1.2.11-3_108.el5 
  
installed
dovecot-managesieve.x86_64   0.11.11-0_4.el5
  
installed
dovecot-sieve.x86_64 1:0.1.15-4.el5 
  
installed 

Here's my dovecot settings:

[r...@drizzle /]# dovecot -n
# 1.2.11: /etc/dovecot.conf
# OS: Linux 2.6.18-164.15.1.el5.028stab068.9 x86_64 CentOS release 5.4
(Final)
protocols: imap imaps pop3 pop3s managesieve
ssl_cert_file: /etc/ssl/certs/mydomain.com.crt
ssl_key_file: /etc/ssl/certs/mydomain.com.key
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap): /usr/libexec/dovecot/imap-login
login_executable(pop3): /usr/libexec/dovecot/pop3-login
login_executable(managesieve): /usr/libexec/dovecot/managesieve-login
mail_privileged_group: mail
mail_location: maildir:%h
mail_debug: yes
mail_executable(default): /usr/libexec/dovecot/imap
mail_executable(imap): /usr/libexec/dovecot/imap
mail_executable(pop3): /usr/libexec/dovecot/pop3
mail_executable(managesieve): /usr/libexec/dovecot/managesieve
mail_plugin_dir(default): /usr/lib64/dovecot/imap
mail_plugin_dir(imap): /usr/lib64/dovecot/imap
mail_plugin_dir(pop3): /usr/lib64/dovecot/pop3
mail_plugin_dir(managesieve): /usr/lib64/dovecot/managesieve
namespace:
  type: private
  prefix: INBOX.
  inbox: yes
  list: yes
  subscriptions: yes
lda:
  postmaster_address: m...@mydomain.com
auth default:
  mechanisms: plain login
  passdb:
driver: checkpassword
args: /var/www/ispcp/engine/ispcp-dovecot-mngr
  userdb:
driver: sql
args: /etc/dovecot/dovecot-sql-domain.conf
  userdb:
driver: sql
args: /etc/dovecot/dovecot-sql-aliasdomain.conf
  userdb:
driver: sql
args: /etc/dovecot/dovecot-sql-subdomain.conf
  socket:
type: listen
client:
  path: /var/spool/postfix/private/auth
  mode: 432
  user: postfix
  group: postfix
master:
  path: /var/run/dovecot/auth-master
  mode: 432
  user: vmail
  group: mail
plugin:
  sieve: /etc/dovecot/sieve/dovecot.sieve
[r...@drizzle /]# 

-- 
View this message in context: 
http://old.nabble.com/Dovecot-version-mismatch---after-restart-tp28491245p28491245.html
Sent from the Dovecot mailing list archive at Nabble.com.



[Dovecot] Version Mismatch

2008-09-09 Thread Kilburn Abrahams

hi list

I upgraded to 1.1.3, and have my logs turned off for some time, but 
turned it back on when someone complained about moving emails. I saw 
this in the logs. Seems strange. Using gentoo on AMD 64 bit. All is 
working fine, but is this a cause for alarm.


dovecot: Jun 05 17:10:32 Fatal: imap-login: Dovecot version mismatch: 
Master is v1.1.rc6, login is v1.1.rc8 (if you don't care, set 
version_ignore=yes)


SBox dovecot # dovecot -n
# 1.1.3: /etc/dovecot/dovecot.conf
log_path: /var/log/mail.log
info_log_path: /var/log/mail.log
protocols: imap imaps pop3 pop3s managesieve
listen(default): *:143
listen(imap): *:143
listen(pop3): *:110
listen(managesieve): *:2000
ssl_listen(default): *:993
ssl_listen(imap): *:993
ssl_listen(pop3): *:995
ssl_listen(managesieve):
ssl_disable: yes
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap): /usr/libexec/dovecot/imap-login
login_executable(pop3): /usr/libexec/dovecot/pop3-login
login_executable(managesieve): /usr/libexec/dovecot/managesieve-login
first_valid_uid: 150
last_valid_uid: 150
mail_privileged_group: mail
mail_location: maildir:/var/vmail/%d/%n
mail_executable(default): /usr/libexec/dovecot/imap
mail_executable(imap): /usr/libexec/dovecot/imap
mail_executable(pop3): /usr/libexec/dovecot/pop3
mail_executable(managesieve): /usr/libexec/dovecot/managesieve
mail_plugins(default): quota imap_quota
mail_plugins(imap): quota imap_quota
mail_plugins(pop3): quota
mail_plugins(managesieve):
mail_plugin_dir(default): /usr/lib64/dovecot/imap
mail_plugin_dir(imap): /usr/lib64/dovecot/imap
mail_plugin_dir(pop3): /usr/lib64/dovecot/pop3
mail_plugin_dir(managesieve): /usr/lib64/dovecot/managesieve
imap_client_workarounds(default): outlook-idle delay-newmail
imap_client_workarounds(imap): outlook-idle delay-newmail
imap_client_workarounds(pop3):
imap_client_workarounds(managesieve):
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
pop3_client_workarounds(managesieve):
auth default:
 user: nobody
 passdb:
   driver: sql
   args: /etc/dovecot/dovecot-sql.conf
 userdb:
   driver: sql
   args: /etc/dovecot/dovecot-sql.conf
 socket:
   type: listen
   client:
 path: /var/spool/postfix/private/auth
 mode: 432
 user: postfix
 group: postfix
   master:
 path: /var/run/dovecot/auth-master
 mode: 432
 user: vmail
 group: mail
plugin:
 quota: maildir
 quota_rule: *:storage=30GB
 quota_rule2: Trash:storage=1000M
 acl: vfile:/etc/dovecot/acls
 trash: /etc/dovecot/trash.conf

Thanks

!DSPAM:1,48c73e8460241318355894!