Updated: 2024/07/12

Postfix main.cf:
relay_recipient_maps = texthash:/etc/postfix/relay_recipients

Create /etc/postfix/relay_recipients containing allowed recipients:
person@domain.com :
person@domain.net :

Set proper permissions:
chmod 644 /etc/postfix/relay_recipients


Home > Build Procedures > Postfix SMTP gateway for Exchange on Rocky 9