Courier POP3 log files

2002-06-28 Thread Andrew Tait

Hi All,

I have just converted from cucipop/mbox to courier-pop/maildir, however I
can't for the life of me find where courier records logins, authentication
failures, etc, if it even does at all.

Can anyone enlighten me?

Andrew Tait
System Administrator
Country NetLink Pty, Ltd
E-Mail: [EMAIL PROTECTED]
WWW: http://www.cnl.com.au
30 Bank St Cobram, VIC 3644, Australia
Ph: +61 (03) 58 711 000
Fax: +61 (03) 58 711 874

"It's the smell! If there is such a thing." Agent Smith - The Matrix


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Problem with ssh

2002-06-28 Thread Jan-Benedict Glaw

On Fri, 2002-06-28 08:38:51 +0300, Sami Haahtinen <[EMAIL PROTECTED]>
wrote in message <[EMAIL PROTECTED]>:
> On Thu, Jun 27, 2002 at 09:25:52PM +0700, [EMAIL PROTECTED] wrote:
> > I have a problem with my ssh, when i try to connect to our server using
> > ssh have an error like this :
> > 
> > ssh -l [EMAIL PROTECTED]
> > 2f65 7463 2f73 7368
> > Disconnecting: Bad packet length 795178083.
> > 
> > What's Wrong with my server or my ssh client. And how to solve them.
> 
> to me, it looks like you are trying to log in as myuser to server
> xxx.xxx.xxx.xxx, but as far as the command says, you are tying to log in
> as [EMAIL PROTECTED] to nowhere, atleast the ssh in woody does
> not even try to connect, maybe it is different with your version of ssh.
> 
> try either:
>   ssh [EMAIL PROTECTED]
> or:
>   ssh -l myusername xxx.xxx.xxx.xxx

If it is not this problem, this looks like you try to connect with a
ssh1 client to a ssh2 server...

MfG, JBG

-- 
Jan-Benedict Glaw   .   [EMAIL PROTECTED]   .   +49-172-7608481
 -- New APT-Proxy written in shell script --
   http://lug-owl.de/~jbglaw/software/ap2/



msg06645/pgp0.pgp
Description: PGP signature


Re: Problem with ssh

2002-06-28 Thread IOhannes zmoelnig

sorry JGB, pressed the wrong button in my last mail to you...

Jan-Benedict Glaw wrote:
> 
> If it is not this problem, this looks like you try to connect with a
> ssh1 client to a ssh2 server...


i had the same problem (bad packet length) a week ago with a brand-new 
out-of-the-box installation.
it turned out to be the version-problem "ssh1-client vs. ssh2-server"

mfg.cas.sdr
IOhannes




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Problem with ssh

2002-06-28 Thread Sami Haahtinen
On Thu, Jun 27, 2002 at 09:25:52PM +0700, [EMAIL PROTECTED] wrote:
> I have a problem with my ssh, when i try to connect to our server using
> ssh have an error like this :
> 
> ssh -l [EMAIL PROTECTED]
> 2f65 7463 2f73 7368
> Disconnecting: Bad packet length 795178083.
> 
> What's Wrong with my server or my ssh client. And how to solve them.

to me, it looks like you are trying to log in as myuser to server
xxx.xxx.xxx.xxx, but as far as the command says, you are tying to log in
as [EMAIL PROTECTED] to nowhere, atleast the ssh in woody does
not even try to connect, maybe it is different with your version of ssh.

try either:
ssh [EMAIL PROTECTED]
or:
ssh -l myusername xxx.xxx.xxx.xxx

it might be something else, or it might be this..

Sami

-- 
  -< Sami Haahtinen >-
  -[ Notify immediately if you do not receive this message ]-
-< 2209 3C53 D0FB 041C F7B1  F908 A9B6 F730 B83D 761C >-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Courier POP3 log files

2002-06-28 Thread Andrew Tait
Hi All,

I have just converted from cucipop/mbox to courier-pop/maildir, however I
can't for the life of me find where courier records logins, authentication
failures, etc, if it even does at all.

Can anyone enlighten me?

Andrew Tait
System Administrator
Country NetLink Pty, Ltd
E-Mail: [EMAIL PROTECTED]
WWW: http://www.cnl.com.au
30 Bank St Cobram, VIC 3644, Australia
Ph: +61 (03) 58 711 000
Fax: +61 (03) 58 711 874

"It's the smell! If there is such a thing." Agent Smith - The Matrix


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Problem with ssh

2002-06-28 Thread Jan-Benedict Glaw
On Fri, 2002-06-28 08:38:51 +0300, Sami Haahtinen <[EMAIL PROTECTED]>
wrote in message <[EMAIL PROTECTED]>:
> On Thu, Jun 27, 2002 at 09:25:52PM +0700, [EMAIL PROTECTED] wrote:
> > I have a problem with my ssh, when i try to connect to our server using
> > ssh have an error like this :
> > 
> > ssh -l [EMAIL PROTECTED]
> > 2f65 7463 2f73 7368
> > Disconnecting: Bad packet length 795178083.
> > 
> > What's Wrong with my server or my ssh client. And how to solve them.
> 
> to me, it looks like you are trying to log in as myuser to server
> xxx.xxx.xxx.xxx, but as far as the command says, you are tying to log in
> as [EMAIL PROTECTED] to nowhere, atleast the ssh in woody does
> not even try to connect, maybe it is different with your version of ssh.
> 
> try either:
>   ssh [EMAIL PROTECTED]
> or:
>   ssh -l myusername xxx.xxx.xxx.xxx

If it is not this problem, this looks like you try to connect with a
ssh1 client to a ssh2 server...

MfG, JBG

-- 
Jan-Benedict Glaw   .   [EMAIL PROTECTED]   .   +49-172-7608481
 -- New APT-Proxy written in shell script --
   http://lug-owl.de/~jbglaw/software/ap2/


pgpRCJa0diMEg.pgp
Description: PGP signature


Re: Problem with ssh

2002-06-28 Thread IOhannes zmoelnig
sorry JGB, pressed the wrong button in my last mail to you...
Jan-Benedict Glaw wrote:
If it is not this problem, this looks like you try to connect with a
ssh1 client to a ssh2 server...

i had the same problem (bad packet length) a week ago with a brand-new 
out-of-the-box installation.
it turned out to be the version-problem "ssh1-client vs. ssh2-server"

mfg.cas.sdr
IOhannes

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Problem with ssh

2002-06-28 Thread Sam Varghese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, Jun 27, 2002 at 09:25:52PM +0700, [EMAIL PROTECTED] wrote:
> Dear All,
> 
> I have a problem with my ssh, when i try to connect to our server using
> ssh have an error like this :
> 
> ssh -l [EMAIL PROTECTED]
> 2f65 7463 2f73 7368
> Disconnecting: Bad packet length 795178083.
> 
> 
> What's Wrong with my server or my ssh client. And how to solve them.

Your ssh client is probably using protocol version 1 and the server you are
trying to log in to is using protocol version 2.

I had the same problem. On woody the ssh client which comes with Openssh uses
protocol version 1. I installed ssh2 and used it instead.

Sam
- -- 
Sam Varghese
http://www.gnubies.com
The entire sum of existence is the magic of being needed by just one other
person.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9HEggZyXhknb+33gRAsVLAKCEH5aMzGlWPvn+ZnYoQe0HXGQ+WQCgjnAt
h0oRDP0bv7N7PKkSKhxI/tc=
=MO9O
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Courier POP3 log files

2002-06-28 Thread Fraser Campbell
On Fri, 2002-06-28 at 03:23, Andrew Tait wrote:

> I have just converted from cucipop/mbox to courier-pop/maildir, however I
> can't for the life of me find where courier records logins, authentication
> failures, etc, if it even does at all.
> 
> Can anyone enlighten me?

courier-imap logs to /var/log/mail.info, if courier-pop doesn't then I
would consider that a bug.  Is it there?

Fraser


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




unsubscribe

2002-06-28 Thread Michael Boppel





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Cocoon2 on Tomcat4

2002-06-28 Thread Kjetil Kjernsmo
Hi there,

I was just wondering whether somebody has got Cocoon2 running on top of 
Tomcat4? And using the packages in Woody for this purpose? 

I'm rather new on this, so I'm wondering, if the answer to the above 
two questions is "yes", how did you do it?

Best,

Kjetil
-- 
Kjetil Kjernsmo
Astrophysicist/IT Consultant/Skeptic/Ski-orienteer/Orienteer/Mountaineer
[EMAIL PROTECTED]  [EMAIL PROTECTED]  [EMAIL PROTECTED]
Homepage: http://www.kjetil.kjernsmo.net/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Cyrus IMAP

2002-06-28 Thread Gregory Wood



Gregory Wood
Farsight Voice Data Solutions
1219 West University Blvd.
Odessa TX 79764-7119
915-335-0879

 



Re: Cyrus IMAP

2002-06-28 Thread Robert Waldner

On Fri, 28 Jun 2002 09:40:02 CDT, "Gregory Wood" writes:
>I am trying to configure IMAP for a customer. I used dselect and got the=
> 'required' Cyrus IMAP server. The first thing that struck me as strange is=
> that it didn't generate any config files. So, I went to the Cyrus home=
> page and got the install instructions and started working through that.=
> One line says, 'tools/mkimap'. Only there is not tools directory and no=
> mkimap script anywhere on my system.
>
>Where have I gone wrong?

1st: You've sent your mail in both text and HTML. DO NOT send 
 HTML-mail, PLEASE. http://expita.com/nomime.html
2nd: Have a look at /etc/imapd.conf
3rd: Configure cyrus (cyrdeliver) as delivery agent (MDA) in your MTAs 
 config.
4th: Setup some IMAP-mailboxes (`cyradm localhost`, make sure the
 cyradm-user exists in whatever way you configured via imapd.conf), 
 create the cyrus-mailboxes per `cm user.$mailboxname` in cyradm.
5th: Have fun!

cheers,
&rw
-- 
/ Ing. Robert Waldner | Security Engineer |  CoreTec IT-Security  \
\   <[EMAIL PROTECTED]>   | T +43 1 503 72 73 | F +43 1 503 72 73 x99 /



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Cyrus IMAP - basic install problem

2002-06-28 Thread Gregory Wood



Gregory Wood
Farsight Voice Data Solutions
1219 West University Blvd.
Odessa TX 79764-7119
915-335-0879

 



APC PowerChute on Linux

2002-06-28 Thread Andreas Rabus

Hi,

It's not free software, but i think i need it as master for two for the
Windoze Servers on the UPS.
So i tried to install PowerChute for linux on my debian box.

Did not work for now

Anybody managed it already?

I searched the web and found a page:
http://homepage2.nifty.com/drpanda/tech/opensource/debian-ups.html
But i can't read it.
Can any body help by translating this page?

Thanks in advance,

ar

Andreas Rabus
entity38 AG

Isartalstr. 44b/Rgb.
80469 München

Tel +49 (89) 286772-27
Fax +49 (89) 286772-21
ISDN +49 (89) 286772-30
ICQ #132675697

[EMAIL PROTECTED]
www.entity38.de
 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: APC PowerChute on Linux

2002-06-28 Thread Peter Billson
Andreas,
  It has been a while since I played with it, but if I remember
correctly the documentation said that Linux can't be the master only a
slave.

Pete
-- 
http://www.elbnet.com
ELB Internet Services, Inc.
Web Design, Computer Consulting, Internet Hosting


Andreas Rabus wrote:
> 
> Hi,
> 
> It's not free software, but i think i need it as master for two for the
> Windoze Servers on the UPS.
> So i tried to install PowerChute for linux on my debian box.
> 
> Did not work for now
> 
> Anybody managed it already?
> 
> I searched the web and found a page:
> http://homepage2.nifty.com/drpanda/tech/opensource/debian-ups.html
> But i can't read it.
> Can any body help by translating this page?
> 
> Thanks in advance,
> 
> ar
> 
> Andreas Rabus
> entity38 AG
> 
> Isartalstr. 44b/Rgb.
> 80469 München
> 
> Tel +49 (89) 286772-27
> Fax +49 (89) 286772-21
> ISDN +49 (89) 286772-30
> ICQ #132675697
> 
> [EMAIL PROTECTED]
> www.entity38.de
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: APC PowerChute on Linux

2002-06-28 Thread Christoph Wegener
Definitely WRONG - I have APC PowerSuite running on several Linux systems - 
mainly SuSE but that should not matter...
The installation from the PowerSuite CD was like a charme...

What are your exact probs - maybe this could help a little bit!
What are your exact config?!? To which machine is the UPS attached?!?

Greetings and a nice weekend
Christoph

28.6.2002 21:07:43, Peter Billson <[EMAIL PROTECTED]> wrote:

>Andreas,
>  It has been a while since I played with it, but if I remember
>correctly the documentation said that Linux can't be the master only a
>slave.
>
>Pete
>-- 
>http://www.elbnet.com
>ELB Internet Services, Inc.
>Web Design, Computer Consulting, Internet Hosting
>
>
>Andreas Rabus wrote:
>> 
>> Hi,
>> 
>> It's not free software, but i think i need it as master for two for the
>> Windoze Servers on the UPS.
>> So i tried to install PowerChute for linux on my debian box.
>> 
>> Did not work for now
>> 
>> Anybody managed it already?
>> 
>> I searched the web and found a page:
>> http://homepage2.nifty.com/drpanda/tech/opensource/debian-ups.html
>> But i can't read it.
>> Can any body help by translating this page?
>> 
>> Thanks in advance,
>> 
>> ar
>> 
>> Andreas Rabus
>> entity38 AG
>> 
>> Isartalstr. 44b/Rgb.
>> 80469 München
>> 
>> Tel +49 (89) 286772-27
>> Fax +49 (89) 286772-21
>> ISDN +49 (89) 286772-30
>> ICQ #132675697
>> 
>> [EMAIL PROTECTED]
>> www.entity38.de
>> 
>> 
>> --
>> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>
>-- 
>To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>

--
.-. Ruhr-Universitaet Bochum
/v\L   I   N   U   XLehrstuhl fuer Biophysik
   // \\  >Penguin Computing<   c/o Christoph Wegener
  /(   )\   Gebaeude ND 04/Nord
   ^^-^^D-44780 Bochum, GERMANY

Tel: +49 (234) 32-25754 Fax: +49 (234) 32-14626
mailto:[EMAIL PROTECTED]   http://www.bph.ruhr-uni-bochum.de





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Problem with ssh

2002-06-28 Thread Moti Levy
Howland, Curtis wrote:
(B
(B>First question:
(B>
(B>Has it worked before now?
(B>
(B>Second question:
(B>
(B>What did you change between then and now?
(B>
(B>Curt-
(B>
(B>  
(B>
(B>>Dear All,
(B>>
(B>>I have a problem with my ssh, when i try to connect to our 
(B>>server using
(B>>ssh have an error like this :
(B>>
(B>>ssh -l [EMAIL PROTECTED]
(B>>2f65 7463 2f73 7368
(B>>Disconnecting: Bad packet length 795178083.
(B>>
(B>>
(B>>What's Wrong with my server or my ssh client. And how to solve them.
(B>>
(B>>
(B>>Thank's
(B>>
(B>>Ryansimon Aku
(B>>
(B>>
(B>
(B>
(B>  
(B>
(BI think you're using an ssh 1 client to connect to an ssh2 server
(Bupgrade your ssh client .
(B
(B
(B
(B
(B-- 
(BTo UNSUBSCRIBE, email to [EMAIL PROTECTED]
(Bwith a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

unsuscribe

2002-06-28 Thread MKiller



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]