director_mail_servers setting uses IP Adresses as values
https://doc.dovecot.org/settings/core/#core_setting-director_mail_servers
As described in the documentation, hostnames are converted to addresses when
the configuration is read https://doc.dovecot.org/settings/types/#ip-addresses
This is a
When using dovecot container with sieve plugin there is no sendmail to use for
sending email for sieve redirect action for example. We can use submission_host
instead https://doc.dovecot.org/settings/core/#core_setting-submission_host but
there is no way to specify credentials for auth in remote
Thanks for the reply, postfix + dovecot sasl configured and working properly.
My question is about "adding dovecot authentication when sending emails via
submission_host".
Let's say we have dovecot + sieve plugin container.
Dovecot configured to use remote SMTP submission host to send messages:
> There is no way for a forwarded email to SASL authenticate because no one is
> logged in or involved in the process of LMTP receiving mail for delivery from
> "the world". How is the MTA supposed to know the SASL password for
> st...@work.com?
dovecot auth with "master user" when sending emai
On the documentation page for the upgrade to version 2.4 at
https://doc.dovecot.org/3.0/installation_guide/upgrading/from-2.3-to-3.0/, it
is mentioned that instead of the 'replicator' service
(https://doc.dovecot.org/configuration_manual/replication/#replication-with-dsync),
it is necessary to
Using the changes described in this pull request
https://github.com/dovecot/core/pull/190, you can add SMTPUTF8 capability to
the Dovecot LMTP server. Work on the patch is still in progress, and UTF8
support is not complete. However, you can use the following trick:
Enable SMTPUTF8 support in P
Hello!
The mail_location value with all the necessary keys can be quite long, for
example:
mail_location =
mdbox:~/mdbox:VOLATILEDIR=/dev/shm/dovecot/volatile/%d/%n:LISTINDEX=/dev/shm/dovecot/listindex/%d/%n/dovecot.list.index:ALT=/var/dovecot-alt/%d/%n/mdbox
When trying to split a value into mu
In the multi-line example, the backslash (\) was missing due to message
formatting
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org