[Sieve] Understand Sieve processing

2021-03-26 Thread h8h
Hi, I have the following configuration: > cat > /etc/dovecot/conf.d/99-local-sieve.conf << EOF; > plugin { > sieve_before = /etc/dovecot/sieve-spam.sieve > sieve_before2 = /mail/sieve/global_before > sieve_after = /mail/sieve/global_after > sieve = /mail/sieve/%d/%n.sieve > sieve_dir = /mai

dsync error: Can't sync mailbox tmp: Mailbox isn't selectable

2021-03-26 Thread Hagen Bauer
Hi, I am trying to use dsync to migrate from mbox to Maildir with dovecot --version 2.2.27 () The configuration seems to be working and some of the mailbox can be mirrored via dsync -u username mirror mbox:/home/username/mail:INBOX=/var/mail/username I have trouble with one user where

Sv: ssl_verify_client_cert=yes does not require a client certificate [invalid signature!]

2021-03-26 Thread Sebastian
What I have understand, you are able in configuration to reject transactions with those that doesn't present a valid certificate. Ergo, they can connect, but they can't do anything. -Ursprungligt meddelande- Från: dovecot-boun...@dovecot.org För Hristo Venev Skickat: den 27 mars 2021 00:

Strange error on multiple recipent email - permission denied

2021-03-26 Thread Salatiel Filho
Hi, I am doing some tests with dovecot to replace cyrusimapd, but after the most simple configuration I am getting some strange errors on log. This is the output of dovecot -n: #davecot -n disable_plaintext_auth = no ( just for testing ) first_valid_uid = 1000 mail_location = mbox:/var/spool/ma

ssl_verify_client_cert=yes does not require a client certificate

2021-03-26 Thread Hristo Venev
Hello, I am trying to set up LMTP over TLS. I have set ssl_verify_client_cert: protocol lmtp { ssl_ca = ctx->client_ctx) verify_flags = SSL_VERIFY_NONE; else - verify_flags = SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE; +