Displaying 10 results from an estimated 10 matches for "3c0b8769e".
2019 Mar 03
2
migrating/cloning 2.2 > 2.3?
I have 2.2 installation on Centos 7, and, I'm trying to setup a new
server, and, 'clone' existing setup: Dovecot/Postfix/Mysql
on new Centos 7 installed from RPM 2.3.4.1 (3c0b8769e)
I then copied/overwrote from old to new /etc/dovecot/*.conf (but not
conf.d files), created self certs in place of old server certs
and, started Dovecot
is that totally dumb, and, how should I do this, or ?
upon starting dovecot and, trying to access mailbox from K9 client I see
in the log [1]...
2019 Feb 16
3
flags not synced correctly with dovecot sync (dsync)
...runs of the sync command
did not correct this. So the stateful sync failed to detect a change.
Are these bugs in dovecot? Is there more information that I can
provide? The output of doveconf -n on one machine is below, and
the others are almost identical.
Thanks for any help!
Dan
# 2.3.4.1 (3c0b8769e): /etc/dovecot/dovecot.conf
# OS: Linux 4.15.0-45-generic x86_64 Ubuntu 18.04.1 LTS
# Hostname: laptop2
auth_mechanisms = plain login
listen = 127.0.0.1
mail_index_log2_max_age = 10 days
mail_index_log_rotate_min_age = 1 days
mail_index_log_rotate_min_size = 300 k
mail_location = maildir:~/Maildir...
2019 Feb 26
1
new Centos server install yum dependency error: i686 vs x86_64
Is your server even running on CentOS 64bit?
# arch
or
# uname -m
should return "x86_64". But as your available base package is dovecot-
2.2.36-3.el7.i686 and not?dovecot-2.2.36-3.el7.x86_64 I guess
you'll see something like "i686"
Martin Johannes Dauser
On Sat, 2019-02-23 at 07:58 +1100, Voytek Eymont via dovecot wrote:
>
> On Sat, February 23, 2019 2:53 am,
2019 Mar 03
0
migrating/cloning 2.2 > 2.3?
...6.167,<xBk6viWDzrRur/an>): User query
> failed: Unknown column 'mailbox.enableimaptls' in 'where clause'
I've found a page with SQL table mods that seems to have fixed some of my
issues, after modifying SQL, I can log in
Mar 03 16:23:34 master: Info: Dovecot v2.3.4.1 (3c0b8769e) starting up for
pop3,
imap, sieve (core dumps disabled)
Mar 03 16:23:56 config: Warning: please set ssl_dh=</etc/dovecot/dh.pem
Mar 03 16:23:56 config: Warning: You can generate it with: dd
if=/var/lib/doveco
t/ssl-parameters.dat bs=1 skip=88 | openssl dhparam -inform der >
/etc/dovecot/d
h...
2019 Feb 23
0
new Centos server install yum dependancy error
...3/4
Verifying : 2:dovecot-2.3.4.1-1.x86_64
4/4
Installed:
dovecot.x86_64 2:2.3.4.1-1 dovecot-devel.x86_64 2:2.3.4.1-1
dovecot-mysql.x86_64 2:2.3.4.1-1 dovecot-pigeonhole.x86_64 2:2.3.4.1-1
Complete!
[root at c7 ~]# dovecot --version
2.3.4.1 (3c0b8769e)
thanks again!
(I should've read the install screen properly in the first place, and,
should've noticed I was installing NOT from dovecot...)
just thinking... now that I installed OK, should I revert the priority
protection to '1', if I don't, will it bite me elsewhere, any...
2019 Feb 22
2
new Centos server install yum dependancy error
> Am 22.02.2019 um 22:10 schrieb Voytek Eymont via dovecot <dovecot at dovecot.org>:
>
>
>
> On Sat, February 23, 2019 3:47 am, Gerald Galster via dovecot wrote:
>>
>
>>
>> try: yum clean all
>
>
> Gerald , thank you
>
> it shows in the output after 'second step' below:
>
> # yum clean all
> Loaded plugins:
2019 Feb 14
1
dovecot/lmtp dumps core when proxying to multiple recipients via protocol=smtp
..._run () from
/usr/lib/dovecot/libdovecot.so.0
No symbol table info available.
#10 0x00007f347fc93d43 in master_service_run () from
/usr/lib/dovecot/libdovecot.so.0
No symbol table info available.
#11 0x00005613fcbc1f70 in main ()
No symbol table info available.
(gdb)
doveconf -n gives:
# 2.3.4.1 (3c0b8769e): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.4 (60b0f48d)
# OS: Linux 4.9.0-8-amd64 x86_64 Debian 9.7
# Hostname: vhrzxxx.HRZ.Uni-Marburg.DE
auth_cache_negative_ttl = 0
auth_cache_size = 10 M
auth_master_user_separator = *
auth_worker_max_count = 1024
base_dir = /var/run/dovecot/
default_vs...
2019 Feb 18
0
flags not synced correctly with dovecot sync (dsync)
.... So the stateful sync failed to detect a change.
>
> Are these bugs in dovecot? Is there more information that I can
> provide? The output of doveconf -n on one machine is below, and
> the others are almost identical.
>
> Thanks for any help!
>
> Dan
>
> # 2.3.4.1 (3c0b8769e): /etc/dovecot/dovecot.conf
> # OS: Linux 4.15.0-45-generic x86_64 Ubuntu 18.04.1 LTS
> # Hostname: laptop2
> auth_mechanisms = plain login
> listen = 127.0.0.1
> mail_index_log2_max_age = 10 days
> mail_index_log_rotate_min_age = 1 days
> mail_index_log_rotate_min_size = 300...
2019 Mar 14
1
flags not synced correctly with dovecot sync (dsync)
On 13 Mar 2019, at 22.43, Dan Christensen via dovecot <dovecot at dovecot.org> wrote:
>
> On Mar 12, 2019, Dan Christensen via dovecot <dovecot at dovecot.org> wrote:
>
>> In another thread, Timo wrote:
>>
>> On Mar 12, 2019, Timo Sirainen via dovecot <dovecot at dovecot.org> wrote:
>>
>>> That bug is fixed with attached patch.
2019 Feb 19
2
flags not synced correctly with dovecot sync (dsync)
...a change.
>>
>> Are these bugs in dovecot? Is there more information that I can
>> provide? The output of doveconf -n on one machine is below, and
>> the others are almost identical.
>>
>> Thanks for any help!
>>
>> Dan
>>
>> # 2.3.4.1 (3c0b8769e): /etc/dovecot/dovecot.conf
>> # OS: Linux 4.15.0-45-generic x86_64 Ubuntu 18.04.1 LTS
>> # Hostname: laptop2
>> auth_mechanisms = plain login
>> listen = 127.0.0.1
>> mail_index_log2_max_age = 10 days
>> mail_index_log_rotate_min_age = 1 days
>> mail_index...