Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

delivery problems

Status
Not open for further replies.

awol1234

ISP
Sep 2, 2003
1
GB
Im having trouble getting a slackware 9.0 webserver sending emails using sendmail 8.12.9. The below errors occur in /var/log/maillog if i try to send an email from the command line via sendmail.

Say for example the machines FQD is server01.host.company.net, it seems that sendmail is trying to relay everything via .host.company.net, or in other words, everything after server01 in the FQD.

Sep 1 12:05:58 [REMOVED] sendmail[259]: h81B5uMa000259: from=[REMOVED],size=5, class=0, nrcpts=1, msgid=<200309011105.h81B5uMa000259@REMOVED].host.company.net
<mailto:200309011105.h81B5uMa000259@[REMOVED].host.company.net>>,relay=root@localhost <mailto:relay=root@localhost>Sep 1 12:05:58 [REMOVED] sendmail[259]: h81B5uMa000259:to=test@dancooper.co.uk <mailto:to=test@dancooper.co.uk>, ctladdr=[REMOVED](1000/100), delay=00:00:02, xdelay=00:00:00, mailer=relay, pri=30003,relay=.host.company.net., dsn=5.1.2, stat=Host unknown (Name server:.host.company.net.: no data known)
Sep 1 12:05:58 [REMOVED] sendmail[259]: h81B5uMa000259: h81B5uMb000259: DSN:Host unknown (Name server: .host.company.net.: no data known)
Sep 1 12:05:58 [REMOVED] sendmail[259]: h81B5uMb000259: to=[REMOVED],delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31029,relay=.host.company.net., dsn=5.1.2, stat=Host unknown (Name server:.host.company.net.: no data known)
Sep 1 12:05:58 [REMOVED] sendmail[259]: h81B5uMb000259: h81B5uMc000259:return to sender: Host unknown (Name server: .host.company.net.: no dataknown)
Sep 1 12:05:58 [REMOVED] sendmail[259]: h81B5uMc000259: to=postmaster,delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=32053,relay=.host.company.net., dsn=5.1.2, stat=Host unknown (Name server:.host.company.net.: no data known)
Sep 1 12:05:58 [REMOVED] sendmail[259]: h81B5uMb000259: Losing./qfh81B5uMb000259: savemail panic Sep 1 12:05:58 [REMOVED] sendmail[259]: h81B5uMb000259: SYSERR(root): savemail: cannot save rejected email anywhere

Any help apreciated.

Dan.
 
Check your DNS setup on the mail server.
Make sure the domain you need to relay for is properly set up in the access file. Also in local-host-names if FEATURE(use_cw_file) is present in the sendmail.mc as this sets CLASS w.

There is no God, only 10001010
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top