Mathias Koerber schrieb am Tue, Apr 23, 2002 at 02:59:18PM +0800:
[...]
>
> I want it the other way around: lmtp to accept the incoming local mails
> from thepostfix server on the other machine, and then to invoke procmail
> for final delivery..
>
> or am I totally off-base here?
AFAIK cyrus' l
On Tue, Apr 23, 2002 at 02:59:18PM +0800, Mathias Koerber wrote:
> I think there's some misunderstanding. I want postfix on the SMTP server
> to accept incoming mails, then use LMTP to forward it to the mailbox (IMAP)
> server. There I would like to find a way for lmtpd to call procmail
> for loc
> AFAIK cyrus' lmtpd(8) is highly integrated with the rest of the cyrus
> software, you cannot invoke procmail at this point any more. The "fix"
> would be to relay the mails via SMTP, set up a small postfix on the
> cyrus box and do procmail then. But this enhances the complexity of
> your setu
> Ok, so you want Postfix to send it to another server via LMTP,
yes, because that's what some postfix documentation suggested doing
instead of using SMTP again or sharing the mail-dir via NFS.
> yet you want Cyrus to answer
> the LMTP call and send it to procmail. That makes No sense.
If
Mathias Koerber schrieb am Tue, Apr 23, 2002 at 03:26:37PM +0800:
> > AFAIK cyrus' lmtpd(8) is highly integrated with the rest of the cyrus
> > software, you cannot invoke procmail at this point any more. The "fix"
> > would be to relay the mails via SMTP, set up a small postfix on the
> > cyrus
I am looking at implementing a read-only (as far as the users are
concerned, messages get posted through other means) web based message
system by useing a modified webmail client and cyrus (via LMTP from the
message generator server). Idealy I would like to set something up on the
cyrus server tha
hello all,
i'm running into a problem where a user will go to either delete
messages, move into other folders (mostly when moving back into the
Inbox) and they are unable to. closing and reopening the client app
doesn't resolve the problem, you have to hunt down the users process's
on the se
Darin,
That's probably the classic imap locking problem on that occurs on certain
systems with certain software configs. You will need the patch by John
Wade, who researched the problem and found a great workaround to it.
Search the list for it...
I have been using his patch for about two weeks
I'm sure someone has handled this one in the past, so I ask for a canned
example if possible.
Sieve and Cyrus are happily working together, but reading the sieve rfc, it
mentions that I need to handle the prevention of fowarding loops...
mailbox1 --> mailbox2
but
mailbox2 --> mailbox1
or even
m
You can compile procmail with support to run as a lmtp server.
Just organise for it to be run from inetd on the mailbox server (or locally
if you only have on box for email), then have deliver run at the end of
procmail's rcfile.
Lmtp server support has only existed in the last few versions of p
Mike Grommet wrote:
>
> I'm sure someone has handled this one in the past, so I ask for a canned
> example if possible.
>
> Sieve and Cyrus are happily working together, but reading the sieve rfc, it
> mentions that I need to handle the prevention of fowarding loops...
>
> mailbox1 --> mailbo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Cyrus (by default) prevents repeated delivery of the same message by
storing the message id of incoming messages and discarding any message
with a previously seen id (to the same user.) See duplicatesuppression
in imapd.conf(5)
- -Hein
"Mike Gromme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Do you have a line like
require ["fileinto", "reject", "vacation", "regex"];
at the beginning of your Sieve file?
- -Hein
Avi Schwartz <[EMAIL PROTECTED]> writes:
[...]
> Apr 17 19:03:25 coral lmtpd[27178]: sieve parse error for avi: line 74:
>
Hi,
I have a bunch of sieve rules like the following lines:
if address :contains "From" "[EMAIL PROTECTED]" {
reject "message";
}
The problem I am having is that every time Sieve handles a message I see
the following errors in the log file:
Apr 17 19:03:25 coral lmtpd[27178]: sieve parse er
On 23 Apr 2002, Avi Schwartz wrote:
> I have a bunch of sieve rules like the following lines:
>
> if address :contains "From" "[EMAIL PROTECTED]" {
>reject "message";
> }
>
> The problem I am having is that every time Sieve handles a message I see
> the following errors in the log file:
you
Is this specific to a certain version?
I'm using Cyrus 2.0.16
I did a man 5 imapd.conf and did not see a mention of "duplicatesupression"
- Original Message -
From: "Hein Roehrig" <[EMAIL PROTECTED]>
To: "Mike Grommet" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, Apri
--On Monday, April 22, 2002 23:53 +0200 Luca Olivetti <[EMAIL PROTECTED]>
wrote:
> Hi,
> with mozilla there's an option to check mail in all folders, useful for
> server side filtering with sieve
> http://bugzilla.mozilla.org/show_bug.cgi?id=18266
>
> The problem is that to do that mozilla opens
Sorry, my advice/information is based on Cyrus 2.1.3. AFAIK the
duplicate suppression has been there for a long time but possibly not
the configuration option. Probably somebody in the group will comment on
that in a second :-)
Regards,
Hein
On Tue, 2002-04-23 at 16:52, Mike Grommet wrote:
> Is
Sorry if this is a stupid question but I'm trying to configure cyrus and
postfix for the first time and am having some problems.
At the moment I am stuck with the following error.
> postfix/pipe[8865]: DCC04C57D: to=<[EMAIL PROTECTED]>,
> relay=cyrus, delay=38306, status=deferred (temporary fail
Ashley Yakeley wrote:
>
> My MUA, Apple's "Mail" app for Mac OS X, is unable to check my IMAP
> folder hierarchy for new messages: you have to manually click on each
> folder to see if there's recent mail in it. A friend of mine running Mail
> with the UW server (I think) reports no problem.
>
Mike Grommet wrote:
>
> Is this specific to a certain version?
>
> I'm using Cyrus 2.0.16
>
> I did a man 5 imapd.conf and did not see a mention of "duplicatesupression"
It wasn't optional until recently. Its always been "on" in past
versions.
>
> - Original Message -
> From: "He
Andrew Heberle schrieb am Tue, Apr 23, 2002 at 09:17:12PM +0800:
> You can compile procmail with support to run as a lmtp server.
>
> Just organise for it to be run from inetd on the mailbox server (or locally
> if you only have on box for email), then have deliver run at the end of
> procmail's
Justin,
> We have some users here using Outlook2000. They are having problems
> with Outlook closing connections to the cyrus server and going into
> offline mode. The error they see is:
>
> Your IMAP server has closed the connection.
> This may occur if you have lef
Out of Curiosity does it actually run procmail at all?
Because i have the same exact thing and guess what. The mail_transport =
cyrus takes priority and kicks out procmail. But i see you changed your
master.cf does procmail know how to deliver properly to cyrus? and if so
how?
--On Tuesda
--On Tuesday, April 23, 2002 3:31 PM +0800 Mathias Koerber
<[EMAIL PROTECTED]> wrote:
> yes, because that's what some postfix documentation suggested doing
> instead of using SMTP again or sharing the mail-dir via NFS.
Well i do recall somewhere in a qmail documentation that explicitly said
Ma
Hallo,
I want to upgrade from 2.0.16 to 2.1.3:
When I start the master, I this in the log:
ctl_cyrusdb[18490]: recovering cyrus databases
ctl_cyrusdb[18490]: DBERROR db3: /var/imap/config/mailboxes.db: btree
version 7 requires a version upgrade
and the master process exits. I can not just do cv
I have just uploaded a second beta version of my SASLv2 patch for
Sendmail 8.12.3.
http://www.oceana.com/ftp/sendmail-8.12.3-SASLv2.Beta2.patch.gz
ftp://ftp.oceana.com/pub/sendmail-8.12.3-SASLv2.Beta2.patch.gz
The two differences from the first patch are:
- IPv6 support (courtesy of Hajimu UME
On Tue, 23 Apr 2002, Alec H. Peterson wrote:
> Cyrus makes extensive use of mmap() to propagate changes between various
> persistent IMAP processes in the seen database. I've walked through the
And mmap is broken in some linux kernels for some archs. I couldn't get it
to work properly on hppa
On Tue, Apr 23, 2002 at 11:39:45AM -0600, Scott M Likens wrote:
> Out of Curiosity does it actually run procmail at all?
>
> Because i have the same exact thing and guess what. The mail_transport =
> cyrus takes priority and kicks out procmail. But i see you changed your
> master.cf does pro
Cyrus 2.0.16:
I've just stumbled onto what I think is a bug. The quota struct in
mailbox.h defines 'int limit'. I hadn't been able to figure out if
the quota limits were in bytes or kilobytes (I've since read the code
and figured it out) and I wanted to set large quotas as a failsafe
on a new i
I'm currently using cyrus version 2.0.15 with the HIERSEP patch.
with cyrus-sasl-1.5.27
What pitfalls can I expect to encounter if I upgrade to cyrus-2.1.2?
Do I need to remove cyrus-sasl-1.5.27 in order to install SASLv2?
Thanks,
Jeff
Also Sprach Wil Cooley <[EMAIL PROTECTED]> on Tue, Apr 23, 2002 at 03:00:10PM PDT
> Cyrus 2.0.16:
...
> Considering that quotas are used in kilobytes, it should be a matter
> of checking if the user-supplied quota is 2097151 ((2^31-1)/2)
> or greater and return an error.
Erm, that should be ((2^3
I got Cyrus set up I think correctly (turned out to be a permissions
problem) sent some test emails, but I get this error :
hostname sendmail [2459] : gBN30mXo2458 SYSERR (root) collect Cannot
write ./dfg3N3UnXo2462 (bfcommit, uid = 0) : Permission denied
Is this likely to be a simple sendamail
> > yes, because that's what some postfix documentation suggested doing
> > instead of using SMTP again or sharing the mail-dir via NFS.
>
> Well i do recall somewhere in a qmail documentation that explicitly said
> Mailbox's on NFS drives is evil evil pure evil. I could be wrong but
> that's
At 2002-04-23 07:37, Hein Roehrig wrote:
...
>require ["fileinto", "reject", "vacation", "regex"];
...
>> Apr 17 19:03:25 coral lmtpd[27178]: sieve parse error for avi: line 74:
>> reject not required
I got tripped up by this one too. I would suggest changing this error
message to something li
At 2002-04-23 08:21, Ken Murchison wrote:
>> Also, I heard that SCAN was under discussion in the appropriate
>> IETF group. Anyone know more about its current status?
>
>Its not being discussed at all.
Well that's the IETF for you...
So what is the best way for an IMAP client to detect recently
Quoting Ashley Yakeley <[EMAIL PROTECTED]>:
> At 2002-04-23 08:21, Ken Murchison wrote:
>
> >> Also, I heard that SCAN was under discussion in the appropriate
> >> IETF group. Anyone know more about its current status?
> >
> >Its not being discussed at all.
>
> Well that's the IETF for you...
Hi Alex,
Did you find a solution? If yes, please share with us.
I would also like to move users from one box to another from time to
time, for example if the server needs to be upgraded or repaired etc.
thanks.
Alex Kamalov wrote:
> Is there any way I can move existing cyrus-imap user mailb
Dirk Wallmeier schrieb am Tue, Apr 23, 2002 at 08:51:10PM +0200:
> Hallo,
>
> I want to upgrade from 2.0.16 to 2.1.3:
> When I start the master, I this in the log:
>
> ctl_cyrusdb[18490]: recovering cyrus databases
> ctl_cyrusdb[18490]: DBERROR db3: /var/imap/config/mailboxes.db: btree
> version
danielm schrieb am Wed, Apr 24, 2002 at 10:35:33AM +0930:
> I got Cyrus set up I think correctly (turned out to be a permissions
> problem) sent some test emails, but I get this error :
>
> hostname sendmail [2459] : gBN30mXo2458 SYSERR (root) collect Cannot
> write ./dfg3N3UnXo2462 (bfcommit, ui
40 matches
Mail list logo