Restrict port 587 to authenticated users only

hci

Verified User
Joined
Jun 15, 2004
Messages
355
The below config in exim.conf seems to restrict port 587 to authenticated smtp. Is there anyway to expand it to include pop-b4-smtp also?

Matt

# to restrict port 587 to authenticated users only
# see also daemon_smtp_ports above
#accept hosts = +auth_relay_hosts
# condition = ${if eq {$interface_port}{587} {yes}{no}}
# endpass
# message = relay not permitted, authentication required
# authenticated = *
 
My understanding is it should work for all authenticated users, no matter how they're authenticated.

Are you sure it doesn't?

Jeff
 
Back
Top