> On 24 Mar 2018, at 12:42, Denis <den...@mindall.org> wrote:
> 
> I've just tried all the variants.
> 
> user:password
> user: password
> user password
> u...@domain.com password
> u...@domain.com: password
> u...@domain.com:password
> 
> smtpd reject any auth attempt with the same error.
> 
> FYI, dovecot works with enc password only when I fill 'user_password'
> file as below:
> 
> $ cat /etc/mail/user_password
> user:password
> 
> Denis

> table user_password file:/etc/mail/user_password


I may be wrong, but maybe you need to use table-password extra and:

table user_password passwd:/etc/mail/user_password

https://github.com/OpenSMTPD/OpenSMTPD-extras/blob/master/extras/tables/table-passwd/table-passwd.5

Good luck,
Reio

Reply via email to