Displaying 20 results from an estimated 900 matches similar to: "STARTTLS problem"
2016 Sep 16
2
BUG - DELETE Public/Folder not working with Thunderbird
Hi Anton,
Thank you very much for your helpful hint. Thunderbird clearly wants to
move Public/Test to the Trash of the user who subscribed the Public
folder. Question is how to solve this from a Dovecot point of a view, so
a user can also delete folders?
2020200448[10053c700]: proposed url = Public/Test folder for connection
INBOX has To Wait = FALSE can run = FALSE
2020200448[10053c700]:
2011 Jul 22
0
failed creating protocol instance to play queued url
I run thunderbird (both 3.x and 5.x) against dovecot 2.x and frequently
see delays "loading message". I admit to having a very large mailbox and
running multiple imap clients.
I've turned on thunderbird debugging, and at least one pattern I see in
the log during the delays (maybe a minute long) is the failed protocol
message above. These are no the only delays, but are the ones
2009 May 26
5
Capability problems dovecot 2.0
Hi,
I had some problems connecting TB 2.x with dovecot 2.0. TB2 complained about not being an IMAP4 server. TB 3 worked.
It seems that dovecot 2.0 doesn't return capabilities when queried. Maybe some wrong config, thoug?
Here are the debug logs from TB2 comparing dovecot 2.0 (not working) and dovecot 1.2 (working):
Dovecot 2.0:
NA:CreateNewLineFromSocket: * OK [CAPABILITY IMAP4rev1
2010 Jul 08
1
trash folder (again)
Hi,
I read very intently all the issues related to imap trash folders, but either
I didn't unerstand them or my problem is slightly different.
I plan to migrate from cyrus to dovecot. I've executed the perl script
cyrus2dovecot successfully with the substitution flag "-E 's/^\./.INBOX./'"
cause I want to have all folders as subfolders of the INBOX. The vmail dir
2012 May 05
4
IMAP STARTTLS Problem
Hello,
I have this problem:
May 5 21:02:35 opsys dovecot: imap-login: Disconnected (no auth
attempts): rip=84.150.52.31, lip=78.46.216.126
Connecting via Thunderbird to STARTTLS won't work, but with a website
from the same server it works for tls://opsys.de.
So why is the port closed for external ip's?
IPTABLES entry for imap is this:
fail2ban-dovecot-pop3imap tcp -- anywhere
2011 Jul 20
2
Thundebird 5.0 stuck until FETCH is done
I'm using thunderbird 5.0 with dovecot 1.0.15. My client stuck
downloading IMAP header every 10-15' Until the FETCH is done from 1 to
76687 (it's needs a looong time), my client isn't usable
Could you help me to fix this issue?
Below the log.
Thank you
2680[9cc6d00]: 9ccf800:mailserver:A:CreateNewLineFromSocket: * FLAGS
(\Answered \Flagged \Deleted \Seen \Draft unknown-1
2012 Sep 22
1
Spurious " Renaming not supported across conflicting directory permissions"
Dovecot 2.1.10
Client = Thunderbird. Local disks. mbox format.
Attempted to rename a folder, failed with:
CANNOT Renaming not supported across conflicting directory permissions
I don't understand why this should happen.
o I was renaming within a directory - the attempt was to rename
"Domain Names &- SSL Certificates" to "Domain Names". No directory was
2007 Jun 18
2
LSUB/SUBSCRIBE under namespaces
Hi folks.
Here's our situation: Migrating from UW-IMAP. Have lots (as in, tens of
thousands) of clients set up using '~/mail' as the IMAP root, and using
subscriptions.
Dovecot mail_location is using '~' for mbox storage. We've disabled full
filesystem access in Dovecot in order to use ACLs for shared folders. Hence
we have a hidden namespace for backwards
2009 Jul 06
1
Unable to (un)subscribe mbox with AIX, NFS and netapp filer
Hi Timo,
dovecot 1.2.0 is great! Faster and more stable on mboxes that 1.1.x by
far... good job :-)
Today I stumbled over a strange problem when I tried to subscribe an
existing Mailbox (mbox), which doesn't work.
Thunderbird IMAP log
--------------------
9932[4124558]: 40f3498:imap.fh-trier.de:A:SendData:
11 subscribe "Mail/Archiv/1998"
9932[4124558]: ReadNextLine
2016 Sep 16
2
BUG - DELETE Public/Folder not working with Thunderbird
Hi,
Unfortunately it looks like the parameter: "imap_client_workarounds =
tb-extra-mailbox-sep" does not work. Neither inside nor outside
"protocol imap {}" configuration section. ACLs are set correctly. Manual
"DELETE Public/Test" via telnet is working as expected. Is this a known bug?
See:
- https://help.ubuntu.com/community/Dovecot#Thunderbird
-
2010 Jul 17
2
dovecot 2.0rc2 Cannot delete a folder with Thunderbird (delete, not move to Trash)
With Thunderbird 3.1 I can now "delete" a folder which moves it to
Trash. But I cannot remove the folder in Trash.
The following is from the Thunderbird log file:
248[6814c00]: 8103800:imap.kzone.ch:A:SendData: 64 rename "test10"
"Trash/test10"
248[6814c00]: 8103800:imap.kzone.ch:A:CreateNewLineFromSocket: 64 OK
Rename completed.
248[6814c00]:
2006 Sep 19
1
Problem using POST with IE 6
Hey guys, hope one of you can help me.
I have the following code that works with Firefox but not within IE.
The basic premise is that when using a POST to send to my page, IE
doesn''t seem to send it and therefore doesn''t fire the database update.
GET''s work fine in IE but due to the potential volume of text, a GET
is not realistic.
In Firefox, GETs and POSTs work as
2005 Jul 31
2
Central list of Rails gems?
Is there a centralized list of Rails gems somewhere? Or even just a
database of some kind of gems that can be useful to Rails apps, not
just specific to Rails?
-raymond
--
Raymond Brigleb, Creative Director
Needmore Designs -- The beautiful, usable web.
Website http://needmoredesigns.com/
Email ray-THGPwszTed5CpjqP0VxSwUEOCMrvLtNR@public.gmane.org
2007 Jun 24
1
There was a problem by the use of snow.
problem of the very large memory require by the Sign extension.
--- R-2.5.0.orig/src/main/serialize.c 2007-03-27 01:42:08.000000000 +0900
+++ R-2.5.0/src/main/serialize.c 2007-06-25 00:48:58.000000000 +0900
@@ -1866,7 +1866,7 @@
static void resize_buffer(membuf_t mb, int needed)
{
- int newsize = 2 * needed;
+ size_t newsize = 2 * needed;
mb->buf = realloc(mb->buf,
2005 Dec 07
3
Addressing a class, rather than an id?
Good day,
I''m trying to use the slider control to resize a pile of images on a
web page. Clever, huh. Bet cha didn''t think of that one!!! :)
But seriously. It seems I want to address a class, rather than the
individual id''s of the images. At this point, I''m getting some
results with something like this:
2005 Jul 12
6
Meta-question about the list
Question about the list in general: by default, it''s set up so that
replies go to the sender, rather than the list. However, on other
lists I usually chat on, replies by default generally go to the list.
This seems to encourage more discussion. Would it be a good idea to
change that default? Or am I just crazy.
Best,
Raymond
--
Raymond Brigleb, Needmore Designs
Website
2013 May 27
1
Empty buffer on encoder write byte
Hi,
I've been trying to encode a live audio input from the microphone on iOS
device using opus.
Uncompressed audio recording works fine with
http://theamazingaudioengine.com/
Then, when I tried to do encoding, I'm stuck at figuring out why the buffer
is empty:
static int ec_write_byte(ec_enc *_this,unsigned _value){
if(_this->offs+_this->end_offs>=_this->storage)return
2006 Mar 17
0
Hosting a Rails project (svn, trac, etc.)
I''ve been working on some small Rails applications that I think might
eventually be useful to others. Rather than just release them ad hoc,
and since I develop with Subversion and such, it seems like it might
be a good idea to find a good way to share them with the world in a
way that they can grow and possibly take on a life of their own some
day.
This seems like a common need
2005 Jun 24
0
Parallel Worlds
You know, it almost seems as though there are now parallel worlds of
animation utility packages.
There is of course this family of effects, written in JavaScript, and
typically used by Rails apps. But then there''s very similar libraries
written in ActionScript, for Flash, that do very very similar things.
And since ActionScript is heavily based on JavaScript, one wonders if
2007 Jan 11
2
STARTTLS: read error=generic SSL error (0)"
Hi All,
I am runnig sendmail 8.12.8. I am getting the below error.
[root at mail MailScanner]# tail -f /var/log/maillog
Jan 11 11:20:40 mail sendmail[10646]: STARTTLS: read error=generic SSL error
(0)
Jan 11 11:20:41 mail last message repeated 22494 times
Jan 11 11:20:41 mail sendmail[10646]: STARTTLS: read error=generic SSL error
(0)
Jan 11 11:20:41 mail last message repeated 8894 times
Jan 11