search for: ripmime

Displaying 6 results from an estimated 6 matches for "ripmime".

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?
...ot; entry which looks like "| /path/to/the/external/program". See `man aliases` [4] for more info. The program is supposed to receive the mail message to its standard input stream and do whatever it wishes with them. For instance, this could be a shell script calling something like `ripmime` [1] on the input, saving the attachments and then calling into whatever would upload them. Note that if the program completed its task OK, it should return with the zero result code. Otherwise it's advised to use one of result codes defined by Sendmail, which are described in [2] and whose e...
2019 Dec 26
0
Saving Attachments
...onf. but I am using Maildir and I do not want to alter the email other than adding a header like X-Local-link: URL://server/path/to/file If mdbox or sdbox are the only options for this, can I specify that for a single user account instead of for all my users? My other idea was to break out my old ripmime script that I wrote for procmail and do something in sieve like if anyof (header :contains [?content-type"] [ ?multiupart?, ?other types?]) { fileinto :create ?TempAttach?; } And then let ripmime loose on .TempAttach/new/ via a periodic cron job knowing the message would end...
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 Yacopino
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
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