A while ago I wrote an IMAP client interface in PERL for a project I was
working on. At the time I looked at Net::IMAP, Mail::IMAPClient and
Mail::Cclient, but they all had problems that made them annoying in some way
(broken literals in envelopes, non-structured bodystructure responses, etc).
Most
> I had to use
> pam_mysql and run saslauthd -a pam. Works quite nicely.
> I also
> tried to use the sasl mysql auxprop plugin (or something like that),
> but it didn't work out then.
Auxprop is a way better way to go than to use saslauthd, especially for
mysql.
imho,
-j
>>>
>>> Patrick Welche <[EMAIL PROTECTED]> 02/03/04 02:18pm >>>
> set ' unixhierarchysep: yes' in the imapd.conf config file but
something
> I get 'mail/user^pieter^with^points' instead .
That's fine..
> The mailboxes are constructed
> and a login is possible, but I can't access th
I'm afraid I have to concur with this. The documentation for Cyrus is very bad. Much of what I have ever done with Cyrus has been constructed with guess work, trial and error, and browsing the mailing list archives or asking stupid questions on the list. What documentation is available for C
Thanks. I thought there might be another source of info I couldn't find.
I need as much help as I can get.
-Chris
> [Original Message]
> From: Tero Matinlassi <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Date: 2/3/2004 11:30:14 PM
> Subject: Re: Cyrus Manual
>
>
> I think these are referenc
I'll say again, Cyrus wasn't designed to do what you're asking it to. You
don't call a hammer a piece of garbage because it's not a screwdriver...
:)
I agree that the initial setup can be confusing, particularly configuring
authentication with sasl.
However, I'm not sure what you hope to gain b
I think these are references to _exim_ manual, not a Cyrus one. After
all prefix and suffix are exim config keywords... see
http://www.exim.org/ for documentation on these.
-Tero
Lainaus Christopher Paluch <[EMAIL PROTECTED]>:
> I didn't think there was a manual, that's why I was surprised when
Lainaus Shelley Waltz <[EMAIL PROTECTED]>:
> The more I have thought about it, I do not wish to have my users'
> passwords in plaintext anywhere. I have about 250 users with
> already
> encrypted md5 passwords in the shadow file. Is there a utility to
> migrate
> this information the the MySQL m
Ian G Batten wrote:
On Tue, 03 Feb 2004, Rob Siemborski wrote:
On Tue, 3 Feb 2004, Ian G Batten wrote:
I thought that meant ``no change''. Looking at it more closely, the
default format for deliver.db is still Berkeley, hence my problem. I
think it would be worth being more specific than ``th
> Ok, I think I found it. It was a stupid segmentation fault, because I did
> not check a variable for being NULL.
>
> I hope I fixed it now. You can download it at
> http://email.uoa.gr/download/cyrus/cyrus-imapd-2.2.3/cyrus-imapd-2.2.3-autocreate-0.8.6.diff
>
> Thank you for reporting it Simon. I
I didn't think there was a manual, that's why I was surprised when I saw this:
Msg # 11532 Previous in SequenceNext in Sequence
DateTue, 4 Dec 2001 12:51:43 +
To [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
FromSean Witham <[EMAIL PROTECTED]>
Reply-To: Sean Witham <[E
Christopher Paluch wrote:
Since no one has answered by previous post, I will try a different tact.
In another post I've seen reference to a manual section 18.5 or something like that.
Where is this manual?
The Cyrus website points to the doc/ directory that comes with the distribution as cont
The more I have thought about it, I do not wish to have my users'
passwords in plaintext anywhere. I have about 250 users with already
encrypted md5 passwords in the shadow file. Is there a utility to migrate
this information the the MySQL mail database?
This will allow me to manage the user ac
Hi!
I resolv rebuild problem, but now cannot connect to cyrus with cyradm...
# cyradm --user cyrus --server localhost --auth plain
Password:
IMAP Password:
Login failed: can't request info until later in exchange at
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Cyrus/IMAP/Admin.
pm
> Could I have a look at your imapd.conf file?
Christos,
I'm sorry for not providing imapd.conf. Here it is
configdirectory: /var/lib/imap
partition-default: /var/spool/imap
admins: cyrus
sievedir: /var/lib/imap/sieve
sendmail: /usr/sbin/sendmail
hashimapspool: true
sasl_pwcheck_method: saslauth
--On Dienstag, 3. Februar 2004 10:27 Uhr -0600 "James A. Pattie"
<[EMAIL PROTECTED]> wrote:
what mta are you using?
If sendmail, this has happened to me and it turned out to be the hoststat
was
getting a connection refused/timedout error and then having to wait 30
minutes
before it would try aga
On Fri, 30 Jan 2004, Rob Siemborski wrote:
> On Fri, 30 Jan 2004, Ken Murchison wrote:
>
> > > Sure, but should a 'list' command ever return the same mailbox name multiple
> > > times. It just seems wrong to me...
> >
> >
> > Oh, I missed that. I don't know why its doing that. Rob, is this
> > a
James,
I am using sendmail.
Further investigation showed that sendmail's queue was huge due to an over
quota account which gets a lot of mail. Every half hour sendmail with do its
thing and the system would just go to an extreme high load. Sendmail would
refuse connections for about a minute whil
On Tue, 3 Feb 2004, Christian Schulte wrote:
> Am Dienstag, 3. Februar 2004 10:50 schrieb Simon Matter:
> > > Am Dienstag, 3. Februar 2004 01:53 schrieb Edward Rudd:
> > >> That's not correct.. You can use mysql and have accounts automatically
> > >> created..
> > >> If you install the autocreate
Ok, I think I found it. It was a stupid segmentation fault, because I did
not check a variable for being NULL.
I hope I fixed it now. You can download it at
http://email.uoa.gr/download/cyrus/cyrus-imapd-2.2.3/cyrus-imapd-2.2.3-autocreate-0.8.6.diff
Thank you for reporting it Simon. I am waiting
On Tue, 3 Feb 2004, Ronen AmitY wrote:
> Hi all,
>
> Im looking for a php script that will show me the size of my directories.
> (after adding username and passwd).
>
> If it works with horde system, even better.
Doesn't Horde/IMP already include example code for displaying the user's
quota and
On Tue, 3 Feb 2004, Brian wrote:
> Incidentally, even a cursory search through the archives would show that
> this has been debated to death and the developers have stated time and
> again that the benefits to a SQL backend haven't been worthwhile enough
> for them to want to implement it.
Note t
On Tue, 03 Feb 2004, Rob Siemborski wrote:
> On Tue, 3 Feb 2004, Ian G Batten wrote:
>
> > I thought that meant ``no change''. Looking at it more closely, the
> > default format for deliver.db is still Berkeley, hence my problem. I
> > think it would be worth being more specific than ``the defa
In order the patch to function, the autocreatequota option at the
imapd.conf file must have a non zero value. Then, when the mailbox is
created, the autocreatequota value is set as the mailbox's initial quota.
If the autocreatequota option is zero, then the patch disables itself.
Regards,
Christ
On Tue, 3 Feb 2004, Peter P. Benac wrote:
> I had asked several stupid questions on the list because I couldn't find
> a stupid answer and I didn't get a single response. It took digging through
> the archives and piecing together a solution. A solution that came mainly
> from guessing. Luc
On Tue, 03 Feb 2004, Rob Siemborski wrote:
> On Tue, 3 Feb 2004, Ian G Batten wrote:
>
> > It's in changes.html. It didn't leap out at me when I switched, so
> > perhaps it might be worth making louder noises about.
>
> Actually, I was referring to install-upgrade.html.
>
> I'm not sure where
Am Dienstag, 3. Februar 2004 15:53 schrieb Peter P. Benac:
> I did mention the Documents could use a bit more polish, and Ken has asked
> me to update the documents with the issues I had and how I overcame them. I
> will do this, and I challenge each of you to do the same thing.
And that is the wa
On Tue, 03 Feb 2004, Rob Siemborski wrote:
> On Tue, 3 Feb 2004, Ian G Batten wrote:
>
> > On my small personal server, supporting a few family members, I run
> > Cyrus latest where possible. I was running 2.1.16 with every database
> > set to skiplist. Upgrading to 2.2.3 with the same ./config
On Tue, 3 Feb 2004, Ian G Batten wrote:
> I thought that meant ``no change''. Looking at it more closely, the
> default format for deliver.db is still Berkeley, hence my problem. I
> think it would be worth being more specific than ``the default
> backend''.
All of the default values for config
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Joao Pedras wrote:
| Hi all!
|
| I wonder if someone could help me with the following error messages:
|
| 1) imap/socket/lmtp: Connection refused by localhost
|
| The socket is there as it has always been. It just in the last few days. :|
what mta are y
Am Dienstag, 3. Februar 2004 10:50 schrieb Simon Matter:
> > Am Dienstag, 3. Februar 2004 01:53 schrieb Edward Rudd:
> >> That's not correct.. You can use mysql and have accounts automatically
> >> created..
> >> If you install the autocreate patches..
> >> http://email.uoa.gr/download/cyrus/cyrus-
On Tue, 3 Feb 2004, Ian G Batten wrote:
> It's in changes.html. It didn't leap out at me when I switched, so
> perhaps it might be worth making louder noises about.
Actually, I was referring to install-upgrade.html.
I'm not sure where we'd put this sort of stuff that is more obvious than
"the u
Incidentally, even a cursory search through the archives would show that
this has been debated to death and the developers have stated time and
again that the benefits to a SQL backend haven't been worthwhile enough
for them to want to implement it.
There has been many cases of a lack of documenta
-Original Message-
From: Avtar Gill <[EMAIL PROTECTED]>
Sent: Feb 3, 2004 10:03 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Kill this thread, it shouldn't have been one ( was: Re: CYRUS = )
Peter P. Benac wrote:
> The problem with Freeware is that most times the
Since no one has answered by previous post, I will try a different tact.
In another post I've seen reference to a manual section 18.5 or something like that.
Where is this manual?
The Cyrus website points to the doc/ directory that comes with the distribution as
containing the manual. I've
I just discovered a problem with the autocreate patches from
http://email.uoa.gr/download/cyrus/cyrus-imapd-2.2.3/ which have been
discussed today on this list. Since the maintainers of the patches also
read the list I think it's okay to mention this here.
When the createonpost feature is set, then
On Tue, 3 Feb 2004, Ian G Batten wrote:
> On my small personal server, supporting a few family members, I run
> Cyrus latest where possible. I was running 2.1.16 with every database
> set to skiplist. Upgrading to 2.2.3 with the same ./configure command
You should read the 2.2.3 upgrade documen
On my small personal server, supporting a few family members, I run
Cyrus latest where possible. I was running 2.1.16 with every database
set to skiplist. Upgrading to 2.2.3 with the same ./configure command
./configure --with-openssl --with-sasl --without-cmulocal
--with-cyrus-user= cyrus --w
Peter P. Benac wrote:
The message did deserve a response; however, the tone of the message could
have been more polite. Unlike David I let my jets cool before I fired off a
message to the list, but I was indeed angry.
The problem with Freeware is that most times the documents that
accompany t
Peter P. Benac wrote:
The problem with Freeware is that most times the documents that
accompany the software severely lack any substance.
What needs to be stressed here is that its *free* software. You are more
than welcome to donate either efforts (like Ken suggested) or funds to
correct the
On Tue, 3 Feb 2004, Peter P. Benac wrote:
> I for one would love to be able to use a SQL like MySQL to backend this
> software. I don't have a problem with Berkeley DB, but I know MySQL,
> Oracle, and Postgres to whole lot better. If I knew which routines actually
> did the database work I don't
>
> [Thanks for all your help, Simon!]
>
> Well, I'm to the point where telnet localhost imap shows:
> * OK ServerCharlie Cyrus IMAP4 v2.1.16-Invoca-RPM-2.1.16-6 server ready
>
> I also installed all the RPMs that came with Simon's package.
>
> Now I am having trouble with cyradm. It's telling me
Simon,
Thanks ... the RH9 src rpm builds fine on ES 3
Shelley
On Mon, 2 Feb 2004, Simon Matter wrote:
> I am trying to build cyrus-sasl-2.1.17-2 from the invoca.ch
> source rpm on a RH ES3 system.
>
> RH ES3 comes with db4-4.1.25-8.
> The spec file for the src files indicates db3
The message did deserve a response; however, the tone of the message could
have been more polite. Unlike David I let my jets cool before I fired off a
message to the list, but I was indeed angry.
The problem with Freeware is that most times the documents that
accompany the software severely l
On Tue, 3 Feb 2004, Earl R Shannon wrote:
> We've recently experienced problems with some of the cyrus index files
> in user account getting suffixed with .NEW and not going away. Their
> presence indicates a problem with the account. We are currently guessing
> that the files are being left as a
Hello,
We've recently experienced problems with some of the cyrus index files
in user account getting suffixed with .NEW and not going away. Their
presence indicates a problem with the account. We are currently guessing
that the files are being left as a result of the server being shutdown
and th
(resend, sorry if you get this twice)
-Original Message-
From: David Brown Yahoo! [mailto:[EMAIL PROTECTED]
Sent: Dienstag, 3. Februar 2004 14:08
To: David Brown Yahoo!; CyrusMail
Cc: David Brown; [EMAIL PROTECTED]; Artur Wystub; Simon Matter
Subject: RE: New rpms of Cyrus IMAPd 2.2.3
[
On Tue, 3 Feb 2004, Craig Ringer wrote:
> Does it sound useful to keep a page of 3rd-party cyrus patches on the
> wiki? I'm sure it'd help a fair few people to know that the autocreate
> patch, for example, is out there when first setting up Cyrus.
There was the "Cyrus Utils" project that was goi
When I try to retrieve mail for my ‘VIRTUAL’
email accounts. I get the following error:
The server responded: -ERR [SYS/PERM] Unable to locate
maildrop'
I have all my user accounts in MySQL authenticating through
SASL – and that is working just fine. I have the logtables set and th
> set ' unixhierarchysep: yes' in the imapd.conf config file but something
> I get 'mail/user^pieter^with^points' instead .
That's fine..
> The mailboxes are constructed
> and a login is possible, but I can't access the INBOx folder :
>
> *ERROR : Could not complete request.*
> Query: SELECT
Hi to all!!
Alter fitght a lot of time with postfix... now when test imap following
Luc'c howto cyradm hangs... and log say
deliver[2051]: incorrect version of Berkeley db: compiled against
4.2.52, linked against 4.0.14
ctl_cyrusdb[2233]: incorrect version of Berkeley db: compiled against
4.2.52
Hi all,
Im looking for a php script that will show me the size of my directories.
(after adding username and passwd).
If it works with horde system, even better.
Ronen Amity
ClearCase and Sys Admin
MainsoftCorporation
[EMAIL PROTECTED]
phone: +972-8-9781300
mobile: +972-58-2
The top-class idiotic mail from a "David Grant" deserved no response or at
least not any polite one.
Naturally I appreciate those bringing any relevant information, but do
change the subject line, please.
The incredible amount of work put into the free applications so many people
benefit from
> Am Dienstag, 3. Februar 2004 01:53 schrieb Edward Rudd:
>> That's not correct.. You can use mysql and have accounts automatically
>> created..
>> If you install the autocreate patches..
>> http://email.uoa.gr/download/cyrus/cyrus-imapd-2.2.3/
>
> I think you do not need to even patch 2.2.3 for th
Am Dienstag, 3. Februar 2004 01:53 schrieb Edward Rudd:
> That's not correct.. You can use mysql and have accounts automatically
> created..
> If you install the autocreate patches..
> http://email.uoa.gr/download/cyrus/cyrus-imapd-2.2.3/
I think you do not need to even patch 2.2.3 for this to wor
55 matches
Mail list logo