Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Problem on sendmail between users Post 70786 by hypamw on Wednesday 4th of May 2005 06:33:27 AM
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
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
MAILSTATS(8)						      System Manager's Manual						      MAILSTATS(8)

NAME
mailstats - display mail statistics SYNOPSIS
mailstats [-c] [-o] [-p] [-P] [-C cffile] [-f stfile] DESCRIPTION
The mailstats utility displays the current mail statistics. First, the time at which statistics started being kept is displayed, in the format specified by ctime(3). Then, the statistics for each mailer are displayed on a single line, each with the following white space separated fields: M The mailer number. msgsfr Number of messages from the mailer. bytes_from Kbytes from the mailer. msgsto Number of messages to the mailer. bytes_to Kbytes to the mailer. msgsrej Number of messages rejected. msgsdis Number of messages discarded. msgsqur Number of messages quarantined. Mailer The name of the mailer. After this display, a line totaling the values for all of the mailers is displayed (preceded with a ``T''), separated from the previous information by a line containing only equals (``='') characters. Another line preceded with a ``C'' lists the number of TCP connections. The options are as follows: -C Read the specified file instead of the default sendmail configuration file. -c Try to use submit.cf instead of the default sendmail configuration file. -f Read the specified statistics file instead of the statistics file specified in the sendmail configuration file. -P Output information in program-readable mode without clearing statistics. -p Output information in program-readable mode and clear statistics. -o Don't display the name of the mailer in the output. The mailstats utility exits 0 on success, and >0 if an error occurs. FILES
/etc/mail/sendmail.cf The default sendmail configuration file. /var/lib/sendmail/statistics The default sendmail statistics file. /etc/mail/statistics The symbolic link to the statistics file. SEE ALSO
mailq(1), sendmail(8) $Date: 2002/06/27 22:47:29 $ MAILSTATS(8)
All times are GMT -4. The time now is 01:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy