Displaying 20 results from an estimated 180 matches for "altlinux".
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, currently a problem (with
> http://wiki2.dovecot.org/Plugins/MailCrypt#EC_key):
>
>...
2017 Jan 16
2
Plugin "mail_crypt" does not work
...55
> ????: Re: Plugin "mail_crypt" does not work
> On 13.01.2017 12:21, Evgeniy Korneechev wrote:
>> mail_crypt_global_public_key = </etc/dovecot/eckey/ecpubkey.pem
>
> Is this world-wide readable file? Is LDA able to access this?
>
> Aki
--
WBR,
BaseALT/ALTLinux Team
2015 Aug 25
0
[PATCH 2/2] osinfo: add altlinux and mageia distributions
...ndex 0454b45..f7e1548 100644
--- a/src/osinfo.c
+++ b/src/osinfo.c
@@ -492,7 +492,9 @@ parse_distro (guestfs_h *g, xmlNodePtr node, struct osinfo *osinfo)
content = (char *) xmlNodeGetContent (node);
if (content) {
- if (STREQ (content, "centos"))
+ if (STREQ (content, "altlinux"))
+ osinfo->distro = OS_DISTRO_ALTLINUX;
+ else if (STREQ (content, "centos"))
osinfo->distro = OS_DISTRO_CENTOS;
else if (STREQ (content, "debian"))
osinfo->distro = OS_DISTRO_DEBIAN;
@@ -500,6 +502,8 @@ parse_distro (guestfs_h *g, xmlN...
2017 Jan 17
0
Plugin "mail_crypt" does not work
...discovered, but be advised that in this mode it will create a keypair for each user, and keypair per folder.
For security and performance reasons, we recommend using ECDSA keys instead of RSA keys.
---
Aki Tuomi
Dovecot oy
> On January 17, 2017 at 4:40 PM Evgeniy Korneechev <ekorneechev at altlinux.org> wrote:
>
>
> mail_attribute_dict = file:%h/Maildir/dovecot-attributes > dovecot.conf
>
> Apparently so?))
>
> ----- ???????? ????????? -----
> > ??: "Evgeniy Korneechev" <ekorneechev at altlinux.org>
> > ????: "dovecot" <...
2010 Oct 18
13
[Bug 1829] New: auth-rsa.c: move auth_key_is_revoked() call from auth_rsa_verify_response() to auth_rsa_key_allowed()
...y_allowed()
Product: Portable OpenSSH
Version: 5.6p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: ldv at altlinux.org
Created attachment 1936
--> https://bugzilla.mindrot.org/attachment.cgi?id=1936
proposed patch
Both auth_rsa_verify_response() and auth_rsa_key_allowed() are
PRIVSEP'ed, so there should be no security degradation.
auth_rsa_key_allowed() is called from auth_rsa() only;
auth_rsa_veri...
2015 Aug 25
2
[PATCH 1/2] inspect: recognize the ALT Linux distribution
...1 +
src/inspect.c | 1 +
6 files changed, 30 insertions(+)
diff --git a/generator/actions.ml b/generator/actions.ml
index 1c22f9f..13c8bc8 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -1059,6 +1059,10 @@ Currently defined distros are:
Alpine Linux.
+=item \"altlinux\"
+
+ALT Linux.
+
=item \"archlinux\"
Arch Linux.
diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h
index 0c8857c..6cf3dad 100644
--- a/src/guestfs-internal.h
+++ b/src/guestfs-internal.h
@@ -553,6 +553,7 @@ enum inspect_os_distro {
OS_DISTRO_NETBSD,
OS_DISTRO_CO...
2017 Jan 12
1
doveadm mailbox cryptokey - not found
....
# ls /usr/lib64/dovecot/modules/* | grep mail_crypt
/usr/lib64/dovecot/modules/lib05_mail_crypt_acl_plugin.so
/usr/lib64/dovecot/modules/lib10_mail_crypt_plugin.so
/usr/lib64/dovecot/modules/libfs_mail_crypt.so
/usr/lib64/dovecot/modules/doveadm/libdoveadm_mail_crypt_plugin.so
--
WBR,
BaseALT/ALTLinux Team
2017 Jan 31
1
Dovecot auth-worker error after cram-md5 auth
Output will be in console or in some king of log file?
2017-01-31 8:27 GMT+01:00 Evgeniy Korneechev <ekorneechev at altlinux.org>:
> ----- ???????? ????????? -----
> > ??: "Poliman - Serwis" <serwis at poliman.pl>
> > ????: "Aki Tuomi" <aki.tuomi at dovecot.fi>
> > ?????: "dovecot" <dovecot at dovecot.org>
> > ????????????: ???????, 31 ??????...
2014 Dec 11
1
Error build documentation for samba-4.0.23
Try to build samba-4.0.23 (4.0.22 build without problems):
http://git.altlinux.org/tasks/136130/build/100/x86_64/log
There is error as described in "new" bug
https://bugzilla.samba.org/show_bug.cgi?id=9515
[2720/2814] Generating manpages/smb.conf.5
...
(many validity errors like ID ABORTSHUTDOWNSCRIPT already defined)
...
runtime error: file
file:///usr/share/xml/...
2008 Nov 02
0
feature request for managesieve build from packager
Hi everybody,
dovecot-1.2 alpha3 with cmusieve, libsieve and managesieve are available as rpm packages for Sisyphus repository (http://ftp.altlinux.org/pub/distributions/ALTLinux/Sisyphus, and specs/patches are available at http://git.altlinux.org/people/seriv/packages/?p=dovecot.git and http://git.altlinux.org/people/seriv/packages/?p=dovecot-sieve.git). Thank you very much Timo and Stephan!
I have a feature-request for managesieve configure...
2006 Mar 02
5
[Bug 454] RFE: build shared objects with gcc --shared
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=454
------- Additional Comments From ldv@altlinux.org 2006-03-02 00:39 MET -------
Created an attachment (id=220)
--> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=220&action=view)
iptables-1.3.5-alt-link.patch
Proposed patch.
FC iptables package also attempts to address this issue, but their approach
is worse: it breaks NO...
2020 Aug 24
2
[PATCH v2v] Add ALT support
Patch supplied by Mikhail Gordeev, posting for review.
I have compile tested it and checked the code and it looks all
fine to me, so ACK from my point of view. I did not actually
run it because I don't have an ALT Linux install, but it
doesn't seem as if it would affect any other distro.
Rich.
2017 Jan 17
0
Plugin "mail_crypt" does not work
...: failed to store into mailbox 'INBOX':
get_public_key(INBOX) failed: mailbox_attribute_get(INBOX, /shared/vendor/vendor.dovecot/pvt/crypt/active) failed:
Mailbox attributes not enabled
Any ideas?
----- ???????? ????????? -----
> ??: "Evgeniy Korneechev" <ekorneechev at altlinux.org>
> ????: "dovecot" <dovecot at dovecot.org>
> ????????????: ???????????, 16 ?????? 2017 ? 18:17:44
> ????: Re: Plugin "mail_crypt" does not work
> We tried these rights:
>
> [root at mail44 dovecot]# ls -la
> ????? 80
> drwxr-xr-x 8 root...
2008 Jul 06
2
Q: imaptest license
Hi Timo,
I can't find licensing information in http://hg.dovecot.org/imaptest. Can you tell what is the license for this utility? I'd like to package it for ALTLinux Sisyphus repository.
--
Sergey Ivanov
2006 Feb 02
0
SRC.RPM for dovecot (cvs-2006-01-30) with lda
Hi,
there is dovecot.src.rpm for ALTLinux, (dovecot beta2 with sieve local
delivery agent) uploaded to
http://ftp.altlinux.org/pub/distributions/ALTLinux/Daedalus/SRPMS.daedalus/dovecot-1.0-alt0.cvs20060130.src.rpm
--
Sergey Ivanov
2018 Sep 03
2
[PATCH] vhost: fix VHOST_GET_BACKEND_FEATURES ioctl request definition
...ctl request more because this request
actually only writes to, but doesn't read from userspace.
See NOTEs in include/uapi/asm-generic/ioctl.h for more information.
Fixes: 429711aec282 ("vhost: switch to use new message format")
Signed-off-by: Gleb Fotengauer-Malinovskiy <glebfm at altlinux.org>
---
include/uapi/linux/vhost.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/vhost.h b/include/uapi/linux/vhost.h
index b1e22c40c4b6..84c3de89696a 100644
--- a/include/uapi/linux/vhost.h
+++ b/include/uapi/linux/vhost.h
@@ -176,7 +176,7 @@ struct vh...
2018 Sep 03
2
[PATCH] vhost: fix VHOST_GET_BACKEND_FEATURES ioctl request definition
...ctl request more because this request
actually only writes to, but doesn't read from userspace.
See NOTEs in include/uapi/asm-generic/ioctl.h for more information.
Fixes: 429711aec282 ("vhost: switch to use new message format")
Signed-off-by: Gleb Fotengauer-Malinovskiy <glebfm at altlinux.org>
---
include/uapi/linux/vhost.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/vhost.h b/include/uapi/linux/vhost.h
index b1e22c40c4b6..84c3de89696a 100644
--- a/include/uapi/linux/vhost.h
+++ b/include/uapi/linux/vhost.h
@@ -176,7 +176,7 @@ struct vh...
2020 Aug 24
0
[PATCH v2v] Add ALT support
From: Mikhail Gordeev <obirvalger@altlinux.org>
---
v2v/convert_linux.ml | 49 +++++++++++++++++++++++++++++++++++++++++++
v2v/convert_linux.mli | 2 +-
2 files changed, 50 insertions(+), 1 deletion(-)
diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml
index a871d754f4..5ae83a2f66 100644
--- a/v2v/convert_linux.ml
+++ b/v2v/co...
2010 Mar 02
9
DO NOT REPLY [Bug 7194] New: Getting --inplace and --sparse to work together
https://bugzilla.samba.org/show_bug.cgi?id=7194
Summary: Getting --inplace and --sparse to work together
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: jansen at
2017 Jan 31
2
Dovecot auth-worker error after cram-md5 auth
Thank You for answer. Where could I setup these two lines?
2017-01-31 8:08 GMT+01:00 Aki Tuomi <aki.tuomi at dovecot.fi>:
>
>
> On 31.01.2017 09:06, Poliman - Serwis wrote:
> > I set up cram-md5 using this tutorial
> > https://wiki2.dovecot.org/HowTo/CRAM-MD5 in /etc/dovecot/dovecot.conf in
> > passdb code block:
> > listen = *,[::]
> > protocols =