similar to: delete without copy

Displaying 20 results from an estimated 10000 matches similar to: "delete without copy"

2008 Mar 04
5
crypting remote data
I don't know if this is the propper place to ask for new funcionality, but after searching the website i didn't find another place to do it. I'm very sorry if I`m asking this in the wrong place. It would be greatful to have crypting funcionality added to rsync, appart from using ssh to crypt transmissions. I know this is not the original purpose for rsync, but anyway it's a fact
2019 Feb 20
0
Using SHA256/512 for SQL based password
On 2/20/19 3:28 PM, Robert Moskowitz via dovecot wrote: > >> Here's how I configured my roundcube's password plugin to keep things >> together ($roundcubefolder/plugins/password/config.php) >> >> $config['password_algorithm']??????? = 'dovecot'; >> $config['password_algorithm_prefix'] = '{SHA512-CRYPT}'; >>
2004 Aug 06
0
Newbee questions...
On Sun, Jan 05, 2003 at 09:52:25PM +0100, tcheer@gmx.de wrote: > >you can also generate a pair with "makepasswd --crypt" or with perl. > >perl -e 'print crypt("hackme", "icecastrules") . "\n";' (this is > >slightly insecure, use a better or more random salt). put the output (13 > >chars hash) to the password configurations
2004 Nov 23
1
Samba + CFS
Hello, I'm trying to get Samba and CFS (cryptographic file system) to work. What I want is to mount a crypted directory (on my Debian Sarge server) as a Samba share to my WinXP box. I've already set up a crypted directory (/crypt/crypt) as a user. And I've also set up a Samba share for this 'virtual' directory. I can access and delete files from that folder over the Samba
2018 Jul 06
1
Question about password field in passwd-file
Hello, I have a question regarding the password field of the passwd-file [1]. According to the wiki, the password field assumes a {SCHEME} of CRYPT when the {SCHEME} is not prefixed to this field. So, a passwd-file like: user:password: . . . ? is equivalent to: user:{CRYPT}password: . . . Does that mean an example passwd-file with NEITHER {SCHEME} or password, like: user at
2019 Feb 20
2
Using SHA256/512 for SQL based password
On 2/20/19 5:09 AM, Yassine Chaouche via dovecot wrote: > On 2/12/19 5:05 PM, Robert Moskowitz via dovecot wrote: >> I have trying to find how to set the dovecot-sql.conf for using >> SHA256/512.? I am going to start clean with the stronger format, not >> migrate from the old MD5.? It seems all I need is: >> [...] default_pass_scheme = SHAxxx-CRYPT [...] > > How
2012 Dec 24
1
Postfix/mysql/dovecot - Understanding password encryption
I am switching from a fedora/postfix/mysql/couriermail/squirrelmail to Centos/.../dovecot/roundcubemail and adding postfixadmin to the mix. My tutorial before was an earlier version (on F14) of: http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-centos-6.2-x86_64 Now I am using
2006 Mar 02
1
Problem after reboot
Hello all, Rebooted my server by mistake (don't ask...) - everything was working OK before the reboot, but after the reboot, NUT stopped working - so had a look and I found I couldn't track the exact problem - I'm quite stumped as there's nothing indicating that there's a problem, but it just doesn't work... In a nutshell.... destiny:/usr/local/ups/bin# ./upsdrvctl
2006 Mar 02
1
Problem after reboot
Hello all, Rebooted my server by mistake (don't ask...) - everything was working OK before the reboot, but after the reboot, NUT stopped working - so had a look and I found I couldn't track the exact problem - I'm quite stumped as there's nothing indicating that there's a problem, but it just doesn't work... In a nutshell.... destiny:/usr/local/ups/bin# ./upsdrvctl
2004 Aug 06
3
Newbee questions...
Mathias Gygax wrote: >On Son, Jan 05, 2003 at 08:24:45 +0100, tcheer@gmx.de wrote: > > >>Hi all, >> >> > >hi there, > Hi again... > > > >>1. >>I have just installed ices 0.2.3 and icecast 1.3.12 and I am trying to >>run them. >>In my etc/icecast.const i have kept the 3 default passwords for the >>encoder, admin
2000 Apr 21
2
Password authentication problems
I'm having a problem getting OpenSSH to correctly authenticate passwords. I'm doing authentication against a shadow file (/etc/shadow) because I don't have PAM installed. I'm using Slackware 7.0, OpenSSH 1.2.3, OpenSSL 0.95a, and glibc with the crypt addon. Here is the funny thing about it though. I edited the file that has the code for authenication (auth-password.c I think,
2003 Apr 02
1
Question about the password field in a postgresql database
Hi List, When I try to set the default_pass_scheme in dovecot-pgsql.conf to CRYPT, the dovecot does not recognize my crypted passwords. If I prepend my encrypted passwords with {CRYPT}, dovecot DOES recognize it. (even when I set default_pass_scheme to PLAIN). Is this supposed to work, or am I misinterpreting things here? Thank you! Maikel Verheijen. -------------- next part --------------
2014 Jul 06
2
How do you escape characters within the metadata block
When "Icy-MetaData: 1" is in the HTTP request to the server, that indicates that the client wants to receive meta data inlined with the mp3 data stream. The metadata interval is reported by the server via the "icy-metaint" header in the response stream. Such data looks like the following within the mp3 stream StreamTitle='Ozzy Osbourne - Crazy
2003 Apr 04
1
Re: Question about the password field in a postgres ql database
> Works fine with me.. Only thing I can think of is that it's > some stupid > configuration mistake, like not uncommenting the line :) Hi Timo, I just (double) checked my config files, and it LOOKS ok. My dovecot is from cvs, updated yesterday, and running on Redhat 7.3 (if that matters). Here is my dovecot-pgsql.conf: --8<-- # # Postgress connect string. Similar to PHP
2011 Feb 15
1
Auth processes/login processes count
Hello Timo, I'm running dovecot-1.2.12/Maildir/LDAP-passdb/LDAP-prefetched-userdb and I'm experiencing "random" latency (which even seem to make squirrelmail timeout sometimes) at login without noticing particular load on the server. LDAP backends are running fine as far as I know so I was investigating maybe mistuned limits : Dovecot is configured (for ~3000 users) with .
2019 May 21
1
[mail-crypt-plugin] How to decrypt mailbox?
How do I enable the mail-crypt-plugin globally? Do I have to place 'mail_plugins = $mail_plugins mail_crypt' inside ever conf.d file where there is a protocol code block? Like for example the protocol lda codeblock in 15-lda.conf and the protocol imap codeblock in 20-imap.conf I placed 'mail_plugins = $mail_plugins mail_crypt' in 20-lmtp.conf inside the protocol lmtp code block,
2004 Aug 06
0
Newbee questions...
On Son, Jan 05, 2003 at 08:24:45 +0100, tcheer@gmx.de wrote: > Hi all, hi there, > 1. > I have just installed ices 0.2.3 and icecast 1.3.12 and I am trying to > run them. > In my etc/icecast.const i have kept the 3 default passwords for the > encoder, admin and oper (hackme) and modified my etc/ices.conf as follow: > ... > <!-- Encoder password on the icecast
2006 Jun 28
0
RV: RV: error in VB6 aplication
This error appears when y try to login into a SQL server . I run the aplication Silverlab.exe ( in VB6) , and in the first windows appear a image and two butonms 1 for exit an 2 to login ... I press a bottom "Login " and .... in a windows the wine put: Database Engine Open Error ! Server Name : Connection_String = Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial
2006 Jul 03
2
[LLVMdev] Inserting move instruction
On Sun, 2 Jul 2006, Fernando Magno Quintao Pereira wrote: > Thank you, chris. But I still do not understand how to insert this move > instruction :) You call copyRegToReg, like you are already doing. What you really aren't understanding is how to pick a regclass, which is a different issue. > I have the machine function, the basic block, and the > unsigned descriptors of the
2002 Feb 27
3
winsock 16 BIT
Hi! In October I worked with a client-server (using winsock.dll) 16 bit aplication emulated in wine (Not using ODBC), it worked fine. This aplication needs to connect to a server using port ctsql 5557/tcp, this service is in my /etc/services. And wine made all realy fine (Version 20011108). With the release 20011226 (I think)started the problem. Something changed with winsock 16-bit. I've