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