This functions also so far. (s. log1)
However a incoming mail send to an unknown user (on a virtual Domaine),
the mailserver reject the errormail with "refused relay (sender)". (s.
log2)
The option relay_match_host_or_sender is not suitable,
since then the sender address is not checked. (s. config1)
What I can do?
Regards Heiko
--------------------------------------------------------------
- config1 ## exim-3.33
# MAIN CONFIGURATION SETTINGS #
## allow relay only if host=ourIP AND sender=virtual.domains
local_domains =
lsearch;/usr/exim/etc/local.domains:lsearch;/usr/exim/etc/virtual.domains
sender_address_relay
=lsearch;/usr/exim/etc/local.domains:lsearch;/usr/exim/etc/virtual.domains
host_accept_relay = /usr/exim/etc/sender_net_accept_relay
## match host and sender
#relay_match_host_or_sender = true