Jeremy Howard wrote:
>
> One thing notably missing from most webmail providers is access to IMAP, and
> access to server-side filtering. Well, thanks to Cyrus we are now providing
> just that at http://fastmail.fm -- an IMAP accessible, Sieve enabled, email
> system.
>
> I just finished the Si
, have a look at the draft:
http://www.imc.org/draft-murchison-sieve-regex
Ken
> Ken Murchison wrote:
>
> > Jeremy Howard wrote:
> > >
> > > One thing notably missing from most webmail providers is access to IMAP, and
> > > access to server-side filte
Jeremy Howard wrote:
>
> Ken Murchison wrote:
> > "John C. Amodeo" wrote:
> <...>
> > > And, are wildcards supported yet?
> >
> > In regex, yes. The extension follows the POSIX spec with the exception
> > of disallowing backreferences
"Kevin M. Myer" wrote:
>
> Hello,
>
> This is mainly for archive purposes in case anyone else has the same
> problems I did and thinks to search the archives first.
>
> I have spent quite a few hours trying to figure out why my sieve vacation
> scripts were not working with postfix. I upgrad
Michael Fair wrote:
>
> In an attempt to clean up my mail volume to my inbox,
> I wanted to start using subfolders to receive logs
> from the various machines I watch over.
>
> After so debugging voodoo I realized that:
> [EMAIL PROTECTED]
>
> does not work and instead one is forced to use:
>
Christoph Krempe wrote:
>
> Hi,
>
> I just tried to change my password via Mulberry 2.1 under WinNT with
> "Changepassword Method POPPASSWD". After confirming der old+new password, I
> get the following exception from NT:
>
> "Unhandled exception c005
> At adress 005f43b"
>
> The latest
"malgosia askanas (staff)" wrote:
>
> It is my understanding that the "p" ACL item on a mailbox controls who can post
> messages to it. But when I set the ACL on a user's inbox so that nobody has
> the "p" permission, this does not seem to prevent mail from being delivered
> to the inbox. I a
Richmond Dyes wrote:
>
> I am trying to list indivual mailboxes using the lm command using the
> cyradm program. I will type "lm user.rd*" or "lm user.rd%". Neither
> one of them returns anything back to me. It doesn't matter what I
> type. The only time I get anything back is when I type "
[EMAIL PROTECTED] wrote:
>
> People were asking about this perl script, so I thought I'd make
> it publically available. Using it, I was able to load a Unix mail
> spool containing about 5 gigabytes of mail, spread over about 17000
> mailboxes, in just under five hours.
>
> load-imap is used
[EMAIL PROTECTED] wrote:
>
> Ken Murchison writes:
> >
> >FYI, you might want to use the Cyrus::IMAP module and use AUTHENTICATE
> >PLAIN (or add PLAIN to Net::IMAP). By doing this, you can proxy for
> >each user by logging in as an admin and assuming the user&
[EMAIL PROTECTED] wrote:
>
> Ken Murchison writes:
> >
> >FYI, you might want to use the Cyrus::IMAP module and use AUTHENTICATE
> >PLAIN (or add PLAIN to Net::IMAP). By doing this, you can proxy for
> >each user by logging in as an admin and assuming the user&
Jeremy Howard wrote:
>
> How does Cyrus decide what from/reply-to address to use when sending a
> vacation reply? My users can choose from quite a few domains, and they want
> to make sure that when a vacation reply is sent, that the From address is
> the same address that the original message
Jeremy Howard wrote:
>
> I'd like to allow our users to respond to messages with particular
> subjects/headers by emailing back files. I don't think that I can do this
> with Sieve vacation because vacation creates a plain text part rather than
> expecting a raw MIME structure.
Not true. You
Jeremy Howard wrote:
>
> Ken Murchison wrote:
> > Jeremy Howard wrote:
> > >
> > > How does Cyrus decide what from/reply-to address to use when sending a
> > > vacation reply? My users can choose from quite a few domains, and they
> want
> > &
"John C. Amodeo" wrote:
>
> Is it my imagination, or does Sieve Vacation only return vacation
> messages to users who do not have an e-mail address in the same domain
> as the person who has the vacation message setup?
It *shouldn't* care. It's is probably (incorrectly) determining that
the m
Quoting Craig Courtney <[EMAIL PROTECTED]>:
> I've got Cyrus (HIERSEP 2.0.15 Branch) up and running fine. Although I
> am running into a couple problems both with Sieve.
>
> First, sieveshell will not allow PLAIN logins which forced me to turn on
> sasl_auto_transition. This is not document
"John C. Amodeo" wrote:
>
> Greetings.
>
> Is there a way to configure the following line in the imapd.conf file to
> use an SMTP port instead of the local delivery agent?
>
> sendmail: /usr/sbin/sendmail
>
> change to something like:
>
> sendmail: servername.dom
Starting with the 2.1.0 release (any any builds via CVS), please supply
the following information when reporting a problem with Cyrus:
1. Output of the cyradm(1) 'version' command. If you are having
problems with Perl, then connect to the server with imtest(1) and use
the command:
a ID
Simon Josefsson wrote:
>
> It is cheaper to buy another PC than to buy another CPU and add the
> CPU to your existing PC, so I would like to have two Cyrus IMAPD
> servers that mirror each other. Is this possible? Is the "Cyrus
> murder" related to this? From what I remember, it was only a
>
[EMAIL PROTECTED] wrote:
>
> Rob Siemborski schrieb am Fri, Dec 07, 2001 at 09:53:33PM -0500:
> * saslauthd links the pam libraries just like libsasl used to in SASLv1.
> *
> * libsasl2 now connects to a unix domain socket, which saslauthd is
> * listening to, presents the username and password
Peter Pilsl wrote:
>
> I try to replace the unix-lmtpd-socket with a 'real' socket, cause I
> want use lmtpd for other applications too.
>
> however, if I do so, deliver wont work anymore:
>
> # cat /tmp/m | /usr/cyrus/bin/deliver -a cyrus peter
> couldn't connect to lmtpd: Invalid argument
>
Starting with the 2.1.0 release (any any builds via CVS), please supply
the following information when reporting a problem with Cyrus:
1. Output of the cyradm(1) 'version' command. If you are having
problems with Perl, then connect to the server with imtest(1) and use
the command:
a ID
[EMAIL PROTECTED] wrote:
>
> We are running Cyrus IMAP4 v2.1.0pre, from a CVS of a month or so ago.
> Some users have sieve scripts that have two `redirect' commands,
> one specifying another e-mail address, and one specifying their own
> e-mail address. Their intention is to forward a copy of
Gary Mills wrote:
>
> On Thu, Dec 13, 2001 at 11:21:14AM -0500, Ken Murchison wrote:
> >
> > [EMAIL PROTECTED] wrote:
> > >
> > > We are running Cyrus IMAP4 v2.1.0pre, from a CVS of a month or so ago.
> > > Some users have sieve scripts that have
Ken Murchison wrote:
>
> Gary Mills wrote:
> >
> > On Thu, Dec 13, 2001 at 11:21:14AM -0500, Ken Murchison wrote:
> > >
> > > [EMAIL PROTECTED] wrote:
> > > >
> > > > We are running Cyrus IMAP4 v2.1.0pre, from a CVS of a month or
Gary Mills wrote:
>
> On Thu, Dec 13, 2001 at 09:03:45PM -0500, Ken Murchison wrote:
> >
> > Gary Mills wrote:
> > >
> > > On Thu, Dec 13, 2001 at 11:21:14AM -0500, Ken Murchison wrote:
> > > >
> > > > How would we determine th
Peter Pilsl wrote:
>
> Thnx - this was a great step but not the final one.
>
> ltmpd offers only one auth-method to me : external
>
> LHLO localhost
> 250-server.local
> 250-IGNOREQUOTA
> 250-8BITMIME
> 250-ENHANCEDSTATUSCODES
> 250-AUTH EXTERNAL
> 250 PIPELINING
First, how are you connectin
Dustin Puryear wrote:
>
> I would like user names to be in the form of [EMAIL PROTECTED], but I
> found that cyradm rejects the '.'. Instead, I am using
> dpuryear~hostname~tld. Is this just plain impossible?
Grab Cyrus v2.1.0 or the latest code from CVS.
Ken
> > -Original Message-
>
> julesa wrote:
>
> I have a group that needs an IMAP server and requires the altnamespace
> functionality in a production environment. I assume that version 2.1.0
> would be recommended, but I thought I remembered seeing some issues
> with it pop up on the list, and now I can't find them. Are
Oliver Fischer wrote:
>
> Hallo list,
>
> unfortunately I am not able to start timsieved (Cyrus 2.0.16, FreeBSD 4.4
> port) via master. I get always the message
>
> Dec 9 12:33:22 grinch timsieved: could not getenv(CYRUS_SERVICE); exiting
>
> Could someone tell me, what is getting wrong?
t
Bryan Fullerton wrote:
>
> Quick and (hopefully) simple question - in mailboxes, I notice message
> numbers increment steadily. Does this just increase ad infinitum, or
> does the message number reset at some point?
I'd have to check the source, but IIRC the UIDs will roll over once they
reach
Peter Pilsl wrote:
>
> Is it possibly to provide more than one ssl-certificate on one
> imap-server ?
You are limited to one cert per service per config file. If you want to
have different certs for different imapd, then you'll have to use
separate config files (-C option) for each imapd.
Ke
Jim Holmes wrote:
>
> I don't know what I did wrong installing this time but either sieve isn't
> getting my e-mail or it's not processing them. I'm at a compleate loss, I
> don't remember having to do anything special the last time I installed
> Cyrus IMAP.
>
> I can add rules with websive an
Jim Holmes wrote:
>
> Ken wrote:
>
> > Are you the only person having a problem, or is this a site-wide
> > problem?
>
> I am the only user
> >
> > Without knowing this, here are a few things to look for:
> >
> > - Check your personal sieve directory (/usr/sieve/...) and make sure
> > that yo
Ferdinand Goldmann wrote:
>
> Hello *,
>
> I seem to be too stupid to get timsieved running on Cyrus 2.0.16 and
> SASL 1.5.24.
>
> # telnet localhost sieve
> Trying...
> Connected to localhost
> Escape character is '^]'.
> "IMPLEMENTATION" "Cyrus timsieved v1.0.0"
> "SIEVE" "fileinto reject e
Devdas Bhagat wrote:
>
> On 03/01/02 18:08 +0100, Ferdinand Goldmann wrote:
> > Hello *,
> >
> > I seem to be too stupid to get timsieved running on Cyrus 2.0.16 and
> > SASL 1.5.24.
> Sieve doesn't offer plain text.
I don't believe that this is true. I'm not running 2.0.16 anymore, so I
can'
Ferdinand Goldmann wrote:
>
> On Thu, 3 Jan 2002, Ken Murchison wrote:
>
> > > However, the other Cyrus services (IMAP/POP3) are working just fine
> > > using plaintext authentication. I am using a SASL pwcheck daemon which
> > > queries the passwd.
>
Quoting "P.Agenbag" <[EMAIL PROTECTED]>:
> Please, it is urgent, I need documentation for cyrus to tell me how to
> maintain user mailboxes, ie. deleting mailboxes, rebuilding deleting
> individual boxes etc.
Most mailbox maintenance is done via 'cyradm'. Rebuilding corrupted mailboxes
is don
Ferdinand Goldmann wrote:
>
> On Thu, 3 Jan 2002, Ken Murchison wrote:
>
> > > # ls -l /usr/local/lib/sasl/*plain*
> > > lrwxrwxrwx 1 root system18 Oct 23 12:57 libplain.a ->
>libplain.so.1.0.14
> > > -rwxr-xr-x 1 root
Ferdinand Goldmann wrote:
>
> On Fri, 4 Jan 2002, Ken Murchison wrote:
>
> > Did you compile any other SASL mechs (CRAM-MD5, etc), or did you disable
> > all of them. If so, you have a bigger problem, because imapd isn't
> > seeing any of them.
>
> # g
"Larry M. Rosenbaum" wrote:
>
> I have Cyrus IMAP V2.1 installed.
> I can't get any vacation replies with this script:
>
> # Mail rules for user lmr
> # Created by ornl_forward version 1.0
> require ["vacation","reject"];
>
> vacation :days 7 :addresses
> ["[EMAIL PROTECTED]","[EMAIL PROTECTE
"Larry M. Rosenbaum" wrote:
>
> Under what conditions does the list of people who have gotten
> vacation replies get 'reset'? e.g. if I turn vacation off for less
> than ":days" and then turn it back on, perhaps with a new message,
> does everybody get the new reply the first time they send me
Quoting Ferdinand Goldmann <[EMAIL PROTECTED]>:
>
>
> On Fri, 4 Jan 2002, Lawrence Greenfield wrote:
>
> > try:
> >
> > ln -s /usr/local/lib/sasl /usr/lib/sasl
> >
> > libsasl looks in /usr/lib/sasl for the plugins but installs them into
> > /usr/local/lib/sasl.
>
> Yes, I know, I already did
Quoting Amos Gouaux <[EMAIL PROTECTED]>:
> >>>>> On Sat, 08 Dec 2001 10:43:17 -0500,
> >>>>> Ken Murchison <[EMAIL PROTECTED]> (km) writes:
>
> km> I think that this is because the preformatted saslauthd.8 in the
> km> distributio
"Larry M. Rosenbaum" wrote:
>
> Ken Murchison wrote:
> >
> >Even if duplicate suppression was turned off, there is no need for the
> >email to pass back through your MTA and lmtpd again. In fact, you'd get
> >into an endless loop.
>
> Is
Try this patch as submitted by Larry Rosenbaum:
*** cyrusdb_db3.c.orig Wed Sep 19 20:13:43 2001
--- cyrusdb_db3.c Thu Jan 10 10:31:22 2002
***
*** 71,76
--- 71,81
/* --- cut here --- */
+ #if DB_VERSION_MAJOR >= 4
+ #define txn_checkpoint(xx1,xx2,xx3,xx4)
(xx1
¿øÅÂȯ wrote:
>
> Hi,
> I am testing cyrus imap 2.1beta.
> In the basic configuration, it works well. But, i found a different thing from the
>other imap server. for example
> MS Exchange Server.
>
> For example, MS Exchange server allows user to make a folder at the same level of
>INBOX.
Fixed in CVS.
Thanks,
Ken
John Holman wrote:
>
> Just to say that this is also a problem for us. Our email addresses are
> case insensitive, and I can be mailed as [EMAIL PROTECTED] or
> [EMAIL PROTECTED] or any other combination. Users complain about having
> to put their mail address into th
Richmond Dyes wrote:
>
> I am having a problem upgrading to cyrus 2.0.16 using rpm
> cyrus-imapd-2.0.16-5.i386.rpm for redhat 7.1. I am getting the error:
>
> Failed dependencies
> libcrypto.so.2 is needed by cyrus-imapd-2.0.16-5
> libdb-3.2.co is needed by cyrus-imapd-2.0.16-5
> libssl.so
Scott Russell wrote:
>
> Greets.
>
> I've got a very general newbie question regarding sieve and vacation usage.
>
> I setup a basic vacation script but noticed that sieve send the reply using
> the domain name of the imap server which is not the same as the domain name
> on my email address.
Chris Peck wrote:
>
> The file "install-perf" seems to indicate that it is possible to
> "disable duplicate delivery suppression". Does anyone know how to do so?
Not without changing the source. Cyrus 2.1.x has an imapd.conf option
to do so.
Ken
--
Kenneth Murchison Oceana Matrix Ltd.
S
Scott Russell wrote:
>
> On Wed, Jan 16, 2002 at 09:39:49AM -0500, Ken Murchison wrote:
> > > I setup a basic vacation script but noticed that sieve send the reply using
> > > the domain name of the imap server which is not the same as the domain name
> > > on
Scott Russell wrote:
>
> On Wed, Jan 16, 2002 at 10:00:44AM -0500, Ken Murchison wrote:
> >
> >
> > Scott Russell wrote:
> > >
> > > For 2.0.16 is it possible to use the sieve-address = addr-spec defined in
> > > section 2.4.2.3 of RFC al
Scott Russell wrote:
>
> Okay, I've got the sieve stuff from 2.1.x CVS build under 2.0.16 and
> everything seems to be running fine. A few test scripts I setup worked
> as expected.
>
> With the vacation setup, what will it NOT respond to. I've some of this
> listed in the draft but I'm lookin
Scott Russell wrote:
>
> On Fri, Jan 18, 2002 at 09:41:31AM -0500, Ken Murchison wrote:
> >
> >
> > Scott Russell wrote:
> > >
> > > Okay, I've got the sieve stuff from 2.1.x CVS build under 2.0.16 and
> > > everything seems to be
Scott Russell wrote:
>
> On Fri, Jan 18, 2002 at 10:49:26AM -0500, Ken Murchison wrote:
> >
> >
> > Scott Russell wrote:
> > >
> > > On Fri, Jan 18, 2002 at 09:41:31AM -0500, Ken Murchison wrote:
> > > >
> > > >
> >
Igor Brezac wrote:
>
> On Fri, 18 Jan 2002, Ken Murchison wrote:
>
> > The latest released verision (2.1.1) does not. There is a patch for DB4
> > support in 2.1.1 on this list. This patch has been applied to CVS, so
> > the next release (2.1.2) will have i
OCNS Consulting wrote:
>
> Does the latest version of Cyrus IMAP 2.2.1 support BerkeleyDB 4.0?
The latest released verision (2.1.1) does not. There is a patch for DB4
support in 2.1.1 on this list. This patch has been applied to CVS, so
the next release (2.1.2) will have it.
Ken
--
Kenneth
Philip Hazel wrote:
>
> On Wed, 23 Jan 2002, John Holman wrote:
>
> > Messages generated by Cyrus's lmtpd (e.g. as the result of a sieve vacation
> > or reject rule) are created with CRLF as line terminators and piped to the
> > mail program (by default sendmail, which in our case is actually
Jeremy Howard wrote:
>
> Rob Siemborski wrote:
> > This would be possible with an LDAP auxprop plugin that correctly served
> > the userPassword property.
> >
> I haven't come across "auxprox" or "auxprop plugins" before.
>
> Can you give a quick summary of what this is or a link to a backgrou
John Holman wrote:
>
> At 15:25 24/01/02, Ken Murchison wrote:
>
> >Philip Hazel wrote:
> > >
> > > On Wed, 23 Jan 2002, John Holman wrote:
> > >
> > > > Messages generated by Cyrus's lmtpd (e.g. as the result of a sieve
> &g
If you *REALLY* need this functionality for 2.0.16, I'd suggest doing
this via CVS. Grab the 'hier-sep' branch and the merge the
'cyrus-release-2-0-16' tag.
Ken
Enric Ramos wrote:
>
> Hi.
>
> Firstofall thanks for your help...
> I've found the HIERSEP-r2.patch for cyrus-imapd-2.0.15..
>
>
indexing, etc). If there is a need/want for this,
someone who hasn't already upgraded will have to do the port.
> This is your baby :-}
Yup, and she's already born!
>
> On Mon, Jan 28, 2002 at 04:05:54PM -0500, Ken Murchison wrote:
> > If you *REALLY* need this function
Jeremy Howard wrote:
>
> Joe Rhett wrote:
> > Maybe, but in forcing the new SASL you've raised the entry bar too high
> for
> > any production configuration to join. Your baby might be born, but she's
> > on the moon and we have no spaceships to get there yet.
> >
> Ken's scratched his itch. H
Jeremy Howard wrote:
>
> Ken Murchison wrote:
> > There might be a little bit of pain involved for large sites to migrate
> > to IMAP 2.1/SASL 2.x, but there aren't any showstoppers that I'm aware
> > of.
> >
> > If CMU can do it (and yes, the
"Marc G. Fournier" wrote:
>
> Is it possible?
http://www.sleepycat.com/docs/utility/db_archive.html
FYI, we are working on adding functionality like this to ctl_cyrusdb.
>
> total 13032
> -rw--- 1 cyrus mail 8192 Jan 30 10:44 __db.001
> -rw--- 1 cyrus mail270336 Jan 30
Olaf Zaplinski wrote:
>
> Ken Murchison wrote:
>
> >
> > "Marc G. Fournier" wrote:
> >
> >>Is it possible?
> >>
> >
> > http://www.sleepycat.com/docs/utility/db_archive.html
> >
> > FYI, we are working on addin
Amos Gouaux wrote:
>
> In IMAP, how do you specify that a quota should be removed?
> I thought it might be something like this:
>
> . SETQUOTA user.amos ()
>
> but now I'm not so sure
Yup. This is currently the only way, unless you want to hack the quota
file. This removes ALL of the
Amos Gouaux wrote:
>
> >>>>> On Tue, 05 Feb 2002 10:21:57 -0500,
> >>>>> Ken Murchison <[EMAIL PROTECTED]> (km) writes:
>
> >> . SETQUOTA user.amos ()
>
> km> Yup. This is currently the only way, unless you want to hack the
Mathieu Arnold wrote:
>
> Hi
>
> I was wondering if some day, it would be possible to create folders on
> the root and not only in the inbox folder.
With v2.1 you have the option of creating your personal folders at the
same level as INBOX (not children) by turning on the 'altnamespace'
optio
Justin Wood wrote:
>
> I recently installed cyrus-imapd 2.0.16 w/ cyrus-sasl 1.5.27 on FreeBSD
> 4.5-RELEASE (from the ports tree). I managed to get imapd auth working
> just fine, but when I try to install a sieve script using installsieve,
> I get the following messages in syslog:
>
> Feb
Simon Matter wrote:
>
> Daniel Yu schrieb:
> >
> > Try cyradm --user mailadmin --auth login localhost or cyradm --user
> > mailadmin --auth plain localhost
>
> Authtype LOGIN is not supported according to the FAQ and it seems that
> whenever LOGIN works, it also works with PLAIN. Is it the sam
Daniel Yu wrote:
>
> It's said so. However, here is what I discovered. Even I didn't enable
> login when I compile SASL library, I still could use --auth login for
> cyradm. Furthermore, it returns different result when I use --auth plain
> versus --auth login. Here is what I got.
>
> cyradm -
Henrique de Moraes Holschuh wrote:
>
> I've noticed these two files ftp.andrew.cmu.edu:
> cyrus-sasl-2.1.1.tar.gz 1202 KB 02/05/02 13:48:00
> cyrus-sasl-2.1.1.tar.gz.sig1 KB 02/05/02 13:49:00
>
> Are we that close to the 2.1.1 release?
IMAP 2.1.1 has already been released (2/4
Simon Matter wrote:
>
> I'm using cyrus-imapd-2.1.1 and cyrus-sasl-2.1.1 and I'm not able to get
> sieveshell working. I'm using saslauthd to authenticate against PAM and
> it does work so far for POP3/IMAP and I finally found the trick to use
> cyradm. But I don't get sieveshell work as expect
Don Jackson wrote:
>
> Each of my users has a mailbox that contains their voice mail messages.
> I want to write an application that turns on the user's message waiting
> indicator if they have unread messages in their voice mail mailbox. In
> order to do so, I need to know if they have any un
Lawrence Greenfield wrote:
>
>From: Amos Gouaux <[EMAIL PROTECTED]>
>Date: Fri, 15 Feb 2002 09:18:11 -0600
>
>>>>>> On Fri, 15 Feb 2002 09:41:27 -0500,
>>>>>> Ken Murchison <[EMAIL PROTECTED]> (km) writes:
>
>
What version of Cyrus? Cyrus 2.1.x uses SASL v2 which doesn't support
PAM directly anymore. You have to use saslauthd.
E M Recio wrote:
>
> Is there a 'special' configuration option I have to give cyrus (when
> compiling) so that it looks at PAM for authentication? I tried the following
> (On
David Mendenhall wrote:
>
> Hi, I just have some simple questions about the sieve vacation
> implementation. I'm using sieve from the cyrus 2.0.16 release.
>
> 1) Where does it store the list of who the message has been sent to?
In the duplicate delivery database (/var/imap/deliver.db).
> 2)
T Churchward wrote:
>
> Hello
>
> I've been using the usual search engines to try and find a primer or howto
> for sieve without any luck so far. Does anyone know of a URL which may help
> or perhaps some documentation of their own I may have a look at.
http://www.cyrusoft.com/sieve/
--
K
Well, something obviously changed.
Are you saying that _no_ part of the mail system was
tweaked/re-installed/replaced?
Any errors in imapd.log?
Does your sendmail maillog show a reply being attempted?
Does a redirect action work?
Tyrone Vaughn wrote:
>
> Nope. rm -rf EVERYTHING (/var/imap, /v
proto=ESMTP,
> daemon=MTA, [EMAIL PROTECTED], relay=babylon.amicus.com
> [208.134.129.61]
> Feb 20 13:00:25 tyrone sendmail[27158]: g1KJ0JJ27155:
> to=<[EMAIL PROTECTED]>, delay=00:00:06, xdelay=00:00:06, mailer=cyrus,
> pri=30353, relay=localhost, dsn=2.0.0, stat=Sent
>
>
:54:27 tyrone lmtpd[28761]: accepted connection
> Feb 20 16:54:27 tyrone lmtpd[28761]: lmtp connection preauth'd as postman
> Feb 20 16:54:27 tyrone lmtpd[28761]: lmtp connection preauth'd as postman
> Feb 20 16:55:27 tyrone master[27082]: process 28761 exited, status 0
> Feb
First, does a simple fileinto action work? If not, then your scripts
probably aren't being run. If it does, then we have to look at why
lmtpd isn't forking a sendmail process.
Mike Grommet wrote:
>
> I'm really at the end of my rope here, so, I'm
> offering free pizza to the person who can fi
Tyrone Vaughn wrote:
>
> Okay... on the system that I did a FULL replacement of cyrus/sieve, after
> I added MULTIPLE possible addresses, it now works with just the primary..
> go figure. (What I mean, is that the address SHOULD be $[EMAIL PROTECTED], but
> I also added $[EMAIL PROTECTED], $[EM
The patch has already been updated in CVS. I _think_ I did it
yesterday.
Ken
Keith Kee wrote:
>
> I have patched cyrus-imapd-2.1.2 with drac, I thought I contribute the patch
> here. One place in the file imapd.c that I am not certain if these block of
> code should go inside or outside the i
h.
>
> Ok, so whats next?
Try a redirect action. Let's see if lmtpd can spawn sendmail.
>
> - Original Message -
> From: "Ken Murchison" <[EMAIL PROTECTED]>
> To: "Mike Grommet" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
Christopher Wong wrote:
>
> On Fri, 22 Feb 2002, Christopher Wong wrote:
> > I am using Cyrus-IMAP 2.0.16 with Sieve enabled, and managing it with
> > websieve. For this mailing list, I set up the following rule using
> > websieve (as displayed by the "current rules" page):
> >
> > IF 'To' cont
Ralf Haferkamp wrote:
>
> On Fri, Feb 22, 2002 at 11:40:04AM -0500, Ken Murchison wrote:
> >
> >
> > Christopher Wong wrote:
> > >
> > > On Fri, 22 Feb 2002, Christopher Wong wrote:
> > > > I am using Cyrus-IMAP 2.0.16 with Sieve enabled, a
What version of Cyrus? Are you saying that the simple script below
doesn't work? Assuming that the folders exist, I would guess that lmtpd
is not finding your script. Where is the script located, what is its
name, and what aer its permission?
Ken
marc olejak wrote:
>
> impossible! there is
marc olejak wrote:
>
> --On 22 Feb. 2002 13:50 -0500 Ken Murchison <[EMAIL PROTECTED]> wrote:
>
> > What version of Cyrus? Are you saying that the simple script below
> > doesn't work? Assuming that the folders exist, I would guess that lmtpd
> > is
Ian Macdonald wrote:
>
> Hi,
>
> I'm running Cyrus 2.1.2/Postfix 1.1.3 here and Sieve is working
> nicely, apart from the vacation extension.
>
> Redirects are working, so I know that Postfix is being spawned
> correctly to send the message.
>
> When the vacation module tries to send a respo
marc olejak wrote:
>
> --Ken Murchison <[EMAIL PROTECTED]> schrieb am Freitag, 22. Februar 2002 15:05
> Uhr -0500:
>
> >> marc olejak wrote:
> >> the script:
> >> ===
> >> bash-2.04$ less /var/imap/sieve/m/marc/default
> &
Ian Macdonald wrote:
>
> On Fri 22 Feb 2002 at 15:09:12 -0500, you wrote:
>
> > > I'm running Cyrus 2.1.2/Postfix 1.1.3 here and Sieve is working
> > > nicely, apart from the vacation extension.
> > >
> > > Redirects are working, so I know that Postfix is being spawned
> > > correctly to send
[EMAIL PROTECTED] wrote:
>
> I have been following this thread, and
> humbly suggest looking for where the line:
>
> unspecified-domain.google.com
>
> is lurking.
The "unspecified-domain" is almost certainly being added by lmtpd/sieve.
>
> I'm not certain where Postfix gets this, but
> wh
"John C. Amodeo" wrote:
>
> What command would someone use to checkout the most recent version of
> Cyrus Imap from CVS right *before* the code was merged to use Saslv2?
>
> I am trying to get the most recent version with some bugs that were
> fixed after 2.0.16 but before 2.1.0...
Checkout t
Keith Kee wrote:
>
> Hi:
>I am running cyrus-imap 2.1.2 and cyrus-sasl 2.1.1 on Solaris 8, and I am
> having problem getting timsieved to authenticate right. Following the
> instructions written in "installing sieve" in the docs included with the
> source, I should be able to check my login
Manuel Hendel wrote:
>
> I'm logging in as admin on localhost.
>
> localhost> sam user.mailbox admin d
> localhost> dm user.mailbox
> Permission denied
>
> Can somebody help me solving this problem?
You need the 'c' right to create/delete a mailbox.
Ken
--
Kenneth Murchison Oceana Matr
Jeremy Howard wrote:
>
> > Tonight I am upgrading 4 mail servers currently running Cyrus 2.0.16
> > release versions to "cyrus-2-1-sasl-v1-tail" from cvs.
> >
> <...>
>
> > I am hoping this will correct allot of locking problems on the server
> > and add most of the bug fixes from 2.0.16 (whic
Joe Ellis wrote:
>
> How can I unset a quota when I use Cyrus::IMAP::Admin?
>
> $cnx->setquota needs a value for the quota. I can't leave the quota
> blank. But in cyradm, I can set and unset quota. When I want to unset
> the quota in cyradm, I just run: "sq user/mailbox".
>
> any ideas?
201 - 300 of 2291 matches
Mail list logo