[Dovecot] best way something thinks to upgrade dovecot to 1.2.* 2.0.*
hello all hello dovecot network hello timo
What are your tips for successful migration for dovecot (atrpms , atrpms-testing depot for centos ) the page of wiki http://wiki2.dovecot.org/Upgrading/2.0 explains the method to upgrade
I tried on my personal machine and the command cites wiki returns errors on the terminal what to do with errors: correct the error in the configuration file ?
the question may seem simple but it is not pointless
many returns are welcome something thinks are welcome
thanks
On 25.8.2010, at 0.31, fakessh wrote:
I tried on my personal machine and the command cites wiki returns errors on the terminal what to do with errors: correct the error in the configuration file ?
What errors? They should be warnings, and you can simply ignore them. It just warns about each setting it changed to the new format.
On Wed, 25 Aug 2010 00:36:54 +0100, Timo Sirainen tss@iki.fi wrote:
On 25.8.2010, at 0.31, fakessh wrote:
I tried on my personal machine and the command cites wiki returns errors on the terminal what to do with errors: correct the error in the configuration file ?
What errors? They should be warnings, and you can simply ignore them. It just warns about each setting it changed to the new format.
They should be warnings OK
but i simply one error quote
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 700: Unknown setting: sieve_global_path
On Wed, 25 Aug 2010 00:58:59 +0100, Timo Sirainen tss@iki.fi wrote:
On 25.8.2010, at 0.54, fakessh wrote:
but i simply one error quote
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 700: Unknown setting: sieve_global_path
You sure that worked with v1.x either? It should be inside plugin {} section.
yes i sure this work with v1.x
inside plugin section i remove plugin v1.x
not work again
On Wed, 25 Aug 2010 02:04:22 +0200, fakessh fakessh@fakessh.eu wrote:
On Wed, 25 Aug 2010 00:58:59 +0100, Timo Sirainen tss@iki.fi wrote:
On 25.8.2010, at 0.54, fakessh wrote:
but i simply one error quote
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 700: Unknown setting: sieve_global_path
You sure that worked with v1.x either? It should be inside plugin {} section.
yes i sure this work with v1.x
inside plugin section i remove plugin v1.x
not work again
do not leave me alone. I need help for migration
On Wed, 2010-08-25 at 17:50 +0200, fakessh wrote:
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 700: Unknown setting: sieve_global_path
You sure that worked with v1.x either? It should be inside plugin {} section.
yes i sure this work with v1.x
inside plugin section i remove plugin v1.x
not work again
I don't understand the above sentences. But the error should be fixed simply by putting it inside plugin section:
plugin { sieve_global_path = whatever }
On Wed, 25 Aug 2010 17:20:17 +0100, Timo Sirainen tss@iki.fi wrote:
On Wed, 2010-08-25 at 17:50 +0200, fakessh wrote:
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 700: Unknown setting: sieve_global_path
You sure that worked with v1.x either? It should be inside plugin {} section.
yes i sure this work with v1.x
inside plugin section i remove plugin v1.x
not work again
I don't understand the above sentences. But the error should be fixed simply by putting it inside plugin section:
plugin { sieve_global_path = whatever }
I just tried the migration my services were down during this time the I now have another error
Fatal: service(auth) access(/usr/libexec/dovecot/dovecot-auth) failed: No such file or directory [�CHOU] [root@r13151 ~]#
On Wed, 2010-08-25 at 19:06 +0200, fakessh wrote:
I just tried the migration my services were down during this time the I now have another error
Fatal: service(auth) access(/usr/libexec/dovecot/dovecot-auth) failed: No such file or directory
In your v1.x config you explicitly specified path to dovecot-auth binary. Was there any reason for it? It's anyway no longer called dovecot-auth but auth. So either comment out that line in config or change dovecot-auth to auth.
On Wed, 25 Aug 2010 18:42:21 +0100, Timo Sirainen tss@iki.fi wrote:
On Wed, 2010-08-25 at 19:06 +0200, fakessh wrote:
I just tried the migration my services were down during this time the I now have another error
Fatal: service(auth) access(/usr/libexec/dovecot/dovecot-auth) failed: No such file or directory
In your v1.x config you explicitly specified path to dovecot-auth binary. Was there any reason for it? It's anyway no longer called dovecot-auth but auth. So either comment out that line in config or change dovecot-auth to auth.
migration to 1.2.13 vers 2.0.0 fixed
my dovecot -n
[root@r13151 ~]# dovecot -n
# 2.0.0: /etc/dovecot/dovecot.conf
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:20:
protocols=managesieve has been renamed to protocols=sieve
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:20:
protocols=imaps is no longer necessary, remove it
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:20:
protocols=pop3s is no longer necessary, remove it
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:32:
listen=..:port has been replaced by service { inet_listener { port } }
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:32:
protocol { listen } has been replaced by service { inet_listener {
address } }
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:33:
ssl_listen=..:port has been replaced by service { inet_listener { port }
}
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:33:
protocol { ssl_listen } has been replaced by service { inet_listener {
address } }
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:36:
listen=..:port has been replaced by service { inet_listener { port } }
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:36:
protocol { listen } has been replaced by service { inet_listener {
address } }
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:37:
ssl_listen=..:port has been replaced by service { inet_listener { port }
}
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:37:
protocol { ssl_listen } has been replaced by service { inet_listener {
address } }
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:101:
ssl_ca_file has been replaced by ssl_ca = It only remains for me that the correction of warnings and other
obsolete functions thanks timo for your work
thanks for all
On Wed, 25 Aug 2010 21:00:37 +0200, fakessh fakessh@fakessh.eu wrote:
On Wed, 25 Aug 2010 18:42:21 +0100, Timo Sirainen tss@iki.fi wrote:
On Wed, 2010-08-25 at 19:06 +0200, fakessh wrote:
thanks timo for your work thanks for all
delete file warnings to the config file is not easy I need your help to all yet migration is going well, I kept the rest of warnings for later
participants (2)
-
fakessh
-
Timo Sirainen