i'm having trouble compiling sasl right around where it creates saslauthd.
i've troved aruond google and deja, but no luck. i've found other people
with the problem, but nobody with an answer.
i started with:
# ./configure --sysconfdir=/etc \
--with-dblib=berkeley \
--with-bdb-incdir=/usr/local/b
On Tue, 17 Jun 2003, Denny Schierz wrote:
> i searched in google for answers and the most pages says, that the
> maschine is too slow, to handle so many connections.
This is one reason I'd like to see connection pooling via an auxpropd,
both for the database plugins and the LDAP plugins.
Though,
On Tue, Jun 17, 2003 at 12:24:49PM -0700, Ben Poliakoff wrote:
> Thanks for the reminder about the -C flag for timsieved. Using that I
> can at least limit the "allowplaintext: yes" to timsieved.
>
> So we can stumble along with this solution (and the stunnels) until we
> are able to come up with
hi,
i searched in google for answers and the most pages says, that the
maschine is too slow, to handle so many connections.
Do you use mysql.socks or tcp? I would say, test both ways.
It is also possible, that pam drops the connections to late, or the
timeout is too long.
Please ask the mysql m
--
- Original Message -
DATE: Tue, 17 Jun 2003 00:33:10
From: "RYAN M vAN GINNEKEN" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc:
>
>--
>
>- Original Message -
>
>DATE: Mon, 16 Jun 2003 16:35:55
>From: "RYAN M vAN GINNEKEN" <[EMAIL PROTECTED]>
>To: [EMAIL PROTEC
Looks like I forgot to reply to the list on that last message
Thanks for the reminder about the -C flag for timsieved. Using that I
can at least limit the "allowplaintext: yes" to timsieved.
So we can stumble along with this solution (and the stunnels) until we
are able to come up with a STA
Hello everyone!I just change e-mail server to Postfix MySql Cyrus
Web-CyradmWe have 4000 users. Sometimes user can log in sometimes not.I
have noticed that this is because of MySql problem.There is to many
connections to mysql.So after 20 minutes we had to change to old e-mail
server.Our
service names in /etc/hosts.deny|allow MUST match the service names in
/etc/cyrus.conf .. normally imap,imaps,sieve,lmtp
Mark London wrote:
>
> Oops, I didn't wait long enough. Cyrus still accepting connections using port
> 143. My hosts.allow is:
>
> imapd: 127.0.0.1
>
> My hosts.deny is:
>
I had imapd instead of imap in my hosts.* files, sorry!
* Rob Siemborski <[EMAIL PROTECTED]> [030617 10:49]:
> On Tue, 17 Jun 2003, Ben Poliakoff wrote:
>
> > Given that in many environments end user interactions with sieve scripts
> > are mediated by web based interfaces (that don't easily lend themselves
> > to authentication methods like SASL/GSSAPI
On Tue, 17 Jun 2003, Ben Poliakoff wrote:
> When it comes to sieve, I'd really like to be able to do the same sort
> of thing. Right now to support a cgi/web based sieve client (like
> websieve, easysieve, squirrelmail's sieve plugin, or Horde's Ingo -
> none of which support STARTTLS) I need to
Hello everyone!I just change e-mail server to Postfix MySql Cyrus
Web-CyradmWe have 4000 users. Sometimes user can log in sometimes not.I
have noticed that this is because of MySql problem.There is to many
connections to mysql.So after 20 minutes we had to change to old e-mail
server.Our web
Oops, I didn't wait long enough. Cyrus still accepting connections using port
143. My hosts.allow is:
imapd: 127.0.0.1
My hosts.deny is:
imapd: ALL
I'm trying to make imapd (port 143) only open for the local squirrelmail
connection, but it's still open to everyone. Is there any way to debug
Hm, I thought I tested it and I thought it wasn't working, but maybe it was
because I had some junk in hosts.* that I didn't need. I removed them, and it
works just as you advertise. Thanks a lot!
Also, thanks to the person who sent me the iptables script. I may use that at
a later date.
> If
Hi all,
Given that in many environments end user interactions with sieve scripts
are mediated by web based interfaces (that don't easily lend themselves
to authentication methods like SASL/GSSAPI), how much work might it be
to implement a separate SSL wrapped "sieves" port for timsieved?
Of cours
On Tue, 17 Jun 2003, Ben Poliakoff wrote:
> Given that in many environments end user interactions with sieve scripts
> are mediated by web based interfaces (that don't easily lend themselves
> to authentication methods like SASL/GSSAPI), how much work might it be
> to implement a separate SSL wrap
John Alton Tamplin <[EMAIL PROTECTED]> said:
> Daniel Qian wrote:
>
> >It confused me by putting all databases using BDB under a imap directory.
> >
> Read the documentation at sleepycat -- the logs are per BDB
> environment. In this case, it protects only the various BDB files used
> by Cyru
On Tue, 17 Jun 2003, Jure Pecar wrote:
> On Tue, 17 Jun 2003 10:54:06 -0400 (EDT)
> Rob Siemborski <[EMAIL PROTECTED]> wrote:
>
>
> > Most likely it was processing your duplicate delivery database, which
> > can be quite large and take some time to process (you can generally tell
> > what is goin
On Tue, 17 Jun 2003, Jure Pecar wrote:
> I'm seeing the same on my 2.2.0a here ... deliverdb is now at 826mb, i
> have checkpoint event set with period=10 and i find one or two ctl_deliver
> processes running, eating all the cputime available. strace shows it's
> chewing the db files as it should
Hi,
Comments below.
Jim
At 10:54 AM 6/17/2003 -0400, Rob Siemborski wrote:
On Tue, 17 Jun 2003, Jim Howell wrote:
> However the "ctl_cyrusdb -r" process didn't end, it appeared to start
> looping. I rebuilt the mailboxes.db from a text backup (ctl_mboxlist
> -d output). But to no avail.
On Tue, 17 Jun 2003, Jim Howell wrote:
> > > The first time through I let it run for 15 minutes, the "done" message came
> > > in 81 seconds. Should I of let it keep going? What can I do to prevent
> > > this from happening again? Thanks.
> >
> >Most likely it was processing your duplicate deli
On Tue, 17 Jun 2003 10:54:06 -0400 (EDT)
Rob Siemborski <[EMAIL PROTECTED]> wrote:
> Most likely it was processing your duplicate delivery database, which
> can be quite large and take some time to process (you can generally tell
> what is going on by truss/strace on the process).
>
> Options yo
On Tue, 2003-06-17 at 16:43, Mark London wrote:
> Hi - A couple of weeks ago people suggested that I could use TCP Wrapper to
> restrict access to the IMAP port. I'm confused, because I'm running xinetd,
> which normally does not use libwrap, and instructions on using the TCP Wrapper
> all talk a
If you are running Cyrus 2.x and compiled with TCP_wrappers support you
just need to put entries in /etc/hosts.[allow|deny] and cyrus will do
the rest.. In Cyrus 2.x xinetd/inetd aren't used to launch cyrus
binaries. It sounds like you're using a linux box.. If you're using
redhat tcp_wrappers are
On Tue, 17 Jun 2003, Jim Howell wrote:
> However the "ctl_cyrusdb -r" process didn't end, it appeared to start
> looping. I rebuilt the mailboxes.db from a text backup (ctl_mboxlist
> -d output). But to no avail. I still received the "recovered"
> message. I finally just killed the "ctl_cyrus
Hi - A couple of weeks ago people suggested that I could use TCP Wrapper to
restrict access to the IMAP port. I'm confused, because I'm running xinetd,
which normally does not use libwrap, and instructions on using the TCP Wrapper
all talk about using inetd. I see mention that xinetd can be com
John Alton Tamplin said:
> He is referring to HP certifying the software, which I am sure has more
> to do with demand than anything devious. HP isn't going to go to the
> trouble to support some version that not many of their customers are
> using. I am not sure why you would fault RedHat for
Daniel Qian wrote:
It confused me by putting all databases using BDB under a imap directory.
Read the documentation at sleepycat -- the logs are per BDB
environment. In this case, it protects only the various BDB files used
by Cyrus.
Anyway I am more concerned about a proper way to backup al
Craig Ringer wrote:
[OT: Yes, I'm aware that there other other Linuces beyond RH, but we're
committed to HP hardware which is only certified for RH and SuSE (one of
my colleagues has been told by an HP engineer that they support
Debian but
I've yet to see anything official). We have zero SuSE exp
Hi,
First the obligatory version statement. I'm running Cyrus 2.1.11 on
Solaris 8, my mailboxes.db is in skiplist format. I have 9,921 users on
the system. The problem is when I restarted the master daemon this morning
the "ctl_cyrusdb -r" started, appeared to "work" as by the below log entr
Hi,
Usually telnet doesn't say it is in connected state if it is
access-listed or firewalled (it usually says 'connection timed out')
See exit-code 127 from ctl_cyrusdb
++Titus
On Tue, 17 Jun 2003, Etienne Goyer wrote:
> My bet is that port 143 is firewalled. Check your firewall rules (on
> L
:-) Hello
Thanks, problem already solved.
I run master -D (read man master for details) .
This shows me that master and imapd don't see libssl.so.0.9.7
I'm simply created link to this lib from /usr/lib and set correct
permissions (755 )on /usr/local/ssl and /usr/local/ssl/lib.
Anatoliy Borisov (
My bet is that port 143 is firewalled. Check your firewall rules (on
Linux, "iptables -L -v -n" should it).
On Tue, Jun 17, 2003 at 11:30:51AM +0300, Anatoliy Borisov wrote:
> Hello all.
> I'm trying to set up a new mail server with Cyrus-IMAPd.
> I use an original Cyrus docs which ships with s
Hi, everyone!
I made a Perl script, which can help to administer a simple mail server, build
with Postfix+Cyrus SASL+Cyrus IMAP+OpenLDAP.
All information contains in LDAP Directory (users, aliases maps, relocated
maps ...). The script allows add/delete users and their mailboxes, aliases,
reloca
Hello all.
I'm trying to set up a new mail server with Cyrus-IMAPd.
I use an original Cyrus docs which ships with source tarball, but I have a
serious difficulties.
I running master process according to Cyrus guide. When I trying to "telnet
myhost 143" to test IMAP server, I get following:
I will take a look to see if my company is Ok to publish the MysQL connector
!
And correct those little annoying bugs !
if my company is OK, I will send the patches !
valery
-Original Message-
>From: Gareth Bult [mailto:[EMAIL PROTECTED]
>Sent: Friday, June 13, 2003 10:34 AM
>To: Brasseu
36 matches
Mail list logo