Re: sieve commands

2019-04-24 Thread Esteban L
Thanks for the info Mr. Cole. I will find another the answer through an other avenue. -Original Message- From: Bill Cole Reply-to: "Postfix users" To: Postfix users Subject: Re: sieve commands Date: Wed, 24 Apr 2019 19:00:56 -0400 On 24 Apr 2019, at 18:27, Esteban L wr

Re: sieve commands

2019-04-24 Thread Bill Cole
On 24 Apr 2019, at 18:27, Esteban L wrote: Hi, Am trying to setup some server side rules using sieve. Postfix does not have any support for Sieve. Whatever Sieve implementation you are using probably has its own support channels. -- Bill Cole b...@scconsult.com or billc...@apache.org (AKA

Re: sieve commands

2019-04-24 Thread Esteban L
Just some follow up. fileinto: "INBOX.admin.postfix"; stop; not sure if the 'INBOX' part is required? -Original Message- From: Esteban L Reply-to: este...@little-beak.com To: Postfix users Subject: sieve commands Date: Thu, 25 Apr 2019 00:27:03 +

sieve commands

2019-04-24 Thread Esteban L
Hi, Am trying to setup some server side rules using sieve. It seems to work for junk/spamassassin. My question is, using the fileinto command...and I want to send it into a subdirectory, would I use a . or a /? fileinto: "admin.postfix"; or fileinto: "admin/postfix"; assuming