Your message dated Wed, 16 Apr 2008 17:40:43 -0400
with message-id <[EMAIL PROTECTED]>
and subject line exim has been removed from Debian, closing #198912
has caused the Debian Bug report #198912,
regarding Address rewriting fails if hostname contains a capital letter
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
198912: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=198912
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: exim
Version: 3.36-6
Severity: Important

Address rewriting ("From:" line, etc.) doesn't work if the hostname contains
a capital letter. If I use "debian.Rechner.net" I get:

# exim -brw jens
  sender: [EMAIL PROTECTED]
    from: [EMAIL PROTECTED]
      to: [EMAIL PROTECTED]
      cc: [EMAIL PROTECTED]
     bcc: [EMAIL PROTECTED]
reply-to: [EMAIL PROTECTED]
env-from: [EMAIL PROTECTED]
  env-to: [EMAIL PROTECTED]

but using "debian.rechner.net" I get:

# exim -brw jens
  sender: [EMAIL PROTECTED]
    from: [EMAIL PROTECTED]
      to: [EMAIL PROTECTED]
      cc: [EMAIL PROTECTED]
     bcc: [EMAIL PROTECTED]
reply-to: [EMAIL PROTECTED]
env-from: [EMAIL PROTECTED]
  env-to: [EMAIL PROTECTED]

exim.conf contains:

[EMAIL PROTECTED]    ${lookup{$1}lsearch{/etc/email-addresses}\
                                           {$value}fail} frFs

If capitals are invalid I would expect an error message somewhere (stderr,
log files) but there is no such message (and even eximconfig doesn't
complain!).

exim.conf file check:

# exim -C /etc/exim/exim.conf -bV
Exim version 3.36 #1 built 12-Mar-2003 20:59:47
Copyright (c) University of Cambridge 2002


Jens



My exim.conf:

qualify_domain = debian.rechner.net

local_domains = localhost:debian.rechner.net:debian

local_domains_include_host = true
local_domains_include_host_literals = true

host_lookup = *

host_accept_relay = 127.0.0.1 : ::::1

host_auth_accept_relay = *

trusted_users = mail

smtp_verify = false

gecos_pattern = ^([^,:]*)
gecos_name = $1

smtp_accept_queue_per_connection = 100

freeze_tell_mailmaster = true

received_header_text = "Received: \
         ${if def:sender_rcvhost {from ${sender_rcvhost}\n\t}\
         {${if def:sender_ident {from ${sender_ident} }}\
         ${if def:sender_helo_name {(helo=${sender_helo_name})\n\t}}}}\
         by ${primary_hostname} \
         ${if def:received_protocol {with ${received_protocol}}} \
         (Exim ${version_number} #${compile_number} (Debian))\n\t\
         id ${message_id}\
         ${if def:received_for {\n\tfor <$received_for>}}"

receiver_try_verify = true

end


local_delivery:
  driver = appendfile
  group = mail
  mode = 0660
  mode_fail_narrower = false
  envelope_to_add = true
  return_path_add = true
  file = /var/spool/mail/${local_part}

address_pipe:
  driver = pipe
  path = /usr/bin:/bin:/usr/local/bin
  return_output

address_file:
  driver = appendfile
  envelope_to_add = true
  return_path_add = true

address_directory:
  driver = appendfile
  no_from_hack
  prefix = ""
  suffix = ""
# maildir_format

address_reply:
  driver = autoreply

procmail_pipe:
  driver = pipe
  command = "/usr/bin/procmail"
  return_path_add
  delivery_date_add
  envelope_to_add
# check_string = "From "
# escape_string = ">From "
  suffix = ""

remote_smtp:
  driver = smtp
  authenticate_hosts = smtp.web.de

end


real_local:
  prefix = real-
  driver = localuser
  transport = local_delivery

system_aliases:
  driver = aliasfile
  file_transport = address_file
  pipe_transport = address_pipe
  file = /etc/aliases
  search_type = lsearch
# user = list
# Uncomment the above line if you are running smartlist

userforward:
  driver = forwardfile
  file_transport = address_file
  pipe_transport = address_pipe
  reply_transport = address_reply
  no_verify
  check_ancestor
  check_local_user
  file = .forward
  modemask = 002
  filter

procmail:
  driver = localuser
  transport = procmail_pipe
  require_files = ${local_part}:+${home}:+${home}/.procmailrc:+/usr/bin/procmail
  no_verify
    
localuser:
  driver = localuser
  transport = local_delivery

end


smarthost:
  driver = domainlist
  transport = remote_smtp
  route_list = "* smtp.web.de bydns_a"

end


*                      *           F,2h,15m; G,16h,2h,1.5; F,4d,8h

end


[EMAIL PROTECTED]    ${lookup{$1}lsearch{/etc/email-addresses}\
                                           {$value}fail} frFs

end


plain:
  driver = plaintext
  public_name = PLAIN
  client_send = "^tux-master^secret :-))"


--- End Message ---
--- Begin Message ---
Version: 3.36-18.2+rm

The exim package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/420191 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.
Barry deFreese


--- End Message ---

Reply via email to