sendmail : 550 host unknown


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users sendmail : 550 host unknown
# 8  
Old 11-06-2001
Interesting problem. Agree, your DNS resolver appears be just fine. Can you try this?

/usr/lib/sendmail -v unixdotcom@hushmail.com < /etc/services

(or some other file and/or valid email address of your choice)

Please post the output of the sendmail -v verbose command. Thanks.
# 9  
Old 11-06-2001
re: sendmail: 550 host unknown

Hi mrsaint,

From the conversation of your mails it seems that you wish to make your UNIX box a mailing server if I am not wrong.

Before some solutions I would like to know whether you are using some another mailing server (for eg. MS-Exchange, Novell Groupwise, CC:Mail etc.).

Also the configurations seen throughtout the mails I have read seems to be perfect. So what I feel is you are trying to send a mail to the outside world i.e. Internet ID's which routes through some mailing server.

Kindly let me know if you are doing so and also that if you want to make this UNIX box as a server or a client.

Regards,

vrk
# 10  
Old 11-06-2001
yes you're right. The goal of this project is to setup an sloaris box as mailsserver with sendmail. Probably there's easier way with some other tools but that's not the questions and sense of this project.
# 11  
Old 11-06-2001
So all that you need to set up is

1. resolv.conf
2. nsswitch.conf


Please see if this works out

Regards,

vrk
# 12  
Old 11-06-2001
these files was already check. see the previous posts!
# 13  
Old 11-06-2001
I didn't received any informations from this command.

( /usr/lib/sendmail user@domain.com < /etc/services )

What means that?!

Thanks
# 14  
Old 11-06-2001
sendmail -v

You forgot the switch -v

This puts sendmail in the verbose mode as it sends mails. My read on your problem was that your are having trouble sending mail, not necessarily receiving (now the problem seems to be receiving mail Smilie ). There is a big difference between a problem sending mail and a problem receiving mail.

Which problem are you trying to solve: Sending ? Receiving?

Mailservers receive mail. Any good mail client can send mail; this does not require a server process running.

What's going on? Smilie Are we working on a service/server (receive) or just a simple client/DNS problem??? Thanks! Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Problems host name lookup failure sendmail

Hi I have a problem in sendmail Freebsd when sending emails to yahoo as an example, I get: Sep 5 10:05:43 local50 sm-mta: STARTTLS=client, error: connect failed=-1, SSL_error=1, errno=0, retry=-1 Sep 5 10:05:43 local50 sm-mta: STARTTLS=client: 43926:error:1407742E:SSL... (3 Replies)
Discussion started by: rickyarge92
3 Replies

2. HP-UX

Sendmail - relay Host unknown since adding dns

Hi ever since we´ve added the server in DNS, sendmail stopped working, but everything seems to be configured properly although in the mail logs we see: Jul 10 16:52:58 itc01 sendmail: t6AEqrHT005593: from=root, size=6, class=0, nrcpts=1, msgid=<201507101452.t6AEqrHT005593@itc01.headquarter.tmm>,... (3 Replies)
Discussion started by: fretagi
3 Replies

3. Solaris

SMTP Server 550 5.1.1 User unknown Error

Hello All, I am currently running a Solaris 10 machine as inbound SMTP server i.e. bringing Emails from outside into our company. In /var/spool/mqueue , I have mails that are pending for the past 4-5 days. They are not being delivered and are causing my mount point size to increase. Error... (0 Replies)
Discussion started by: Junaid Subhani
0 Replies

4. Solaris

Classic: sendmail[pid]: My unqualified host name (hostname) unknown

Hi all, I'd like to disable sendmail permanently on my "new" 220R with freshly installed SunOS 5.10 because it prints annoying messages to the system console. Also I'm interested in how to fix the actual problem with unqualified host name. My unqualified host name (hostname) unknown; sleeping... (2 Replies)
Discussion started by: pseudocoder
2 Replies

5. Linux

Sendmail takes too long to start and the host is unable to send emails

Hello All, Sendmail takes too long to start and the host is unable to send emails, below are the steps followed, Please let me know if I'm missing anything, is there a debug mode for mailx? # time service sendmail restart Shutting down sm-client: Shutting... (6 Replies)
Discussion started by: lovesaikrishna
6 Replies

6. UNIX for Dummies Questions & Answers

Sendmail error: 550 5.1.8 invalid/host-not-in-DNS

I have sendmail setup to relay through my external ISP. Everything was working fine until I started getting the error message (below). I don't what I did to cause this? I have read a number of related posts and it appears that I might need to configure the sending address of my server to appear... (0 Replies)
Discussion started by: simonmason
0 Replies

7. Solaris

PING - Unknown host 127.0.0.1, Unknown host localhost - Solaris 10

Hello, I have a problem - I created a chrooted jail for one user. When I'm logged in as root, everything work fine, but when I'm logged in as a chrooted user - I have many problems: 1. When I execute the command ping, I get weird results: bash-3.00$ usr/sbin/ping localhost ... (4 Replies)
Discussion started by: Przemek
4 Replies

8. UNIX for Dummies Questions & Answers

unknown host

Hello all I'm new to this site and I have to say that ,it is just awesome. I was able to get most of my questions answered by reading the archives. I've been a UNIX programmer for a while now but new to administration. I just installed SunOS 5.9 on my desktop ( i86pc) . Everything... (3 Replies)
Discussion started by: luft
3 Replies

9. UNIX for Advanced & Expert Users

How do I ftp to an unknown host?

after ftp. ftp.umass.edu, I get "UNKNOWN HOST" There is no prompt for username. What do I do so that I can ftp files out? Or even email, to an unknown host. (3 Replies)
Discussion started by: AllyJones
3 Replies

10. UNIX for Advanced & Expert Users

sendmail : connect local host (brocken)

hi there I've got a strange problem with a webserver box (suse linux 7.2). My MTA is sendmail, and when I tried manually send a mail. Sendmail -v "user@something" < /etc/hosts The Server tried "simon@localhost... Connecting to local..." but nothing happend and the system hold on. This... (3 Replies)
Discussion started by: mrsaint
3 Replies
Login or Register to Ask a Question