Re: [exim] sender verify

Top Page
Delete this message
Reply to this message
Author: Thomas Stein
Date:  
To: exim-users
Subject: Re: [exim] sender verify
On Wednesday 03 August 2005 15:19, Matthew Byng-Maddick wrote:

> The routers section would be useful too.


begin routers

smart_route:
driver = manualroute
domains = !+local_domains
transport = remote_smtp
route_list = * my.smarthost.blubb
ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
no_more

system_aliases:
driver = redirect
allow_fail
allow_defer
data = ${lookup{$local_part}lsearch{/etc/mail/aliases}}
# user = exim
file_transport = address_file
pipe_transport = address_pipe

userforward:
driver = redirect
check_local_user
# local_part_suffix = +* : -*
# local_part_suffix_optional
file = $home/.forward
# allow_filter
no_verify
no_expn
check_ancestor
file_transport = address_file
pipe_transport = address_pipe
reply_transport = address_reply

localuser:
driver = accept
check_local_user
# local_part_suffix = +* : -*
# local_part_suffix_optional
transport = local_delivery
cannot_route_message = Unknown user

best regards and thanks
thomas