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 Resto:
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
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}";
}
I
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' |
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 f
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
needed
> 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.
>