Hello,
does dovecot support tls-on-connect for AF INET based auth-client
sockets?
Rationale behind my question:
Exim can use the Dovecot auth-client socket to delegate the
SMTP-AUTH authentication to Dovecot.
Currently Exim supports the AF UNIX only for this socket. Jeremy makes
progress in ex
Hi,
I had the same problem and solved it at architectural design level.
Instead of forcing Sieve to use a different SMTP server, I declared some
transports in the sending SMTP server to force it to route internal domains
directly to receiving SMTP server without going to the Internet.
So, inter
Hi,
I have noticed a strange behaviour when using size matches with GB in
sieve.
If I use filter that matches mails smaller then 4, or 8GB it does not
match in any case.
same filter matches with 3,5,6,7 GB
example filter:
require "vnd.dovecot.debug";
if allof (size :under 4G)
{
debug
Hi,
in our setup, we have two SMTP servers:
- one for receiving messages (this one is using Dovecot's LMTP for delivery)
- one for sending messages (this one is used by our users as
outgoing SMTP server)
Only the first one has list of local domains, local e-mail accoutns
etc. so the secon