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
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
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 +
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