e
available, and that would deal with these types of issues. However, the
ACAP effort is all but dead, leaving IMSP as the only viable remote address
book and preferences protocol in use.
--
Cyrus Daboo
Cyrusoft International, Inc.
how you want to use the remote stored data. If you really
want to have a remote personal address book store, then I would argue that
IMSP is the way to go. Of course others may disagree...
--
Cyrus Daboo
use
> is deprecated. Hmm.
Why not just jave LMTP keep an SMTP connection (or pool of connections)
permanently open, and send all messages through that using RSET after each
one? Wouldn't that be more efficient than calling sendmail/exim etc once
per message if the volume gets to be large?
--
Cyrus Daboo
e message data were not an issue,
what you could do is setup a user that has 'r' rights to each of the
mailboxes of other users you want to examine, and then you just issue
status commands for those mailboxes to get the unseen count.
--
Cyrus Daboo
ection can be reused, avoiding the overhead of connection setup and
authentication. In this case we use the UNSELECT command on the previous
mailbox to effectively 'close' it. That command ought to invalidate the
cache, as should the CLOSE command, which may be used in other situations.
--
Cyrus Daboo
connection using NOOPs. Based on the brief description that Larry
had provided I'm guessing the caching happens on for the connection where
the mailbox is SELECT'ed - i.e. the one where the mailbox is opened by the
user - and not the STATUS connection. The code is the definitive source for
this...
--
Cyrus Daboo
ww.ietf.org/html.charters/vpim-charter.html>
There are a number of commercial vendors (not just MS and Lotus) that do
have solutions in this space, but I don't have details myself. I think a
lot of the telecomms companies (e.g. Nortel, AT&T etc) who already have
voicemail products are involved in this space.
--
Cyrus Daboo
- it won't tell you anything about whether the recipient
actually sees the message. I think the DSN extension is pretty widely
deployed in SMTP servers so this ought to be a fairly reliable method,
though sometimes firewalls can get in the way.
--
Cyrus Daboo
will find the old copies one way or another...
--
Cyrus Daboo
E extension, or one of the mailbox
notification protocols that are being discussed (e.g. the SNAP protocol
discussed in IMAPext/VPIM groups).
--
Cyrus Daboo
lboxes to return all results in one go.
--
Cyrus Daboo
it be
possible to use that to add extra info?
--
Cyrus Daboo
ving the backend database support to improve
performance of address books etc, plus some other changes that will tie in
directly with some major new functionality that will be appearing in
Mulberry hopefully later this year. I'm going to try and get the IMSP stuff
available off our site soon.
--
Cyrus Daboo
load.
--
Cyrus Daboo
to handle that in vacation. The SIEVE
base-spec gets around this by allowing comparisons (with either
case-sensitive or case-insensitive comparators) against the local or domain
part of an address separately if so desired. I will bring this matter up on
the sieve list as it needs to be cleared up wrt vacation.
--
Cyrus Daboo
Hi Cyrus,
--On Monday, December 15, 2003 11:35 AM -0500 Cyrus Daboo
<[EMAIL PROTECTED]> wrote:
|| Does the :addresses parameter will be matched case insentively, meaning
|| that the vacation will also trigger for mail addressed to
|| [EMAIL PROTECTED] ?
|
| Good question - the vacation s
| ongoing to implement SSL/TLS capabilities into the IMSP server. Can
| anyone comment on how well that might be progressing?
Sorry, I have been tardy wrt getting out TLS patches into the CMU code. I
will do some work on that over the next couple of days.
--
Cyrus Daboo
---
Home Page: http://asg.w
that is 'imap'. We have been using 'imsp' for
IMSP, however CMU uses 'imap' as the service name for IMSP. GSSAPI also
uses a service name and there we do use 'imap' for IMSP. I need to change
our digest plugin to use 'imap' then it s
uld be set to
accept either 'imap' or 'imsp'? Or would that be too hard to do within the
constraints of SASL lib?
--
Cyrus Daboo
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
pended will always
end up with the \Recent flag as it is considered 'recent' when added to the
mailbox, so its use in APPEND in superfluous anyway.
Bottom line is: its a client bug - fix the client.
--
Cyrus Daboo
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.and
he top of the results:
<http://www.exocore.com/technologies/linux/identd/>
--
Cyrus Daboo
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
to end up in the spam folder
if it gets classified as spam as well as a virus, given the order of the
actions in the SIEVE script? I would have thought it better to put all
virii into the virus folder irrespective of whether its also spam or not.
Just interested to know why you have it this way around.
--
Cyrus Daboo
o going to be a problem given that that character is the hierarchy separator character, and you can't start with a 'null' level of hierarchy.
--
Cyrus Daboo
(probably out of memory)
|
| Is this a namespace thing?
Why is it trying to create using '.' as the first part of the address book
name? Exactly what are you typing into Mulberry's create address book
dialog?
--
Cyrus Daboo
y (delivery)
SIEVE script? If so setting that script via IMAP ANNTATEMORE should have
the same effect as doing so via ManageSIEVE.
--
Cyrus Daboo
h a
specific annotation used to hold the name of the active script.
One other thing that ManageSIEVE does that is useful is syntax checking of
a script being uploaded. Whilst Ken did not mention that, ideally storing a
script via IMAP should also do a syntax check and prevent the store if the
client-side,
but it would be nice to have it done on the server. The same kind of
behaviour would be nice for sent-mail messages too (i.e. APPEND).
Clearly certain sieve script actions do not make sense with COPY/APPEND -
in particular reject, so there would have to be some form of 'profile' of
sieve that would make sense.
--
Cyrus Daboo
net-drafts/draft-daboo-sieve-spamtest-03.txt>
--
Cyrus Daboo
excludes NULL as a valid character. So if Eudora is sending bare
NULLs that is a protocol bug you can bounce back to them and justify having
them fix.
NB There is an IMAP BINARY extension in the works that does allow bare
NULLs, but only when used with the specific extension syntax.
Bare CR or LF is a
ge once it is in the
mail store. The only option for editing addresses or calendar events then,
is to delete/expunge the old item and append a new item. That leads to the
possibility of race-conditions when multiple clients are being used at the
same time.
--
Cyrus Daboo
sume "yes" for now, since I've never seen it and I'm not going to
| research a problem on code that is 5+ years out of date.
That was a known problem with v1.5 and keywords.
--
Cyrus Daboo
you have to explicitly set the authentication method - it won't
try one simply because its present, so you can simply set your preferences
to not use DIGEST or CRAM.
--
Cyrus Daboo
ld
be used to trick clients into sending clear-text passwords, and the user
would be non the wiser.
--
Cyrus Daboo
icode characters in some random character set given that sieve expects
utf8 in its scripts.
--
Cyrus Daboo
d DIGEST-MD5 are the one I know for
| sure provide it, while CRAM-MD5 don't. I am not sure about GSSAPI,
| EXTERNAL and other.
Both Kerberos_v4 and GSSAPI have authorization ids, as does EXTERNAL. The
only standard ones that currently do not are CRAM-MD5 and (obviously)
ANONYMOUS.
--
Cyrus Daboo
hat happens?
- --
Cyrus Daboo
-BEGIN PGP SIGNATURE-
Version: Mulberry PGP Plugin v3.0
Comment: processed by Mulberry PGP Plugin
iQA/AwUBP6KF8yK4BGrbmMvFEQLWOgCguMsINeSj6eEqG4kZN8OHc7YQAEoAn0rY
cPoDyaQ+aVXpQoBTf3m8qlxd
=QERP
-END PGP SIGNATURE-
ate: so that it was
20 years in the future and ipurge would never remove those messages from
the spam folder. I think ipurge needs to have an option to use internaldate
(from IMAP envelope) as an alternative, and that ought to be the default.
Perhaps it alrady has that option?
--
Cyrus Daboo
for SASL in the IMSP options file must all begin with 'imsp.sasl.'.
Thus you need:
imsp.sasl.allowplaintext N +
imsp.sasl.pwcheck_method N saslauthd
imsp.sasl.mech_list n (plain)
Check the 'sasl_syupport.c' file in the IMSP source distribution to see
this.
--
Cyrus Daboo
ly. The keep action in sieve is simply
doing the same thing and duplicate suppression kicks in (as indicated by
the lmtpd message). What you should probably do is:
elsif envelope :localpart :is "to" "ws+test" {
fileinto "INBOX";
keep;
}
That will force delivery to INBOX (fileinto) and also result in a copy in
INBOX.test (keep).
--
Cyrus Daboo
s are required to re-issue CAPABILITY after
STARTTLS to make sure they have a legitimate set of authenticators and
other capability items listed after the secure connection has been created.
Hopefully one of the server experts on this list can explain what is
causing this and how to fix it.
--
Cyrus Daboo
o be a lot of
interest in doing this - but you might want to propose it again on the
sieve list.
--
Cyrus Daboo
to the server but then does plaintext authentication.
We've looked into the possibility of adding this capability to Mulberry,
but there really hasn't been a great demand for it so its a low priority.
I'd certainly like to hear from people who think its important.
--
Cyrus Daboo
ere's a third choice if you have Mulberry: our ACL support lets you
'transfer' the ACLs from one selected mailbox to any others pretty easily.
However, this is not particularly efficient because of the way the ACL
support via IMAP is defined, so it may take a while with a lot of mailboxes
- however, it does work.
--
Cyrus Daboo
> that this is a bug in Cyrus, am I wrong? If it's really a bug, has it been
> fixed in the newer versions and/or is there any workaround for it?
Yes it is a bug in the server. The fix is to upgrade to a more recent
version of the server: the latest v1.6.x release or v2.0.x.
--
Cyrus Daboo
44 matches
Mail list logo