Re: Postfix -> bogogilter -> Dovecot -> Sieve

2021-11-16 Thread William Edwards
> Op 17 nov. 2021 om 06:10 heeft Mike het volgende > geschreven: > >  > I've been trying to work out how to get postfix to accept mail, send it to > bogofilter, then deliver using dovecot while allowing a global sieve filter > and users able to filter mail based on the bogofilter header. >

Postfix -> bogogilter -> Dovecot -> Sieve

2021-11-16 Thread Mike
I've been trying to work out how to get postfix to accept mail, send it to bogofilter, then deliver using dovecot while allowing a global sieve filter and users able to filter mail based on the bogofilter header. I've been successful at getting it to add the bogofilter header as

bug report: lmtp fails on root-squashed NFS filesystem

2021-11-16 Thread Anne Bennett
Hi, all. I'm trying to set up Postfix with dovecot LTMP delivery on a host where the user files (/var/spool/mail as well as home directories) are on NFS filesystems, which are exported root-squashed to the mail server. I definitely don't want to give the mail server root permissions on the user

Help needed for OAuth and WSO2 Identity Server

2021-11-16 Thread Tyler Montney
As outlined here: https://doc.dovecot.org/configuration_manual/authentication/oauth2/ Can Postman https://identity.foo.mylocal:9443/oauth2/token OK. Using this command to generate the base64 token: echo -en 'n,a=t...@foo.com,\001host=localhost\001port=143\001auth=Bearer S3cure!Password\001\001'

Re: Subfolder in sieve not working as expected

2021-11-16 Thread Kees van Vloten
On 15-11-2021 23:04, dove...@ptld.com wrote: On 11-15-2021 3:46 pm, Kees van Vloten wrote: I am trying to move incoming mails into subfolders with this sieve script: require ["fileinto", "variables", "mailbox"]; if header :matches "Delivered-To" "*@*" {     fileinto :create "INBOX/${2}"; }

Dovecot and certificates/keys on PKCS11 smartcards/HSMs

2021-11-16 Thread Graham Leggett
Hi all, To configure SSL on dovecot using certificates and keys in files on disk, you specify the following: # Preferred permissions: root:root 0400 ssl_cert = https://httpd.apache.org/docs/trunk/mod/mod_ssl.html#sslcertificatefile: # Example use of a certificate and private key from a PKCS#11

Re: imap_metadata plugin panic

2021-11-16 Thread Christian Mack
Hello You have a missing argument variable in your prepared statement: SELECT meta_key FROM metadata WHERE meta_key LIKE AND username = ? should be SELECT meta_key FROM metadata WHERE meta_key LIKE ? AND username = ? Kind regards, Christian Mack Am 15.11.21 um 19:27 schrieb Elisamuel