telnet localhost 143.....nothing heppens :-(

2003-06-17 Thread Anatoliy Borisov
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:

Re: telnet localhost 143.....nothing heppens :-(

2003-06-17 Thread Etienne Goyer
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

Re: telnet localhost 143.....nothing heppens :-(

2003-06-17 Thread Anatoliy Borisov
:-) 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 (

Re: Cyrus on Red Hat Enterprise Linux

2003-06-17 Thread John Alton Tamplin
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

Cyrus and TCP Wrapper info needed.

2003-06-17 Thread Mark London
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

Re: ctl_cyrusdb looping

2003-06-17 Thread Rob Siemborski
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_cyrusdb -r

Re: Cyrus and TCP Wrapper info needed.

2003-06-17 Thread Paul M Fleming
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

Re: Cyrus and TCP Wrapper info needed.

2003-06-17 Thread Chris Picton
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

Re: ctl_cyrusdb looping

2003-06-17 Thread Jure Pecar
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 you have

Re: ctl_cyrusdb looping

2003-06-17 Thread Rob Siemborski
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 delivery database,

Re: ctl_cyrusdb looping

2003-06-17 Thread Jim Howell
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. I

Re: ctl_cyrusdb looping

2003-06-17 Thread Rob Siemborski
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 ...

Re: ctl_cyrusdb looping

2003-06-17 Thread Igor Brezac
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 going on by

Re: SSL wrapped sieve support (ala imaps) for timsieved

2003-06-17 Thread Rob Siemborski
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 wrapped

cyrus-mysql-postfix-pam

2003-06-17 Thread Bartosz Jozwiak
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

Re: SSL wrapped sieve support (ala imaps) for timsieved [LONG]

2003-06-17 Thread Rob Siemborski
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 set

Re: SSL wrapped sieve support (ala imaps) for timsieved [LONG]

2003-06-17 Thread Ben Poliakoff
* 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), how

Cyrus and TCP Wrapper still not working (never mind...)

2003-06-17 Thread mrl
I had imapd instead of imap in my hosts.* files, sorry!

Re: Cyrus and TCP Wrapper still not working (oops).

2003-06-17 Thread Paul M Fleming
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:

Cyrus impa,mysql,postfix, pam PROBLEM

2003-06-17 Thread Bartosz Jozwiak
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

Re: SSL wrapped sieve support (ala imaps) for timsieved [LONG]

2003-06-17 Thread Ben Poliakoff
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

cyrus mail list is there anybody out there to help me

2003-06-17 Thread RYAN M vAN GINNEKEN
-- - 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 PROTECTED] Cc: --

Re: Cyrus impa,mysql,postfix, pam PROBLEM

2003-06-17 Thread Denny Schierz
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

Re: SSL wrapped sieve support (ala imaps) for timsieved [LONG]

2003-06-17 Thread Scott Russell
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 a

Re: Cyrus impa,mysql,postfix, pam PROBLEM

2003-06-17 Thread Rob Siemborski
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,

IMAP control script

2003-06-17 Thread tsg
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,