similar to: [Sieve] Is the way to run external script to get attachment?

Displaying 20 results from an estimated 300 matches similar to: "[Sieve] Is the way to run external script to get attachment?"

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, pipe cat execute scripts with text data
2018 May 16
2
end-to-end encryption
Il giorno mer 16 mag 2018 alle ore 06:09 Aki Tuomi <aki.tuomi at dovecot.fi> ha scritto: > You could probably automate this with sieve and e.g. GnuPG, which would mean that all your mails are encrypted without server having key to decrypt this. Any guide or sample to look for ?
2008 May 16
2
Looking for suggestions: How to strip attachments from mails
Hi, I know this is not 100% on-topic, but I'll try anyway... I'm looking for a way to strip attachments from incoming mails on the server. The attachments should be stored on a file server (where users have access via SAMBA) and only a link to the file (UNC path) should remain in the mail body. This is to prevent the mail storage from filling up with a large amount of big mails where
2018 May 16
1
end-to-end encryption
Il giorno mer 16 mag 2018 alle ore 11:19 <tobisworld at gmail.com> ha scritto: > I personally use gpgit https://github.com/EtiennePerot/gpgit > Which does the encryption of messages. Then I use a sieve script which > calls gpgit for every msg and encrypts before saving into mailbox If I understood properly, for this to work, a public key must be stored on server, so that every
2005 Mar 20
1
A faster ogginfo
Good day all, I have a small collection of ogg files (5Gb) on my fileserver which I have mounted over NFS. My problem is that ogginfo takes too long to be used practically in programs like gqmpeg due to naturally wanting to do a full file check on each ogg file for valadity etc. My question/request is; is there a way to make ogginfo only look at the headers (ie, first K or two of data) and
2019 Jul 10
4
Samba 4.10.6 for rhel7/centos7 rpms
Hi Konstantin, On Wed, 10 Jul 2019, Konstantin Shalygin via samba wrote: > Vincent, excellent work! Thank you. Glad it's helping others. > Can you also provide support for rados vfs (already exists in SPEC) and > ctdb_mutex_ceph_rados_helper? That's probably doable but you'd have to BETA-test for me since I don't have a working ceph cluster at home. The information
2018 May 16
0
end-to-end encryption
Hi I personally use gpgit https://github.com/EtiennePerot/gpgit Which does the encryption of messages. Then I use a sieve script which calls gpgit for every msg and encrypts before saving into mailbox Cheers tobi Am 16.05.2018 um 10:24 schrieb Gandalf Corvotempesta: > Il giorno mer 16 mag 2018 alle ore 06:09 Aki Tuomi <aki.tuomi at dovecot.fi> > ha scritto: >> You could
2010 Sep 16
1
Execution of external commands from Pigeonhole sieve
Does anybody knows if there are some method to call an externall command from sieve? Is xexec plugin is what i am looking for? Is it avaiable for Dovecot 1.2? __ <http://wiki.dovecot.org/Plugins/xexec>I am using dovecot 1.2 and sieve 0.1.17. I want to call ripmime from sieve to save attchments from mails in a user account. Thanks for your feedback, Greetings, -- Andr?s Fernando
2019 Nov 01
4
Samab 4.11.2, 4.10.10 and 4.9.15 for rhel7/centos7 rpms
Hi everyone, I've posted some rpm builds of samba 4.11.2, 4.10.10 and 4.9.15 for RHEL/Centos 7.x (currently 7.7). The 4.11 rpms use the python3 and python3-devel rpms introduced in the standard RHEL/Centos repos at the same time as the 7.7 version. Comments and/or testing feedback would be most welcomed. http://nova.polymtl.ca/~coyote/dist/samba/samba-4.11.2
2017 Nov 07
2
Problem with getting restapi up&running
Hi, i am currently struggling around with gluster restapi (not heketi), somehow i am a bit stuck. During startup of glusterrestd service it drops some python errors, heres a error log output with increased loglevel. Maybe someone can give me a hint how to fix this -- snip -- [2017-11-07 10:29:04 +0000] [30982] [DEBUG] Current configuration: proxy_protocol: False worker_connections: 1000
2019 Nov 06
2
Samab 4.11.2, 4.10.10 and 4.9.15 for rhel7/centos7 rpms
On Wed, 6 Nov 2019, Konstantin Shalygin wrote: > On 11/5/19 8:26 PM, vincent at cojot.name wrote: >> can you provide more detail? >> >> RHEL7 has libtomcrypt but no devel rpm for it. >> That's the onoy issue I had with it. > > tomcrypt.h is required for build this package. Yes, that's the reason I've rebuilt libtomcrypt from the RHEL sources (see
2019 Jul 11
2
Samba 4.10.6 for rhel7/centos7 rpms
Hi Konstantin, 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? Regards, Vincent On Thu, 11 Jul 2019, Konstantin Shalygin wrote: > On 7/10/19 9:49 PM, vincent at cojot.name wrote: > >
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
2009 Feb 25
3
Quick question...
Hi, Here's the scenario. I want to set up a mailbox so that when mail sent to the address is piped to a processing application, instead of going to a mailbox. One way I can do this is to set up a mailbox and then have an application that checks to see if there's mail and then processes it. (Old school Unix script) Is there a way to set it up with dovecot? (Cleaner solution) Thx
2019 Jan 03
2
doveadm_allowed_commands doesn't work as expected
Trying to limit the API calls to doveadm-http-api by configure allowed commands, but once the commands added to the list, the RestAPI no longer work. 1) Return correct reply when doveadm_allowed_commands is empty # curl -k -H "Content-Type: application/json" -H "Authorization: X-Dovecot-API <base64 api key>" https://localhost:9088/doveadm/v1
2009 Jul 16
1
ActiveResource timeout not functioning?
I''m trying to contact a REST API using ActiveResource on Rails 2.3.2. I''m attempting to use the timeout functionality so that if the resource I''m contacting is down I can fail quickly - I''m doing this with the following: class WorkspaceResource < ActiveResource::Base self.timeout = 5 self.site = "http://mysite.com/restAPI" end However, when I
2024 Jun 11
1
OpenSSH - Central repository for "Match" rules
I'm not seeing if this has been asked in the past. Has there been discussion about implementing facilities with OpenSSH for having it pull "Match" rules from a central repository, namely LDAP or a RESTAPI service? Scott Fields Kyndryl Senior Lead SRE ? BNSF
2024 Jun 13
1
OpenSSH - Central repository for "Match" rules
On Tue, 11 Jun 2024, SCOTT FIELDS wrote: > I'm not seeing if this has been asked in the past. > > Has there been discussion about implementing facilities with OpenSSH > for having it pull "Match" rules from a central repository, namely > LDAP or a RESTAPI service? You could probably hack something together using the exising ssh_config "Match exec" and
2024 Jun 13
1
OpenSSH - Central repository for "Match" rules
Except you'd need to cycle SSHD to pickup any changes/updates. ________________________________ From: Damien Miller <djm at mindrot.org> Sent: Wednesday, June 12, 2024 9:28 PM To: SCOTT FIELDS <Scott.Fields at kyndryl.com> Cc: openssh-unix-dev at mindrot.org <openssh-unix-dev at mindrot.org> Subject: [EXTERNAL] Re: OpenSSH - Central repository for "Match" rules On
2024 Jun 13
1
OpenSSH - Central repository for "Match" rules
No, the command would run every ssh invocation On Thu, 13 Jun 2024, SCOTT FIELDS wrote: > Except you'd need to cycle SSHD to pickup any changes/updates. > > ____________________________________________________________________________ > From: Damien Miller <djm at mindrot.org> > Sent: Wednesday, June 12, 2024 9:28 PM > To: SCOTT FIELDS <Scott.Fields at