Just some follow up. fileinto: "INBOX.admin.postfix"; stop;
not sure if the 'INBOX' part is required? -----Original Message----- From: Esteban L <este...@little-beak.com> Reply-to: este...@little-beak.com To: Postfix users <postfix-users@postfix.org> Subject: sieve commands Date: Thu, 25 Apr 2019 00:27:03 +0200 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 there is a folder in my mailbox named admin, and subdirectories within it. Thanks.