Problem on sendmail between users


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Problem on sendmail between users
# 1  
Old 05-04-2005
Problem on sendmail between users

Hello,

I am new to sendmail and know very little of it. I appreicate any help.

I tried sending mail between 2 users - alice and bob. I did:

[localhost:/etc] alice% mail bob
Subject: test
test
.
EOT
[localhost:/etc] alice%

Then, I got error log in /var/log/mail.log

May 4 18:23:26 localhost sendmail[606]: My unqualified host name (localhost) unknown; sleeping for retry
May 4 18:24:26 localhost sendmail[606]: unable to qualify my own domain name (localhost) -- using short name
May 4 18:24:27 localhost sendmail[606]: j451OQX5000606: from=alice, size=42, class=0, nrcpts=1, msgid=<200505050124.j451OQX5000606@localhost>, relay=alice@localhost
May 4 18:24:27 localhost sendmail[606]: j451OQX5000606: to=bob, ctladdr=alice (502/20), delay=00:00:01, xdelay=00:00:00, mailer=relay, pri=30037, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]

I am working on Mac 10.2.8, using sendmail 8.12.9
I think I am probably missing proper configuration. Please advise.

Thanks in advance.

pw
# 2  
Old 05-04-2005
Try it.

When I was setting up my E-mail server I went through this article that a friend of mine reffer me to, it was helpful to me, not sure if it will help you, but you might try reading it. Smilie Let me know how it goes.

How-To Sendmail
# 3  
Old 05-05-2005
Thanks. any idea on m4 binary

Thanks for your help. I read the article and found more about. Now I am following another instructions that using m4 to modify the sendmail.cf. But I am having problem to locate the m4 command. I use 'find' to search the m4 command from root / directory, but nothing find. But I do have m4 directory under /usr/share/sendmail/conf Do you have any idea where it is? Thanks again.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

sendmail: trusted-users or aliases?

For a project that I have been assigned to, I need to send emails to a business partner (business_partner.com) from one production server. However, my emails neither reach their destination nor bounce back to me. Working with our business partner's IT support, the following error was discovered... (1 Reply)
Discussion started by: alan
1 Replies

2. Shell Programming and Scripting

sendmail issue while cc to users

Hi, I have one file that needs to be send as attachment. I am using the following command to send the mail. echo "Subject: Test" | cat - file | sendmail -t abc@cca.com But how can I put CC mail list in sendmail. Can anybody help me out? Thanks in advance..! ---------- Post... (0 Replies)
Discussion started by: Kattoor
0 Replies

3. HP-UX

Sendmail problem

Hello, I have the sendmail on HP Unix. The serve name is "abc" and the domain name is "xxx.com". Everytime I send out email, it always comes with root@abc.xxx.com not root@xxx.com. I think there might be something wrong in sendmail configuration. Can anybody please help to point it... (9 Replies)
Discussion started by: freebirdbj
9 Replies

4. UNIX and Linux Applications

sendmail problem

I am having intermittent problems with sendmail refusing to accept incoming emails. I have received emails from the same address in the morning only to have the same emails bounce back in the afternoon for no apparent reason. Here is a sample of the email log. Jun 2 17:25:36 songvestdev... (0 Replies)
Discussion started by: seanpeace
0 Replies

5. AIX

sendmail problem

I get the following error while trying to send mail from my AIX box. I have cross checked the sendmail.cf file of this system with a working system (similar h/w and o/s) and found no difference. can somebody sugget?? /etc/sendmail.cf: line 98: readcf: map arith: class arith is not available... (1 Reply)
Discussion started by: gsabarinath
1 Replies

6. UNIX for Advanced & Expert Users

Sendmail retries sending to non-existant users

How can i get sendmail to immediately bounce mail when the server on the other side gives a "550 unknown user" SMTP error? Currently, the outbound mail stays in the queue and is retried until our server gives up, some days later. (0 Replies)
Discussion started by: vertigo23
0 Replies

7. UNIX for Dummies Questions & Answers

Problem with Sendmail

Hi all, I am new to this forums, so please be kind to me :) Anyways, I have this problem when I am trying to send out email using sendmail. I can send an email to gmail.com or other email host, but when I am trying to send an email to email address removed by moderator or anything to the... (2 Replies)
Discussion started by: iluvhk
2 Replies

8. Solaris

how to send mails to users on exchange server from sendmail/solaris(mailx)

Hi, Can anyone pls. tell me how to access Active directory from solaris. I am looking at solution by which I can send mail notification from the logs generated by scripts, to the users on Exchange server. I am trying for a Perl-LDAP module , but don't realy know how to go for it (5 Replies)
Discussion started by: ganeshh
5 Replies

9. UNIX for Advanced & Expert Users

sendmail problem

Hi, I have some problem with sendmail daemon. Earlier it was working fine as I used to get alert mail through crontab jobs. Two days back it stopped sending alert messages. When I executed mail command from shell prompt, I could read all the pending messages, generated through crontab... (1 Reply)
Discussion started by: amit_sapre
1 Replies

10. UNIX for Advanced & Expert Users

Sendmail problem

problem: user 1 sends an email thru exchange to a unix box w/ 2 ip's and hostnames running sendmail. Email is marked sent to one address and deffered to the other. any ideas as to how to get them both marked as sent? actual error below. When email is sent to the 2nd host the email is proccessed... (2 Replies)
Discussion started by: Optimus_P
2 Replies
Login or Register to Ask a Question