Displaying 8 results from an estimated 8 matches for "rsakeys".
Did you mean:
  rsakey
  
2017 Jan 16
2
Plugin "mail_crypt" does not work
We tried these rights:
[root at mail44 dovecot]# ls -la
????? 80
drwxr-xr-x  8 root  root   4096 ??? 13 13:17 .
drwxr-xr-x 98 root  root  12288 ??? 11 11:47 ..
drwxrwxrwx  2 root  root   4096 ??? 10 15:58 eckey
drwxr-xr-x  2 root  root   4096 ??? 13 12:42 eckey2
drwxr-xr-x  2 vmail vmail  4096 ??? 11 09:14 RSAkey
[root at mail44 dovecot]# cd eckey2
[root at mail44 eckey2]# ls -la
????? 16
2015 Jan 12
1
SIMPLE TINC template example
Here is some examples of using templates for TINC configurations and 
settings:
In your startup script, BEFORE starting TINC VPN, put a number of 
entries to configure your VPN:
sh ./templatewriter.sh LAN LOSI101 8540 255.255.255.0 0.0.0.0 10.99.0.11 
10.98.0.11 ConnectTo=LOSI102 ConnectTo= ConnectTo=
**PUT MORE ENTRIES HERE FOR MORE COMPLEX VPN setups
######Templatewriter.sh
#!/bin/bash
2017 Jan 17
2
Plugin "mail_crypt" does not work
mail_attribute_dict = file:%h/Maildir/dovecot-attributes  > dovecot.conf 
Apparently so?))
----- ???????? ????????? -----
> ??: "Evgeniy Korneechev" <ekorneechev at altlinux.org>
> ????: "dovecot" <dovecot at dovecot.org>
> ????????????: ???????, 17 ?????? 2017 ? 17:32:38
> ????: Re: Plugin "mail_crypt" does not work
> Hi, guys. Also,
2001 Jul 20
3
data loss with ssh -n
Hi,
Using OpenSSH 2.9p2 (2.5.2 was also bad), I've noticed data loss on
Linux when:
 1) ssh -n flag is used, and
 2) ssh jobs are run from cron (effectively causing the same as above).
What is done, is a command basically like:
ssh [-n] -c blowfish -p 722 -i rsakey -l pwget passwdserver passwd > passwd.tmp 2> /tmp/log
ie, retrieve dynamically created passwd-file from passwdserver
2017 Jan 17
0
Plugin "mail_crypt" does not work
Hi, guys. Also, currently a problem (with http://wiki2.dovecot.org/Plugins/MailCrypt#EC_key):
# dovecot mailbox cryptokey generate -u name at example.com -UR
doveadm(name at example.com): Error: mail_crypt_user_get_public_key(name at example.com) failed: 
mailbox_attribute_get(INBOX, /shared/vendor/vendor.dovecot/pvt/server/vendor/vendor.dovecot/pvt/crypt/active) 
failed: Mailbox attributes not
2002 Nov 18
2
Rsync and ssh with passwordless authentifikation
Is it possible to konfigure a passwordless authentifikation in kombination
with ssh.
for example:
to a specific folder on a server named server1 has only user1 access.
the user1 only exists on server1.
server2 wants to replicate a foler from server1 to himself.
the rsync process uses the rsync_user, which exists on both machines.
the rsync process asks every time the job runs for the password
2017 Jan 17
0
Plugin "mail_crypt" does not work
Hi!
Some replies:
1. the problem with mail_crypt_global_public_key, there is a bug that we are fixing where file inputs under plugin { } section do not get aboard.
workaround 1:
You can base64 encode the PEM key (yes, again), and put it in one line such as
plugin {
   mail_crypt_global_public_key = LS0tLS1C.....
}
workaround 2:
Return the key from userdb, you can use same format.
3. The
2017 Jan 13
2
Plugin "mail_crypt" does not work
Hi, i have a problem. I sent  test e-mail. 
It is in folder "Sent", but it was not delivered (folder "Inbox" is empty). 
/var/log/dovecot:
.........
lda(mail at example.com): Error: User initialization failed: mail_crypt_plugin: 
mail_crypt_global_public_key: Couldn't parse public key: Unknown key format
.........
Try RSA and EC: