Re: [Exim] New exim user

Top Pagina
Delete this message
Reply to this message
Auteur: davidturetsky
Datum:  
Aan: exim-users
Onderwerp: Re: [Exim] New exim user
When I run exim -bt davidturetsky@???

I get:

david@
<---davidturetsky@???
deliver to david@
router-smarthost, transport=remote_smtp
host msn.com [207.46.176.152]
host msn.com [207.46.185.39]

I added in 'email' to the address and a similar entry to resolv.conf (as
well as smtp.email.msn.com)

Rerunning the attempt to flush the spool with the domain nomenclature change
to @email.msn.com or @smtp.msn.com produced the same result as originally
posted

I made a few modifications to exim.conf (which follows):

added entry for local_domains=free:email.msn.com (for list application)

removed entry after qualify_domain = (leaving rhs blank)

added .com to route_list in smarthost section (to resolve 'lookup of host
"msn" failed in smarthost router')

Here is exim.conf, with most comments removed (except pending section for
mailing list)

qualify_domain =
local_domains = free:email.msn.com
local_domains_include_host = true
local_domains_include_host_literals = true
never_users = root
host_lookup_nets = 0.0.0.0/0
sender_host_reject_relay = *
trusted_users = mail
smtp_verify = false
gecos_pattern = ^([^,:]*)
gecos_name = $1

received_header_text = "Received: \
          ${if def:sender_fullhost {from ${sender_fullhost} \
          ${if def:sender_ident {(${sender_ident})}}\n\t}\
          {${if def:sender_ident {from ${sender_ident} }}}}\
          by ${primary_hostname} \
          ${if def:received_protocol {with ${received_protocol}}} \
          (Exim ${version_number} #${compile_number} (Debian))\n\t\
          id ${message_id}"
end


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

address_pipe:
driver = pipe
return_output


address_file:
driver = appendfile

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

address_reply:
driver = autoreply

remote_smtp:
driver = smtp

end

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

system_aliases:
driver = aliasfile
file = /etc/aliases
search_type = lsearch

userforward:
driver = forwardfile
no_verify
check_ancestor
file = .forward
modemask = 002
filter

localuser:
driver = localuser
transport = local_delivery

end
smarthost:
driver = domainlist
transport = remote_smtp
route_list = "* msn.com bydns_a"

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


end

# Handle mail to free@???

#lists:
# driver = forwardfile
# domains = free.email.msn.com
# no_more
# require_files = /etc/exim/lists/${local_part}
# file = /etc/exim/lists/${local_part}
# no_check_local_user
# errors_to = #{local_part}-request

end

# End of Exim configuration file

----- Original Message -----
From: "Philip Hazel" <ph10@???>
To: "davidturetsky" <davidturetsky@???>
Cc: "exim-users" <exim-users@???>
Sent: Thursday, August 10, 2000 4:48 AM
Subject: Re: [Exim] New exim user


> On Thu, 10 Aug 2000, davidturetsky wrote:
>
> > I am trying to make first use of exim to handle a list application and

have queued a few messages using elm and exim as a test. These messages and
a bunch of mail from vim were sitting seemingly stuck at /var/spool/exim. I
deleted the vim messages and following notes from the exim website, issued:
> >
> > /usr//sbin/exim -d9 -M 13MhR6-00007I-00 and got the following output:
> >
> > .
> > .
> > remote_smpt transport entered
> > davidturetsky@???
> > locked /var/spool/exim/db/retry.lockfile
> > opened DB file /var/spool/exim/db/retry: flags=0
> > dbfn_read key=T:msn.com: 207.46.176.152
> > no retry record
> > msn.com [207.46.176.152] status=usable
> > delivering 13MhR6-00007I-00 to msn.com [207.46.176.152]

(davidturetsky@???)
> > set_process_info: 204 2.05 delivering 13MhR6-00007I-00 to msn.com

[207.46.176.152] (davidturetsky@???)
> > Connecting to msn.com [207.46.176.152] ...
> >
> > and then the system seemingly is sitting there accepting tty input
>
> Is 207.46.176.152 a running system? I cannot ping it from here. Did you
> modify the default configuration? I see that msn.com has lots of MX
> records pointing to hosts *other* than msn.com [207.46.176.152]. Maybe
> that host doesn't listen. What does
>
> exim -bt davidturetsky@???
>
> say? For me, it says
>
> davidturetsky@???
> deliver to davidturetsky@???
> router = lookuphost, transport = smtp
> host cpimssmtpe07.msn.com [207.46.181.46] MX=30
> host cpimssmtpe10.msn.com [207.46.181.47] MX=30
> host cpimssmtpe09.msn.com [207.46.181.40] MX=30
> host cpimssmtpe04.msn.com [207.46.181.25] MX=30
> host cpimssmtpe12.msn.com [207.46.181.59] MX=30
> host cpimssmtpe13.msn.com [207.46.181.61] MX=30
> host cpimssmtpe06.msn.com [207.46.181.45] MX=30
> host cpimssmtpe11.msn.com [207.46.181.56] MX=30
> host cpimssmtpe08.msn.com [207.46.181.39] MX=30
>
> Note: it does not include the host you refer to.