sendmail error :-(


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers sendmail error :-(
# 1  
Old 02-19-2002
sendmail error :-(

Hi all,

My problem is on :

SunOS "MY_HOSTNAME" 5.7 Generic_106541-14 sun4u sparc SUNW,Ultra-60

I get the following message on the console login screen:

sendmail[23665]: MAA 23665: SYSERR: putoutmsg (NO-HOST): error on output channel sending "550 none...User unknown": I/O error.

Does anyone know which file should I check for that?

I went through /etc/mail directory and checked the "aliases" and the "main.cf".

Is there something that I should be looking in specific ?

Are there any log files to check any furter details ?

Cheers
# 2  
Old 02-19-2002
The above number "23665" is only a counter I suppose. It increaments by 5(+5) everytime the message shows up in my screen.

Any ideas please ??
# 3  
Old 02-19-2002
I can shed a little light here. That "MAA23665" sounds like a mail id. I would grep for that string in your mail logs which are often in /var/log/syslog.

And 550 is just a normal smtp error which is documented in the rfc.

But I don't know why you are getting an i/o error. I have never seen that error.
# 4  
Old 02-19-2002
That is a good idea. This is what I get when I "tail" the "syslog" file.

It mentions that the below directory is "World writable". The thing is that there is NOT any .forward.isgsi01 file or dir. Here is the info.

<pre>

Feb 19 16:08:07 sendmail[2425]: QAA02425: SYSERR: putoutmsg (NO-HOST): error on output channel sending "550 none... User unknown": I/O error
Feb 19 16:08:07 sendmail[2425]: QAA02425: to=none, delay=00:00:00, mailer=local, stat=User unknown
Feb 19 16:08:07 sendmail[2425]: QAA02425: from=prod, size=149, class=0, pri=30149, nrcpts=1, msgid=<200202191608.QAA02425@>, relay=prod@localhost
Feb 19 16:08:07 sendmail[2425]: QAA02425: forward /home/prod/.forward.isgsi01+: World writable directory
Feb 19 16:08:07 sendmail[2425]: QAA02425: forward /home/prod/.forward+: World writable directory
Feb 19 16:08:07 sendmail[2425]: QAA02425: forward /home/prod/.forward.isgsi01: World writable directory
Feb 19 16:08:07 sendmail[2425]: QAA02425: forward /home/prod/.forward: World writable directory

</pre>

and more here checking the /home/prod

isgsi01(root)14: pwd
/home/prod
isgsi01(root)15: ls -la
total 124212
drwxr-xr-x 3 prod clarify 512 Feb 14 09:03 ./
drwxrwxrwx 19 ort clarify 512 Feb 11 13:21 ../
-rw------- 1 prod clarify 168 Aug 15 2001 .Xauthority
-rw-r--r-- 1 prod clarify 1545 May 1 2001 .profile
-rw------- 1 prod clarify 3232 Aug 22 2001 .sh_history
drwxr-xr-x 2 prod clarify 512 Feb 14 11:21 .windu.isgsi01
-rw------- 1 prod clarify 34750132 Feb 19 16:14 dead.letter
-rw-r--r-- 1 prod clarify 28771328 May 3 2001 expdat.dmp
isgsi01(root)16: tail dead*
Received: (from prod@localhost)
by isgsi01 (8.9.3+Sun/8.9.1) id QAA02793
for none; Tue, 19 Feb 2002 16:14:58 GMT
Date: Tue, 19 Feb 2002 16:14:58 GMT
From: prod
Message-Id: <200202191614.QAA02793@isgsi01>
To: none

A Case has been dispatched to the SMC Planne queue. Please accept the case and action as appropiate. Case Number is: 002075

isgsi01(root)17:

I am using clarify. It is a troouble ticket software.

Can you spot anything unsual ??

Thanks alot
# 5  
Old 02-19-2002
Your /home directory is world-writable.

Take a look at that "To: none" line. Looks pretty unusual to me.
# 6  
Old 02-19-2002
Sendmail error (found on Solaris 7 common error messages):
550 variable... User unknown
============================
This sendmail(1M) message indicates that the intended recipient, specified by the address portion before the @ (at-sign), could not be located on the destination host machine.

Check the email address and try again, perhaps with slightly different spelling. If this doesn't work, contact the intended recipient and ask for a proper address.

For information on how sendmail works, see the Mail Administration Guide.
thehoghunter
# 7  
Old 02-20-2002
I have changed the /home dir to 755 and now is NOT world-writable. The message is still there.

I think the sendmail is trying to send a mail to user "none" which does not exist. Do you guys know where to look about the users. I have checked all the usual places.

I have checked the dmesg and this is what I get :

Any ideas what is the core dump for the /usr/dt/bin/rpc.ttdbserverd.

See below.


Feb 20 11:05:12 isgsi01 sendmail[3489]: LAA03489: SYSERR: putoutmsg (NO-HOST): error on output channel sending "550 none... User unknown": I/O error
Feb 20 11:05:14 isgsi01 sendmail[3494]: LAA03494: SYSERR: putoutmsg (NO-HOST): error on output channel sending "550 none... User unknown": I/O error
Feb 20 11:05:25 isgsi01 inetd[180]: /usr/dt/bin/rpc.ttdbserverd: Segmentation Fault - core dumped
Feb 20 11:05:27 isgsi01 sendmail[3560]: LAA03560: SYSERR: putoutmsg (NO-HOST): error on output channel sending "550 none... User unknown": I/O error
Feb 20 11:05:29 isgsi01 sendmail[3566]: LAA03566: SYSERR: putoutmsg (NO-HOST): error on output channel sending "550 none... User unknown": I/O error



Cheers
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Sendmail Error

Hello, we have a mailserver named vision.mailhost.com 192.168.10.10 ( solaris 10) We have an test server named visionway 192.168.10.5 ( solaris 10) we want to run a cron job on test server and send an email if the cronjob fails Question is how does the test server sendmail know the... (1 Reply)
Discussion started by: nimika
1 Replies

2. UNIX for Dummies Questions & Answers

Sendmail error message

Hi i am having a probleme with my sendmail server. using it as a mta to send out email. keem on getting this error message back. ----- The following addresses had permanent fatal errors ----- <XXX@XXXX.co.za> (reason: 554 Denied (Mode: normal)) ----- Transcript of session... (1 Reply)
Discussion started by: sakie
1 Replies

3. Red Hat

sendmail error

Hi, Need help here in sendmail error encountered # tail /var/log/maillog Aug 18 16:36:01 dot-123-my-server sendmail: q7IKa1GJ001123: to=<munin@dot-123-my-server>, ctladdr=<munin@dot-123-my-server> (101/102), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30898, dsn=2.0.0, stat=Sent Aug... (2 Replies)
Discussion started by: edwin rosales
2 Replies

4. AIX

sendmail error aix 5.2

Hi, i'm having this error in my aix development server... i dont know what to do, anyone can helpme out with this??? I'll be so gratefull. ---- start of message Message from syslogd@aixdes1 at Mon Aug 9 08:36:03 2010 ... aixdes1 mail:crit sendmail: My unqualified host name (aixdes1)... (4 Replies)
Discussion started by: fdeivis
4 Replies

5. Solaris

Sendmail error delaying relay

When I try to send mail, sendmail delays a lot. After monitoring syslog, I noticed that sendmail starts with this first message... waits a minute and gives the second message... waits another minute and then sends off the email. How do I correct this in sendmail or completly disable it. I'm sending... (0 Replies)
Discussion started by: adelsin
0 Replies

6. UNIX for Dummies Questions & Answers

getting some error periodically - sendmail

Hi all, When ever i open unix, periodically after every 3 minutes(approximately) i get the below error. "Dec 29 23:56:01 "domain name" sendmail: unable to qualify my own domain name ("domain name") -- using short name". This is interrupting me while writing a program. Please... (2 Replies)
Discussion started by: rakeshbharadwaj
2 Replies

7. UNIX for Advanced & Expert Users

Too many hops error in sendmail

I am running SCO openserver 6 with sendmail as my mta I have a customer that sends me mail and occasionally some of them get bounced by my machine with a too many hops error. the header shows that it hops around their servers several times before getting to me and I know this is something that they... (3 Replies)
Discussion started by: garycrow
3 Replies

8. UNIX for Advanced & Expert Users

Whe trying to start sendmail i getting following error

Hi expert , When i trying to start sendmail i getting the following error : pls help me # ./sendmail start # 451 4.0.0 /etc/mail/sendmail.cf: line 77: fileclass: cannot open /etc/mail/local-host-names: World writable directory 451 4.0.0 /etc/mail/sendmail.cf: line 472: fileclass: cannot... (6 Replies)
Discussion started by: saisivakumar
6 Replies

9. UNIX for Dummies Questions & Answers

Sendmail error

I have faced the following error : Feb 8 11:56:10 test sendmail: unable to qualify my own domain name (test) -- using short name I searched the forum and tested the required in the posts , but it doesn't work ... I have changed the IP and local host in /etc/hosts to be as follows : ... (1 Reply)
Discussion started by: atiato
1 Replies

10. UNIX for Dummies Questions & Answers

extracting sendmail: error

I'm a newbie trying to update an old sendmail 8.6 to 8.12.3 ftp'ed sendmail.org and got sendmail.8.12.3.tar.gz file size matches but when i: tar xvf sendmail.8.12.3.tar.gz i get: tar: directory checksum error tried getting others... ie. 8.12.2... ftp'ed using binary and saved in... (1 Reply)
Discussion started by: sphiengollie
1 Replies
Login or Register to Ask a Question