Re: cluster on firewall? (thanx, again)

2003-02-08 Thread Haim Ashkenazi
wow, that's a lot of reading stuff... thanx, again -- Haim

Re: raw disk access

2003-02-08 Thread Alberto Cortés
El mar, 07 de ene de 2003, a las 19:51 -0800, Blars decía que: > In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: > > i am looking for forensics tools that can be used in computer > > crime investigations, and am particularly interesting in a tool > > that provides raw drive (

securing pop3

2003-02-08 Thread Kristof Goossens
Hello all, I need to make a pop3 account on my server. I intend to work with ipop3d to provide secure pop3 service. Now I want to provide this service for only few people, and I don't want them to have an account on the system. Well, they can have a pop3 account, but no other access whatsoever...

Re: securing pop3

2003-02-08 Thread tps
On Sat, Feb 08, 2003 at 03:23:33PM +0100, Kristof Goossens wrote: > Hello all, > > I need to make a pop3 account on my server. I intend to work with ipop3d to > provide secure pop3 service. Now I want to provide this service for only > few people, and I don't want them to have an account on the sy

Re: securing pop3

2003-02-08 Thread Kuba Jakubik
Kristof Goossens wrote: Hello all, I need to make a pop3 account on my server. I intend to work with ipop3d to provide secure pop3 service. Now I want to provide this service for only few people, and I don't want them to have an account on the system. Well, they can have a pop3 account, but no o

Re: securing pop3

2003-02-08 Thread François TOURDE
Kristof Goossens <[EMAIL PROTECTED]> writes: > Hello all, > > I need to make a pop3 account on my server. I intend to work with ipop3d to > provide secure pop3 service. Now I want to provide this service for only > few people, and I don't want them to have an account on the system. Well, they > c

Re: securing pop3

2003-02-08 Thread Tim van Erven
On Sat, 08/02/2003 03:52 +0100, Kuba Jakubik wrote: > Kristof Goossens wrote: >> /bin/false. So my question is: "Is it possible to create a pop3 account >> without >> needing to modify the /etc/passwd file?" You should use a pop3 server that supports virtual users, like popa3d[1]. > you need the

Re: raw disk access

2003-02-08 Thread Christian Storch
What about cp /dev/sdx /dev/sdy It works very well on two identical drives - - perhaps when the second one is larger, too. You don't need any permissions. The result is really a clone including partition table! I used this from a floppy with a full version of cp. Christian > - Original Mess

Re: cluster on firewall? (thanx, again)

2003-02-08 Thread Haim Ashkenazi
wow, that's a lot of reading stuff... thanx, again -- Haim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: raw disk access

2003-02-08 Thread Alberto Cortés
El mar, 07 de ene de 2003, a las 19:51 -0800, Blars decía que: > In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: > > i am looking for forensics tools that can be used in computer > > crime investigations, and am particularly interesting in a tool > > that provides raw drive (

securing pop3

2003-02-08 Thread Kristof Goossens
Hello all, I need to make a pop3 account on my server. I intend to work with ipop3d to provide secure pop3 service. Now I want to provide this service for only few people, and I don't want them to have an account on the system. Well, they can have a pop3 account, but no other access whatsoever...

Re: securing pop3

2003-02-08 Thread Kuba Jakubik
Kristof Goossens wrote: Hello all, I need to make a pop3 account on my server. I intend to work with ipop3d to provide secure pop3 service. Now I want to provide this service for only few people, and I don't want them to have an account on the system. Well, they can have a pop3 account, but no ot

Re: securing pop3

2003-02-08 Thread François TOURDE
Kristof Goossens <[EMAIL PROTECTED]> writes: > Hello all, > > I need to make a pop3 account on my server. I intend to work with ipop3d to > provide secure pop3 service. Now I want to provide this service for only > few people, and I don't want them to have an account on the system. Well, they > c

Re: securing pop3

2003-02-08 Thread Tim van Erven
On Sat, 08/02/2003 03:52 +0100, Kuba Jakubik wrote: > Kristof Goossens wrote: >> /bin/false. So my question is: "Is it possible to create a pop3 account >> without >> needing to modify the /etc/passwd file?" You should use a pop3 server that supports virtual users, like popa3d[1]. > you need the

Re: raw disk access

2003-02-08 Thread Christian Storch
What about cp /dev/sdx /dev/sdy It works very well on two identical drives - - perhaps when the second one is larger, too. You don't need any permissions. The result is really a clone including partition table! I used this from a floppy with a full version of cp. Christian > - Original Mess