Simon, thanks for clarifying that. Can you see any
reason why one install of Outlook would react this way
and the other one wouldn't?
Thanks
--- Simon Loader <[EMAIL PROTECTED]> wrote:
>
> >
> > The server you are connecting to is using a
> security
> > certificate which is expired or is not ye
Hello,
I am using imaps to retrieve my mail. My IMAP server
has both a public IP address and a non-routable adress
that we use here on the local LAN. From outside the
network users at home are able to retrieve mail
without problem. However here on the LAN where we use
the non routable address to r
Hello,
Can someone elaborate on these two log entries:
Aug 27 21:22:12 catfish imapd[3449]: [ID 781445
local6.notice] starttls: TLSv1 w
ith cipher RC4-MD5 (128/128 bits) no authentication
Aug 27 21:22:14 catfish imapd[3449]: [ID 237943
local6.notice] login: chirs.home
.net[206.150.228.61] chirs p
I am seeing strange behavior with STARTTLS falling
back to version 1 with outlook clients however when I
connect from localhost using openssl client command it
appears ready to do buisness using version 3.
I am using Cyrus 2.0.16 and OpenSSL 0.9.6 and am using
Outlook as my client to retrieve mail
Hello,
I am using Cyrus 2.0.16 and OpenSSL 0.9.6 and am using
Outlook as my client to retrieve mail. The client
craps out with a very generic error message:
"Could not fetch new headers in the inbox for
catfish.jmq.net an unknown error has occured. Please
save any existing work and restart the pr
Hello,
I am attempting to retrieve mail using Outlook from a
server running Cyrus 2.0.16. I have verifed that I can
telnet to port 143 and login and do a "Select INBOX"
etc. I am using IMAP port 993 and I have configure
Outlook to use this port and require a secure
connection. I have verified that
.c:534:
> >
> > More to go on but I have not had any luck finding
> out
> > more on this error messages. Any ideas?
> > Thanks again.
>
> Try it without -cert. See if it works without a
> client cert first (baby
> steps).
>
> >
> > --- Ken
Expect
ing: CERTIFICATE
1853:error:140AD009:SSL
routines:SSL_CTX_use_certificate_file:missing asn1
eos:s
sl_rsa.c:534:
More to go on but I have not had any luck finding out
more on this error messages. Any ideas?
Thanks again.
--- Ken Murchison <[EMAIL PROTECTED]> wrote:
>
>
cert combined in one file as this
made testing with "imtest -t /path/to/cert" possible
since the "-t" option can only take one file as an
agrument. Any ideas?
Thanks
--- Jeremy Howard <[EMAIL PROTECTED]> wrote:
> chirs charter wrote:
> > So run the following
pe character is '^]'.
Not much to go on no?
Thanks again man.
--- Jeremy Howard <[EMAIL PROTECTED]> wrote:
> chirs charter wrote:
> > I uncomented the imaps entry in /etc/cyrus.conf.
> Now
> > if I telnet to localhost on port 993 I am prompted
> to
> > enter a
pe character is '^]'.
Not much to go on no?
Thanks again man.
--- Jeremy Howard <[EMAIL PROTECTED]> wrote:
> chirs charter wrote:
> > I uncomented the imaps entry in /etc/cyrus.conf.
> Now
> > if I telnet to localhost on port 993 I am prompted
> to
> > enter a
> Escape character is '^]'.
> Enter PEM pass phrase:XX
>
> * BYE Fatal error: tls_init() failed
> Connection closed by foreign host.
>
> Confused.
>
> --- chirs charter <[EMAIL PROTECTED]> wrote:
> > What line is that? I made
by foreign host.
Confused.
--- chirs charter <[EMAIL PROTECTED]> wrote:
> What line is that? I made my imapd.conf file by
> hand?
> Are you maybe talking about /etc/cyrus.conf ?
> I am confused.
> Thanks again.
>
> --- Jeremy Howard <[EMAIL PROTECTED]> wrote:
> &g
What line is that? I made my imapd.conf file by hand?
Are you maybe talking about /etc/cyrus.conf ?
I am confused.
Thanks again.
--- Jeremy Howard <[EMAIL PROTECTED]> wrote:
> chirs charter wrote:
> > Does Outlook Express use STARTTLS?
>
> No. When you check the '
Does Outlook Express use STARTTLS?
Thanks
--- Ken Murchison <[EMAIL PROTECTED]> wrote:
>
>
> chirs charter wrote:
> >
> > Hello,
> > I am trying to fetch mail from an IMAP 2.0.16
> server
> > using STARTTLS for encrypting the session. I can
> se
Hello,
I am trying to fetch mail from an IMAP 2.0.16 server
using STARTTLS for encrypting the session. I can send
mail via the command line and retrieve it on the
server by telneting to port 143 so I know the server
is for the most part working. However when I try to
retrrieve my mail using Micros
Hello,
I have run into a strange problem where I am not
getting any new mail. When I telnet to port 143. I get
the following, can someone help me out:
elnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK catfish Cyrus IMAP4 v2.0.16 server ready
0001 LOGI
Hello,
I am running Cyrus on Solaris 8. I am trying to
authenticater clients using STARTTLS via OpenSSL
0.9.6.
Since OpenSSL does not access a /dev/random package of
PRNGD automatically I need to add the following to the
Cyrus IMAP start up routine:
RAND_egd("/path/to/egd-socket");
Can someone
Hello,
I trying to set up Cyrus 2.0.16 so that user session
are envrypted via TLS. I am using OpenSSL 0.9.5. I
have generated a self signed temporary certificate. I
keep recieving the same error that TLS negoitaion
failed. Unfortuantely this doesn't give one much to go
on so I ran the imtest in ve
Hello,
I am trying to get TLS working with Cyrus. This is
what I am seeing in the Header for
imtest -t "" foo.foobar
catfish# imtest -t "" catfish.jmqa.net
C: C01 CAPABILITY
S: * OK catfish Cyrus IMAP4 v2.0.16 server ready
S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+
NAMESPACE UIDPLUS ID
Hello,
I just generated the cert for my Cyrus server. I made
sure that cyrus had read perms on
/var/imap/server.pem.
I added the following line to /etc/imapd.conf:
tls_cert_file: /var/imap/server.pem
tls_key_file: /var/imap/server.pem
I added the following to /etc/services
imaps 993/tcp
I
Hello,
I have recently installed the latest Cyrus IMAP
server. I am wondering what do I have to do to encrypt
the client-server transactions so that username and
pasword don't have to go across the wire in plaintext?
I guess I would like to use SSL. How do I implement
this? I havent found any docs
Hello,
Could someone explain to me the procedure and or
syntax for changing as users password using
saslpasswd?
>From what I can tell you can only use saslpasswd the
first time to create the account? This can't be right
though. I would appreciate any feedback?
___
a row. This seems to
be odd behavior caused by a 0 length /etc/sasldb file
prior to initialization.
Thanks
Chirs
--- chirs charter <[EMAIL PROTECTED]> wrote:
> Hello,
> I recently installed sasl 1.5.24 on Solaris 8. For
> the
> Berkeley DB i used the Solaris freeware package for
Hello,
I recently installed sasl 1.5.24 on Solaris 8. For the
Berkeley DB i used the Solaris freeware package for DB
3.2. I did the following to configure:
env CPPFLAGS="-I/usr/local/BerkeleyDB.3.2/include" \
LDFLAGS="-L/usr/local/BerkeleyDB.3.2/lib
-R/usr/local/BerkeleyDB.3.2/lib" \
./config
Hello,
I am running confiugre on 1.5.24 Solaris 8 with the
following:
env CPPFLAGS="-I/usr/local/BerkeleyDB.3.1/include" \
LDFLAGS="-L/usr/local/BerkeleyDB.3.1/lib
-R/usr/local/BerkeleyDB.3.1/lib" \
./configure --with-dblib=berkeley
It ends up crapping out with the following:
oading cache
Has anyone successfuly instaled the Cyrus server on
Solaris 8? Saslpasswd seems to be very tempermental.
Whenerver I run saslpasswd to set up the cyrus user. I
got an error: "unable to opend berkely db /etc/sasldb
invalid argument. The db is there under /etc although
it is a 0 length file since no
.conf looks like the following:
catfish# cat /etc/imapd.conf
configdirectory: /var/imap
partition-default: /opt/data/mailstore
admins: cyrus
sasl_pwcheck_method: sasldb
autocreatequota:1
Thanks
--- chirs charter <[EMAIL PROTECTED]> wrote:
> Thanks it looks like the Solais package instl
--- [EMAIL PROTECTED] wrote:
> chirs charter writes:
> >
> >I just installed Cyrus 2.0.16. on Solaris 8 and I
> am
> >getting the following error when testing
> >
> >catfish# telnet localhost 143
> >Trying 127.0.0.1...
> >Connected to localhost.
> &
Well this install is going a bit rought but I
appreciate all your help. I am recieving a strange
"unable to dlopen" some libs during testing. One is
obvioulsy a perms problem which I have since fixed but
the rest are more obscure and searching throught the
archives didn't help me too much. Any fee
Hello,
I just installed Cyrus 2.0.16. on Solaris 8 and I am
getting the following error when testing
catfish# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
ld.so.1: imapd: fatal: libssl.so.0: open failed: No
such file or directory
Connection closed by
Sorry if this question sounds a bit sophmoric but how
does inetd know which daemon to fire up if there is no
entry in inetd.conf. If I do this I get "connection
refused" which is what I would expect. Again sorry but
if you could school me on this that would be great.
--- Ken Murchison <[EMAIL PRO
Hello,
I just installed Cyrus 2.0.16 on Solaris 8. When I go
to run run:
/usr/local/bin/cyradm -user cyrus localhost
I get the following errors:
Ccatfish# /usr/local/bin/cyradm -user cyrus localhost
Can't load
'/usr/local/lib/perl5/site_perl/5.6.0/sun4-solaris/auto/Cyrus/IMAP/IMAP
.so' for modu
33 matches
Mail list logo