On 26.8.2019 6.51, Mauricio Tavares via dovecot wrote:
> Trying to figure out which step is causing me not to be able to
> login. I am using a password file,
>
> passdb {
> driver = passwd-file
> args = scheme=SHA512-CRYPT username_format=%u /etc/dovecot/passwd
> }
>
> We will assume t
On 23.8.2019 17.19, Randy Bush via dovecot wrote:
> FreeBSD psg.com 11.3-RELEASE-p3 FreeBSD 11.3-RELEASE-p3
> dovecot 2.3.6 (7eab80676) (latest from binary package system)
>
> symptom: multiple imap4s users complain that they can not fetch mail
>
> stopping and restarting dovecot is a temporary
Trying to figure out which step is causing me not to be able to
login. I am using a password file,
passdb {
driver = passwd-file
args = scheme=SHA512-CRYPT username_format=%u /etc/dovecot/passwd
}
We will assume that the pw I created using 'doveadm pw -s
SHA512-CRYPT' matches the passw
Hi,
In many mail setups a required feature (for privacy reasons) is to
hide the host and IP of clients (in the "Received" header) that use
the authenticated submission over port 587. In Postfix that's
possible (https://serverfault.com/q/413533/86332), but not very nice
to configure especially if y