On 24 May 2018 at 15:01, pat G <patgsios...@gmail.com> wrote:
>
> Hello,
>
> i am working on a relay server, but it isn't functionnal.
>
> my main.cf is  :
>
> http://paste.debian.net/1026390/
>
> but i ve theses errors in logs :
>
> http://paste.debian.net/1026400/
>
> did i miss something or did i do something wrong ?


/etc/postfix/users needs to be hashed:

in main.cf:
...
relay_recipient_maps = hash:/etc/postfix/users
...

action to hash (creates users.db):
# postmap /etc/postfix/users

Reply via email to