> m wrote:
>
>>You should read a few books and the relevant RFC documents BEFORE going
>> any
>>further!
>>
>>
> Thank you! I still wish to hear some suggestions: If there is delivery
> agent in both postfix and cyrus, what should I lean on? I read the
> virtual(8) and local(8), are these two the s
I have been having recurring problems with our email
system. I am almost certain that it is an issue with
Cyrus. Sorry for the long message, just thought it would
be good to get it all in at once. We are using the below
configuration.
CONFIGURATION:
Red Hat 9
cyrus-imapd-2.1.15
m wrote:
You should read a few books and the relevant RFC documents BEFORE going any
further!
Thank you! I still wish to hear some suggestions: If there is delivery
agent in both postfix and cyrus, what should I lean on? I read the
virtual(8) and local(8), are these two the so-called 'delivery
Hi,
where can I read more about ptloader? I want to configure authorization
with ldap groups.
TIA
Timo
---
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
I have been having recurring problems with our email
system. I am almost certain that it is an issue with
Cyrus. Sorry for the long message, just thought it would
be good to get it all in at once. We are using the below
configuration.
CONFIGURATION:
Red Hat 9
cyrus-imapd-2.1.15
I wasn't able to get 2.2.3 to work eventhough I used the same build
options. Kept getting messages like ...
Jun 2 13:10:09 cyrus imap[3080]: [ID 884154 local6.error] unable to
tell master 1: Broken pipe
Jun 2 13:10:09 cyrus imap[3080]: [ID 884154 local6.error] unable to
tell master 2: Broken
On Wed, 2 Jun 2004, [EMAIL PROTECTED] wrote:
> On Wednesday 02 June 2004 01:42 pm, you wrote:
> > I do not know if it should, but the code is not written to work this
> > way. You can write a canon plugin which can do this or change the reverse
> > lookup for 127.0.0.1.
>
> I just changed my lda
On Wednesday 02 June 2004 01:42 pm, you wrote:
> I do not know if it should, but the code is not written to work this
> way. You can write a canon plugin which can do this or change the reverse
> lookup for 127.0.0.1.
I just changed my ldap tree to use 'internal.com' instead of 'internal'. If I
On Wed, 2 Jun 2004, Kent L. Nasveschuk wrote:
> I don't have an answer for 1 or 2, but I would be interested in knowing
> about auto-subscribing to the users folders. We are planning to do a
> large installation this summer and with my limited experience with
> Cyrus-IMAP, we will have the same pr
On Wed, 2 Jun 2004, Andrew J Caird wrote:
> Hello all,
> We are planning on migrating a UW IMAP server to Cyrus IMAP (2.2.5), and
> I have some questions about client configuration; not exactly a Cyrus
> questions, but perhaps someone here has dealt with this before.
>
> 1. Apple's Mail.app
On Wed, 2 Jun 2004, [EMAIL PROTECTED] wrote:
> > No, it may append reverse lookup of 127.0.0.1 if it is a fqdn. See 'man
> > imapd.conf' for more on virtdomains.
> If it was appending the fqdn, would I see it in my logs? I see saslauthd, say
> 'Domain not available'.
To be exact, cyrus will ap
Hello all,
We are planning on migrating a UW IMAP server to Cyrus IMAP (2.2.5), and
I have some questions about client configuration; not exactly a Cyrus
questions, but perhaps someone here has dealt with this before.
1. Apple's Mail.app doesn't see the users' folders until the "IMAP
Pref
On Wednesday 02 June 2004 12:36 pm, you wrote:
> Show some patience... :-)
>
Didn't mean to seem impatient, I just know that ya get ignored on some lists
for posting the wrong 'type' of question. Since I am a newbie to this list,
just figured I would ask if I was suppose to be elsewehere. Thanks
On Wed, 2 Jun 2004, [EMAIL PROTECTED] wrote:
> Is there a better list I should send this question ? I am guessing from lack
> of response I am sending to the wrong list. Sorry and thank you for any
> pointers to the proper place to get help.
Show some patience... :-)
> -- Forwarded Mes
On my old cyrus-imapd server the seen database is in /var/imap/user. The
format of the file is like this:
[EMAIL PROTECTED] imap]# cat /var/imap/user/a/adilinden.seen
00de43903fddebc61 0 0 1083101107 1:6
0136b4953d89df311 1063223744 4 1032458249 1:4
01ae95b23baa6abf1 1069
On Wed, 2 Jun 2004, Shawn Sivy wrote:
> >Have things improved since you restarted master?
> >
> >You can use pfiles and pmap (and lsof) to check for open files and memory
> >usage. Try to use pfile against a running imapd process and see if a
> >number of open files increases.
> >
> >What does u
On RedHat Linux ES 3, I've installed sendmail 8.12.11 from source and
Cyrus IMAPD 2.2.3-8 from srpm. I've configured sendmail to use
lmtpunix. When sendmail tries to deliver mail, both lmtpunix and
sendmail emit "File exists" errors, as below. I'm new to Cyrus IMAPD,
so any help would be gre
Igor Brezac wrote:
On Wed, 2 Jun 2004, Shawn Sivy wrote:
Igor Brezac wrote:
On Tue, 1 Jun 2004, Shawn Sivy wrote:
I'm having all kinds of problems with Cyrus IMAP 2.2.5 on Solaris 9.
System I/O errors, imap processing dying, IOERRORs.
Does anyone have suggestions on what could be th
Is there a better list I should send this question ? I am guessing from lack
of response I am sending to the wrong list. Sorry and thank you for any
pointers to the proper place to get help.
-- Forwarded Message --
Subject: VirtDomains, DefaultDomain, and SASL
Date: Tuesday 01
This is the way I understand - this might be wrong too!
On Wed, Jun 02, 2004 at 07:49:53PM +0800, Zhang Weiwu wrote:
> 1. Moden mail servers don't often do mail forwarding. So upon receiving
> an email, it will always be 'local delievery'.;
I understand local delivery to mean "write this message
I have been migrating users from 1.6.24 to 2.2.3.
In the process, I convert their cyrus.seen which
was in flat format to skiplist ...
find /var/tmp/user -name "cyrus.seen" -exec
/usr/lib/cyrus-imapd/cvt_cyrusdb {} flat {}.skiplist skiplist \;
I replace cyrus.seen(flat) with cyrus.seen(skiplist)
> From: Zhang Weiwu <[EMAIL PROTECTED]>
> Date: Wed, 02 Jun 2004 19:49:53 +0800
> To: [EMAIL PROTECTED]
> Subject: email server concept: what's mail delivery agent
>
>
> Hello. I'm trying to set up an email server several days. I think the
> most difficult part is to know when what does what. I w
On Wed, 2 Jun 2004, Shawn Sivy wrote:
>
> Igor Brezac wrote:
>
> >On Tue, 1 Jun 2004, Shawn Sivy wrote:
> >
> >
> >
> >>I'm having all kinds of problems with Cyrus IMAP 2.2.5 on Solaris 9.
> >>System I/O errors, imap processing dying, IOERRORs.
> >>
> >>Does anyone have suggestions on what could
On Wed, 2 Jun 2004, Shawn Sivy wrote:
> Against my better judgement, I upgrade the hardware Sun 280R to Sun 440,
>
> the OS from Solaris 8 to 9 and Cyrus IMAP 2.0.16, SASL 1.5.24 & Postfix
> 1.1.13 to IMAP 2.2.5, SASL 2.1.18 & Postfix 2.1.1.
>
> I haven't created any new users on the new version
Igor Brezac wrote:
On Tue, 1 Jun 2004, Shawn Sivy wrote:
I'm having all kinds of problems with Cyrus IMAP 2.2.5 on Solaris 9.
System I/O errors, imap processing dying, IOERRORs.
Does anyone have suggestions on what could be the cause? Has anyone
gotten version 2.2.5 working on Solaris (SPARC) 9
Against my better judgement, I upgrade the hardware Sun 280R to Sun 440,
the OS from Solaris 8 to 9 and Cyrus IMAP 2.0.16, SASL 1.5.24 & Postfix
1.1.13 to IMAP 2.2.5, SASL 2.1.18 & Postfix 2.1.1.
I haven't created any new users on the new version yet. I did try going
from quotalegacy to skiplis
Hello. I'm trying to set up an email server several days. I think the
most difficult part is to know when what does what. I wish to be clear
on some concepts.
I am running cyrus + postfix + ldap on a gentoo server, multiple virtual
domains (sealed mail server, no mail user have system account).
gen2 wrote:
Simply switch off smtp sasl authentication for localhost connections only.
master.conf:
localhost inet n - y - - smtpd
-o smtpd_sasl_auth_enable=no
That sounds very promising, thank you...I tried it but unfortunately got a
On Tuesday 01 June 2004 01:59 am, you wrote:
> ...anyway, I need to keep sasl auth on for smtp
>
> >connections in this application.
> >
>
> Simply switch off smtp sasl authentication for localhost connections only.
> master.conf:
> localhost inet n - y - -
I have just notices something in my syslog which is quite worrying! I get the
following line logged at frequent intervals:
locking disabled: couldn't open socket lockfile
/cyrus1/cyrusconfig/socket/imap-1.lock: No such file or directory
(my wrapping)
/cyrus1/cyrusconfig is declare
Robin Lynn Frank wrote:
Apologies for such a basic question, but we will be installing cyrus-imap
(Mandrake 10.0 RPM). Since I am going to have a short window to do the
BTW, Mandrake 10.0 still comes with 2.1.16 , if you need/want 2.2(.3 at
the moment) check my packages at
http://club.telepoli
Robin Lynn Frank wrote:
Apologies for such a basic question, but we will be installing cyrus-imap
(Mandrake 10.0 RPM). Since I am going to have a short window to do the
install and configuration, I'm getting this all in advance.
I already have the necessary information to get postfix to hand of
Robin Lynn Frank wrote
> -BEGIN PGP SIGNED MESSAGE-
> Hash: RIPEMD160
>
> Apologies for such a basic question, but we will be installing cyrus-imap
> (Mandrake 10.0 RPM). Since I am going to have a short window to do the
> install and configuration, I'm getting this all in advance.
>
> I a
33 matches
Mail list logo