Martin Spinassi:
[ Charset UTF-8 unsupported, converting... ]
> Hi list!
>
> I'm trying to install a postfix with some restrictions, including a
> sender restriction, but I'm just missing something.
>
> The idea is to allow only one domain to send mails from that server, but
> I'm having access denied including the domain that is supposed to be
> allowed.
>
> Here is what I got:
>
>
> main.cf:
>
> smtpd_sender_restrictions=
> check_client_access hash:/etc/postfix/access
> reject
...
> 554 5.7.1 <[email protected]>: Sender address rejected: Access denied
So, what's wrong with it?
Wietse