Displaying 20 results from an estimated 700 matches similar to: "Severe pop3 incompatibility report"
2007 Jan 10
3
Newbie question on file source
Hi,
Please correct me if I''m wrong but it seems to me that in the case of a
remote file source the path must contain the plain filename after the
module and paths with directory elements are not supported.
What I wanted is the following:
+++++ fileserver.conf +++++
[system]
path /services/puppet/common/
allow *
+++++ site.pp +++++++++++++
file {
2003 Nov 27
0
Incompatibility with eudora
Hello,
We installed dovecot-0.99.10.2 on Monday and upgraded to dovecot-0.99.10.4
today, but our eudora users still are very unhappy: old undeleted mail
messages are donwloaded every time they use our server.
Looking into the source code, we found that dovecot knows about the
following status flags:
A: answered
F: flagged (?)
T: draft (?)
R: seen (read)
D: deleted
2017 Oct 25
0
authenticate as userA, but get authorization to user userB's account
Hi,
On Wed, 25 Oct 2017, Heiko Schlittermann wrote:
> given a small organization. There are *personal* mailboxes (mailbox per
> user, incl. subfolders et cetera). The users can share specic folders
> via the ACL (we call it "other users/", Dovecot calls it "shared"
> folder. Additionally there are mailboxes Dovecot calls "public" (we use
> the
2005 Jan 05
1
imap client library.
Dear Dovecot developers,
I have several question about imap client:
- Is there any difference if we want to create imap client
that connect to Imap server with user mail format
Mailbox or Maildir?
Dovecot support both of them, are we need to create
different imap client to support both of them?
- Does anyone have imap client library other than
UW's c-client?
thanks for your
2004 Jan 06
3
SSL and STARTTLS
I wanted to enable SSL on some alternate ports so that a limited number
of people could try SSL access. But doing so enabled STARTTLS in
IMAP, so that all IMAP users got surprised (at least those whose
clients attempted to use it automatically).
e.g.:
# IP or host address where to listen in for SSL connections. Defaults
# to above non-SSL equilevants if not specified.
imaps_listen =
2017 Oct 25
0
authenticate as userA, but get authorization to user userB's account
On Wed, 25 Oct 2017, Heiko Schlittermann wrote:
> Kadlecsik J?zsef <kadlecsik.jozsef at wigner.mta.hu> (Mi 25 Okt 2017 13:28:22 CEST):
> > > sales at example.com, using the credentials of the very own account (say
> > > hans at example.com)?
> >
> > We faced the same problem and solved it with a PAM module:
> ?
> > The users must use the username
2017 Oct 20
0
Strange "IMAP connection broken (server response)" errors
Hello,
On Fri, 6 Oct 2017, Jozsef Kadlecsik wrote:
> We upgraded one of our dovecot servers to debian stretch with dovecot
> 2.2.27 and since then one of our users has been experiencing random IMAP
> failures.
>
> We enabled raw logging at the server side and it shows normal IMAP
> commands/responses:
>
> 1507292522.222427 * 6 FETCH (FLAGS () BODYSTRUCTURE
2017 Oct 06
2
Strange "IMAP connection broken (server response)" errors
Hello,
We upgraded one of our dovecot servers to debian stretch with dovecot
2.2.27 and since then one of our users has been experiencing random IMAP
failures.
We enabled raw logging at the server side and it shows normal IMAP
commands/responses:
1507292522.222427 * 6 FETCH (FLAGS () BODYSTRUCTURE ("text" "plain"
("charset" "us-ascii")
NIL NIL
2004 Jan 13
3
dovecot and evolution
hi,
in evo when I open my mailbox INBOX is in the middle of my foder list.
it seems evo sort folders alphanumericaly and eg Drafts is before
INBOX. is there any way to put the inbox as the first folder? it very
annoying:-(
ps. anyway what is the status of the new indexing code and the thread
view bug?
thanks.
--
Levente "Si vis pacem para bellum!"
2018 Mar 20
1
Strange "IMAP connection broken (server response)" errors
On Fri, 20 Oct 2017, Kadlecsik J?zsef wrote:
> On Fri, 6 Oct 2017, Jozsef Kadlecsik wrote:
>
> > We upgraded one of our dovecot servers to debian stretch with dovecot
> > 2.2.27 and since then one of our users has been experiencing random IMAP
> > failures.
> >
> > On the client side the user runs alpine and the corresponding debug lines:
> >
>
2007 Mar 01
8
upgrading puppet?
How are people upgrading puppet itself on their hosts that run puppetd?
Can puppet be used to upgrade to a new puppet package via gem, rpm or
some other package provider? How do you handle restarting?
Just hoping theres a better way than "ssh and a for loop" or having to
have another configuration management system installed.
2007 Jan 10
9
Definition specialization
There was a discussion a while ago about adding inheritance to
definitions. There is a need for a way to specialize parameters while
allowing passing other options. This comes up with remotefile where
it would be nice to have a default server location but not specify all
the parameters (and their defaults) in the definition.
Was there a change to the syntax? Is there a way to accomplish this?
2006 Jan 26
1
nfs root filesystem problem
Hi ,
I am doing some tests with klibc 1.1.16. I would like to have my
root file system on an nfs export , but the /etc folder it to be mounted
from a different nfs export.
I am using 2.6.15.1 with initrd ramdisk initramfs nfsroot etc
compiled in. My pxelinux.cfg looks like this:
default opteron
label opteron
kernel gentoo/vmlinuz-opteron
append initrd=gentoo/initramfs.img ip=dhcp
2013 Jun 01
10
How about add a method to truncate a long text more smart?
sometimes we need to truncate a long text more smart.
eg:
The Model layer represents your domain model (such as Account, Product,
Person, Post, etc.) and encapsulates the business logic that is specific to
your application. In Rails, database-backed model classes are derived from
ActiveRecord::Base. Active Record allows you to present the data from
database rows as objects and embellish
2006 Jun 24
3
recover data from linear raid
Hello,
I had a scientific linux 3.0.4 system (rhel compatible), with 3
ide disks, one for / and two others in linear raid (250 gb and 300 gb
each).
This system was obsoleted so i move the raid disks to a new
scientific linux 3.0.7 installation. However, the raid array was not
detected ( I put the disks on the same channels and same master/lsave
setup as in the previous setup). In fact
2003 Nov 25
1
mbox format
I wish to know some implementation details about mbox.
When you you mbox format in IMAP, are you doing to keep the same message
UID across IMAP session if you know that any other program can modify
the mailbox as it wants, for example, two messages can be exchanged.
In this case, will the UID kept the same ?
If they keep their UID, how do you identify the messages ?
Thanks,
--
DINH V.
2012 Dec 06
0
[Bug 690] Netfilter NAT engine conflicts with iproute2 routing cache purge
http://bugzilla.netfilter.org/show_bug.cgi?id=690
Jozsef Kadlecsik <kadlec at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |kadlec at netfilter.org
Resolution|
2012 Dec 06
0
[Bug 655] In IPv6 route information doesn't get flushed out when deleting and creating a new interface
http://bugzilla.netfilter.org/show_bug.cgi?id=655
Jozsef Kadlecsik <kadlec at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |kadlec at netfilter.org
Resolution|
2012 Dec 06
0
[Bug 680] Packets disappear after NAT on 2nd gateway
http://bugzilla.netfilter.org/show_bug.cgi?id=680
Jozsef Kadlecsik <kadlec at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |kadlec at netfilter.org
Resolution|
2016 Feb 24
0
[Bug 1050] Kernel crashes during ipset destroy and ipset restore
https://bugzilla.netfilter.org/show_bug.cgi?id=1050
Jozsef Kadlecsik <kadlec at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |kadlec at netfilter.org
Resolution|---