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 = *
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 = *