Displaying 6 results from an estimated 6 matches for "k0ste".
Did you mean:
fuste
2017 Feb 15
2
[Sieve] Is the way to run external script to get attachment?
Hello.
Read all about Extprograms, but have a question.
Use case:
Every day we have couple messages with attachment (from one sender, this
is one-way communication). This attachment is uploads to ownCloud. By
hand... need some automation.
As I see, pipe cat execute scripts with text data USER/FROM/SUBJECT -
and I think with variables it can be any text data, how about attachment?
How I see
2017 Feb 16
0
[Sieve] Is the way to run external script to get attachment?
On Wed, 15 Feb 2017 17:13:31 +0700
Konstantin Shalygin <k0ste at k0ste.ru> wrote:
> Read all about Extprograms, but have a question.
> Use case:
> Every day we have couple messages with attachment (from one sender,
> this is one-way communication). This attachment is uploads to
> ownCloud. By hand... need some automation.
> As I see, pip...
2018 Mar 28
2
[sieve][pigeonhole] Can't catch stdout for pipe script after upgrade Dovecot 2.2 -> 2.3
Hi.
I use custom script:
> require [ "vnd.dovecot.pipe", "variables" ];
>
> if address :is :all "from" "snip at snap"
> {
> ? pipe "sieve_to_owncloud";
> }
sieve_to_owncloud:
> DATE=`date +%Y-%m-%d_%H-%M-%S`
> PYTHONIOENCODING=utf8 python /opt/sieve-pipe/python-imap-to-owncloud.py \
> ? --owncloud-host
2019 Jul 10
0
Samba 4.10.6 for rhel7/centos7 rpms
> Hi everyone,
>
> I've posted some updated source and binary rpms following the release of
> updates by the samba project. Updated rpms include samba-4.10.6 and
> ldb-1.5.5.
>
> Here are the links:
> -http://nova.polymtl.ca/~coyote/dist/samba/samba-4.10.6/RHEL7
>
> As usual, these work fine for me (4.10.6) but YMMV. Please do report
> issues if you find some.
2019 Jul 12
0
Samba 4.10.6 for rhel7/centos7 rpms
On 7/11/19 8:59 PM, vincent at cojot.name wrote:
> Thank you for the diff. I will review it and merge it today.
> About the missing directories, I think it may be doable to add them to
> the 'ctdb' rpm. As I'm not using ctdb, what should the
> ownership/permissions be for those directories?
ctdb works from root, so just root ownership.
> I've merged your patch
2020 Feb 15
0
Samab 4.11.2, 4.10.10 and 4.9.15 for rhel7/centos7 rpms
On 2/14/20 8:16 PM, vincent at cojot.name wrote:
> True, for 4.11.y I didn't backport the changes I made on 4.9.x/4.10.x
> for glusterfs. Is this what you were talking about?
I mean libtomcrypt-devel is still commented in SPEC.
k