Author: Konstantin Boyandin
Date:
To: exim-users
Subject: [exim] Setting up relaying options
Greetings,
May I ask for an advcie: to set up the following:
- relaying from localhost (127.0.0.1) is allowed without authentication
- relaying from outside is allowed only if sender authenticated (SMTP AUTH)
The following strings
hostlist relay_from_hosts = 127.0.0.1
hostlist auth_relay_hosts = *
only allow to send from localhost, external mail to external mailboxes
isn't allowed (550 relay not permitted).
Thanks in advance!
With all respect,
Konstantin