Your message dated Thu, 17 Jan 2008 15:51:34 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: retitle 315180 to Should recipient verifivcation for
relay-domains use a callout?
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: exim4-config
Version: 4.50-8
In acl/30_exim4-config_check_rcpt
# Accept if the address is in a domain for which we are relaying, but
again,
# only if the recipient can be verified.
#
# If you want to use the more conservative "unknown user" error
# message in case of a non-existing local part, you might want to
# set CHECK_RCPT_GIVE_UNKNOWN_USER. However, this might reveal
# local information, which is the cause for it not being enabled by
# default.
accept
domains = +relay_to_domains
endpass
.ifdef CHECK_RCPT_GIVE_UNKNOWN_USER
message = ${if eq{$acl_verify_message}{Unrouteable address}
{unknown user}{$a
cl_verify_message}}
.else
message = unrouteable address
.endif
verify = recipient
shouldn't the last line be change to:
verify = recipient/callout=defer_ok
In other words, merely doing a recipient verify on a domain for which
you relay doesn't really return any useful information. (Unless I'm
missing something). A callout is what I'd think you want. I could
go either way on the defer_ok option, but my preference is not to
generate 4xx messages when acting as a relay.
--- End Message ---
--- Begin Message ---
closing.
Greetings
Marc
--
-----------------------------------------------------------------------------
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835
--- End Message ---