Displaying 20 results from an estimated 7000 matches similar to: "IMAP flags not being committed properly?"
2018 Dec 31
2
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1
I use a localhost dovecot imap server in order to access maildir folders from Alpine (see 2009 instructions for my set up here
https://cpbl.wordpress.com/2009/11/07/alpine-offlineimap-and-gmail-under-ubuntu/ )
My configuration has worked nicely since 2009, but failed after a recent upgrade of dovecot (during basic upgrade from Ubuntu 18.04 to 18.10).
The version of Alpine did not change.
2018 Dec 31
0
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1
Hi!
In your case it's probably easiest to change
service stats {
unix_listener stats-writer {
mode = 0666
}
}
Aki
> On 31 December 2018 at 16:05 cpblpublic+dovecot at gmail.com wrote:
>
>
>
> I use a localhost dovecot imap server in order to access maildir folders from Alpine (see 2009 instructions for my set up here
>
2018 Dec 31
0
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1
You are still getting the connect error?
Can you share your doveconf -n?
Aki
> On 31 December 2018 at 16:42 cpblpublic+dovecot at gmail.com wrote:
>
>
> Hi Aki,
>
> Thanks. I put that in the .conf file I mentioned, and it made no
> difference.
>
> Chris
>
> > Hi!
> >
> > In your case it's probably easiest to change
> >
> >
2018 Dec 31
2
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1
Hi Aki,
Thanks. I put that in the .conf file I mentioned, and it made no
difference.
Chris
> Hi!
>
> In your case it's probably easiest to change
>
> service stats {
> unix_listener stats-writer {
> mode = 0666
> }
> }
>
> Aki
>
> > On 31 December 2018 at 16:05 cpblpublic+dovecot at gmail.com wrote:
> >
> >
> >
2018 Dec 31
0
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1
Did you remove the service section before taking doveconf -n? 'cos I can't see it here..
Also, did you restart dovecot after config change?
Aki
> On 31 December 2018 at 16:54 Chris BL <cpblpublic+dovecot at gmail.com> wrote:
>
>
> Hi Aki,
>
> Yes, the same connect error: imap(meuser,)Error: net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission
2018 Dec 31
2
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1
Hi Aki,
Yes, the same connect error: imap(meuser,)Error: net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission denied
The mail location in "doveconf -n" (belo) does not reflect my preferences.
In Alpine, if I acknowledge the error I get, which tells me to add
novalidate-cert in my pinerc file, it prompts me for my POSIX username and
password. After that, I get my
2018 Dec 31
0
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1 (fwd)
Am I assuming correctly that you are not, in fact, running anything but imap process from Dovecot?
Aki
> On 31 December 2018 at 18:35 Chris BL <cpblpublic+dovecot at gmail.com> wrote:
>
>
>
> Hi Aki,
>
> Oops; I did not think carefully enough about your instructions. Here is the output from
>
> $ dovecot -n -c /home/meuser/dotfiles/auto-stanford-dovecot.conf
2018 Dec 31
0
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1 (fwd)
If your client directly executes imap binary, it is not mandatory for dovecot to be running, but you need to put the service section into /etc/dovecot/dovecot.conf and restart the dovecot service.
Putting it to your local config file does not affect the global service.
Aki
> On 31 December 2018 at 22:16 Chris BL <cpblpublic+dovecot at gmail.com> wrote:
>
>
>
> Hi Aki,
2018 Dec 31
0
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1 (fwd)
We are working on fixing this.
Aki
> On 31 December 2018 at 23:45 Chris BL <cpblpublic+dovecot at gmail.com> wrote:
>
>
> Hi Aki,
>
> Bingo! Putting that line in dovecot.conf rather than my custom file, and
> then using my old custom file, unchanged, from Alpine works perfectly.
>
> My only remaining question, then, would be ... what was this (change)
>
2018 Dec 31
2
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1 (fwd)
Hi Aki,
Oops; I did not think carefully enough about your instructions. Here is the output from
$ dovecot -n -c /home/meuser/dotfiles/auto-stanford-dovecot.conf
# 2.3.2.1 (0719df592): /home/meuser/dotfiles/auto-stanford-dovecot.conf
# Pigeonhole version 0.5.2 ()
# OS: Linux 4.18.0-13-generic x86_64 Ubuntu 18.10 ext4
# Hostname: cpbl-t450s
doveconf: Warning: please set
2018 Dec 31
2
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1 (fwd)
Hi Aki,
I am not 100% sure. I do not really know what my OS does. "ps -A" says
dovecot is running, but if I say "sudo service dovecot stop", my email
client works fine still (that is, assuming the old version of dovecot is
installed). ie the on-demand instances of dovecot-imapd that Alpine calls
are, I assume, started and stopped by Alpine. (?)
Is my OS using dovecot
2018 Dec 31
2
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1 (fwd)
Hi Aki,
Bingo! Putting that line in dovecot.conf rather than my custom file, and
then using my old custom file, unchanged, from Alpine works perfectly.
My only remaining question, then, would be ... what was this (change)
about / or is there any documentation that I should/could have read to
know what to do without asking a lead developer?
Thank you very much.
I hope you had a great start
2018 Dec 31
2
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1
Hi Aki,
(This message might not make it to the list; I have to switch back to the
other dovecot to be able to send from that address)
Oops; I did not think carefully enough about your instructions. Here is the
output from
$ dovecot -n -c /home/meuser/dotfiles/auto-stanford-dovecot.conf
# 2.3.2.1 (0719df592): /home/meuser/dotfiles/auto-stanford-dovecot.conf
# Pigeonhole version 0.5.2 ()
# OS:
2011 Jun 13
2
Timeout during APPEND
Dear list,
I am running dovecot 1.2.15 on a Debian server.
One user reports continuous problems synchronising her mailbox via
IMAP (offlineimap, via SSH tunnel or SSL socket). It seems that she
has a large, locally-created message, but the uplink bandwidth seems
to be not enough to push it before dovecot times out the APPEND
command.
The error/exception happens inside offlineimap's Python
2015 Aug 19
2
Delivering email to Maildir PreINBOX
On 19/08/15 22:11, Pascal Volk wrote:
> On 08/19/2015 10:45 PM, Paulo Matos wrote:
>>
>> Hi all,
>>
>> I have a running dovecot with:
>> $ dovecot -n
>> # 2.2.18: /etc/dovecot/dovecot.conf
>> [...]
>> I started to filter my email with imapfilter running on the same host as
>> dovecot. I would therefore like to deliver email to a folder
2015 Aug 19
2
Delivering email to Maildir PreINBOX
Hi all,
I have a running dovecot with:
$ dovecot -n
# 2.2.18: /etc/dovecot/dovecot.conf
# OS: Linux 4.1.0-x86_64-linode59 x86_64 Fedora release 22 (Twenty Two) ext4
auth_debug = yes
auth_mechanisms = plain login digest-md5 cram-md5
auth_verbose = yes
auth_verbose_passwords = yes
default_internal_user = root
imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
mail_debug = yes
2012 Mar 13
1
invalid mailbox name
Hi,
while migrating all mail from our old to our new server (using
offlineimap, imap -> imap), I get the following error for one of my
user's mailboxes:
ERROR: Folder 'Organisations.RS Env & IJRS'[local_hoekman] could not be
created. Server responded: ('NO', ['Invalid mailbox name:
Organisations.RS Env & IJRS'])
I suppose this is because of the
2015 Aug 19
0
Delivering email to Maildir PreINBOX
On 08/19/2015 10:45 PM, Paulo Matos wrote:
>
> Hi all,
>
> I have a running dovecot with:
> $ dovecot -n
> # 2.2.18: /etc/dovecot/dovecot.conf
> [...]
> I started to filter my email with imapfilter running on the same host as
> dovecot. I would therefore like to deliver email to a folder called
> PreINBOX so that imapfilter then sorts the email and ends up
2011 Aug 31
0
sorting order changed during migration from courier
Hello,
I've been working to migrate to dovecot (debian stable: 1:1.2.15-7) from
courier (debian old-stable: 4.4.0-2). I've setup everything and migrated
a test user over to the new system, and ran the
courier-dovecot-migrate.pl script.
The user is using alpine (the free version of pine) and their sort order
changed on move to dovecot. Originally it was the default in alpine,
which is to
1997 Nov 29
0
NOT WANTED - SAMBA digest 1508
NOT WANTED
On Sun, 30 Nov 1997 samba@samba.anu.edu.au wrote:
> SAMBA Digest 1508
>
> For information on unsubscribing see http://samba.anu.edu.au/listproc
> Topics covered in this issue include:
>
> 1) How do I use multiple NT password servers
> by jurgessj@b1b.ok.boeing.com (John E. Jurgess )
> 2) Re: How do I use multiple NT password servers
> by Luke