Re: Microsoft Outlook Express Logon using Secure Password Authentication option.

2001-09-28 Thread Nick Simicich
At 09:26 AM 9/28/2001 +0200, Tarjei Huse wrote: In the advanced tag in OE, there are settings for setting ssl and ports for the server. Please tell me if I am wrong, but my impression with OE is that it can't use startssl. It can either make a connection to a TLS enabled socket or it will

Re: Eudora and ssl/tls and cyrus

2001-09-28 Thread Nick Simicich
At 08:41 AM 9/28/2001 -0400, Jeremy Beker wrote: Any ideas as to where on the Mac version one would set this? I don't have a mac. I found this by looking at the on-line user's manual in the Eudora web site. Hmmm. The manual is in an hqx file, and winzip won't decompress it The manuals are

Compiling cyrus-imap 1.6.24

2001-09-28 Thread Anderson Ferreira
Hi Patrick, I had problem the same but I did not understand its reply! If the friends will be able to help! Anderson. Date Mon, 10 Sep 2001 13:37:56 -0300 To Frederik Seiffert [EMAIL PROTECTED] CC: [EMAIL PROTECTED] From

Re: Microsoft Outlook Express Logon using Secure Password Authentication option.

2001-09-28 Thread Ken Murchison
Nick Simicich wrote: At 09:26 AM 9/28/2001 +0200, Tarjei Huse wrote: In the advanced tag in OE, there are settings for setting ssl and ports for the server. Please tell me if I am wrong, but my impression with OE is that it can't use startssl. It can either make a connection to a TLS

Re: Compiling cyrus-imap 1.6.24

2001-09-28 Thread Alain Turbide
The fix that worked for me: ln -s /usr/include/db3/db.h /usr/include/db.hif db.h is not there. Check in /lib and make sure you have a libdb.so there Check in /usr/lib/ and see if libdb.so is there also (it's a link to another lib I believe). . Move it somewhere else or delete the link (after

Logging failed login attempts?

2001-09-28 Thread Barton Hodges
failed login attempts don't seem to appear in my logs for both pop and imapd daemons. is it possible to log them? Thanks, Barton

RE: What is the best way to backup the email boxes in cyrus imap.

2001-09-28 Thread Michael Salmon
On Thursday, September 27, 2001 03:51:59 PM +0100 James Courtier-Dutton [EMAIL PROTECTED] wrote: +-- | On Friday, September 21, 2001 07:40:50 PM +0100 James Courtier-Dutton | [EMAIL PROTECTED] wrote: | +-- | | Hello | | What is the best way to backup email boxes in cyrus imap? | |

Re: Cyrus 2.0.16 with RedHat 7.1

2001-09-28 Thread Tarjei Huse
You've read through the cyrus faq? Also, you've set sasl_pwcheck: pam in imapd.conf ? (try also setting it in /usr/lib/sasl/Cyrus.conf) tarjei Jeremy Howard wrote: Eric L'Heureux wrote: I need help! I'm trying to install Cyrus 2.0.16 on Red Hat 7.1. I keep getting Invalid login

Re: Microsoft Outlook Express Logon using Secure Password Authentication option.

2001-09-28 Thread Tarjei Huse
Jeremy Howard wrote: James Courtier-Dutton wrote: Can the above option be used with cyrus imap ? If so, how ? I believe that it is proprietary. How ever you can enable SSL in OE, which works with Cyrus fine. In the advanced tag in OE, there are settings for setting ssl and ports for

Communicator 4.78 problem

2001-09-28 Thread Jaanus Toomsalu
HI! I have Cyrus-imapd-2.0.16 (64bit binary code) on Solaris-8, compiled with WorkShop compiler 6.1 and running on Sun Enterprise 420R server. Netscape Communicator (linux glibc22 and Windows9x ) 4.78 (also tested 4.77) says Netscape: Error - Could not find the summary information for the

Getting many different systems to use the same authentication method?

2001-09-28 Thread James Courtier-Dutton
I have Linux acting as the server for a small office of about 5 client Windows PCs. I am using Cyrus IMAP, SAMBA (SMB for windows browsing of network drives), and telnet access to a shell for a few people. To set and change passwords I have: - Cyrus IMAP uses saslpasswd. SAMBA uses smbpasswd.

LMTPD signaled to death by 11 - neverending story

2001-09-28 Thread Szymon Juraszczyk
Hi, I experience often lmtpd process segfaulting with signal 11. I tried to find a solution in the archivers the list, unfortunately with no luck. What's strange is that sometimes it delivers the mail, the other time it crashes, so deliver returns error 75 (temporary unavailable, try again).

Re: Getting many different systems to use the same authentication method?

2001-09-28 Thread Cillian Sharkey
James Courtier-Dutton [EMAIL PROTECTED] wrote: I have Linux acting as the server for a small office of about 5 client Windows PCs. I am using Cyrus IMAP, SAMBA (SMB for windows browsing of network drives), and telnet access to a shell for a few people. To set and change passwords I have: -

Re: temporarily unavailable

2001-09-28 Thread Anderson Ferreira
Hi Alain, thankĀ“s help-me. I executed ldd /usr/cyrus/bin/deliver and I did not find libdb. [root@atenas /root]# ldd /usr/cyrus/bin/deliver libsasl.so.7 = /usr/lib/libsasl.so.7 (0x40021000) libdl.so.2 = /lib/libdl.so.2 (0x4002c000) libc.so.6 = /lib/libc.so.6 (0x4002f000)

Re: Eudora and ssl/tls and cyrus

2001-09-28 Thread Jeremy Beker
Any ideas as to where on the Mac version one would set this? -Jeremy At 12:31 AM -0400 9/28/01, Nick Simicich wrote: At 07:37 PM 9/27/2001 -0400, Nick Simicich wrote: I had actually posted a trace of one of the sessions, extracted from ethereal (before it started working). As you can see,

Re: Feature proposal

2001-09-28 Thread Michael Fair
While I can appreciate the feature you are trying to implement, the proposed implementation is.. well... limited. For instace how do you give access to sfLocationA to mbUserG? I'm envisioning a use for this where Shared Folders are mailing lists for projects at a company. You have a set of

Re: netscape can't read imap folders created by gnus

2001-09-28 Thread Michael Salmon
On Thursday, September 27, 2001 04:49:39 PM -0400 [EMAIL PROTECTED] wrote: +-- | | Gnus is a great imap client! Really great! | | In my case, netscape doesn't see new folders created | by gnus. Gnus sees them, they are on the imap server, and gnus | can see new folders created by netscape. |

Re: Cyrus 2.0.16 with RedHat 7.1

2001-09-28 Thread Jeremy Howard
I have compiled the sources with the --with-auth=unix and I also tried with --with-pwcheck_method=pam but still does not work. ... Hey, nice set of diagnostics :-) We might put this in the FAQ as a good example of how to get your question answered :-) Trying 127.0.0.1... Connected to

Re: Cyrus 2.0.16 with RedHat 7.1

2001-09-28 Thread John Hayward
The first thing you might try to do is determine if cyrus is actually using pam or if the problem is with your pam configuration. put a: auth required pam_warn.so in your pam configuration file which should place a message in the log file (From

sendmail?

2001-09-28 Thread Nick Ustinov
Hey, Maybe this is not the right place to ask, but anyway.. I somehow came to the point, when sendmail is not even connecting to cyrus in any case. cyrus.log file keeps silence. I have 10 messages in /var/spool/mqueue, so I do /usr/sbin/sendmail -q -v and what I see is: Running

Re: Cyrus 2.0.16 with RedHat 7.1

2001-09-28 Thread Jeremy Howard
Ok I added the following line in my /etc/pam.d/pop: auth required pam_warn.so And here is the log when I tried to connect using pop: Sep 28 10:01:22 magenta PAM-warn[2069]: user: (uid=76) - test [remote: ?nobody@?nowhere] So PAM seems to work correctly but why do I still get an

Re: LMTPD signaled to death by 11 - neverending story

2001-09-28 Thread Jeremy Howard
I experience often lmtpd process segfaulting with signal 11. I tried to find a solution in the archivers the list, unfortunately with no luck. What's strange is that sometimes it delivers the mail, the other time it crashes, so deliver returns error 75 (temporary unavailable, try again).