Sendmail


 
Thread Tools Search this Thread
Operating Systems Solaris Sendmail
# 8  
Old 12-12-2007
...hm, but what is trying to make the smtp connection in the first place?
# 9  
Old 12-12-2007
If it's sol10, sendmail likes to talk to itself. It's generally better to tell it to bind to localhost:25 only than to actually disable it altogether.
# 10  
Old 12-12-2007
Quote:
Originally Posted by Smiling Dragon
sendmail likes to talk to itself
mutter, mutter, grumble, mutter....... Smilie
# 11  
Old 12-13-2007
Question

Quote:
Originally Posted by Smiling Dragon
If it's sol10, sendmail likes to talk to itself. It's generally better to tell it to bind to localhost:25 only than to actually disable it altogether.
Hi Smiling Dragon,

I am new to UNIX....can you teach me the step on how to go about binding port 25 to localhost? Does it have any impact?

in addition to the below question,

recently, i noticed that i have a statement in /var/adm/messages. Does anybody know what it actually mean and how do i solve it?

sysSmilieec 13 14:05:36 xxxxxx sshd2[10921]: [ID 702911 auth.warning] WARNING: DNS lookup failed for "10.10.42.154".

Last edited by ahlude; 12-13-2007 at 02:47 AM..
# 12  
Old 12-13-2007
Quote:
Originally Posted by ahlude
I am new to UNIX....can you teach me the step on how to go about binding port 25 to localhost? Does it have any impact?
Most daemons (like sendmail) will automatically listen on every network interface they find on whatever port (in this case 25). By binding to localhost (127.0.0.1) only, you restrict access to only the local machine. That way, local processes that need sendmail to send messages etc can still get at it, but other servers and clients can't connect across the network.

So the impact would be very similar to stopping the sendmail service altogether except that it will also allow outgoing mail to work with a full queueing and automatic resend etc.

eg:
Code:
# uname -a
SunOS server1 5.10 Generic_118833-36 sun4v sparc SUNW,Sun-Fire-T200
# ps -ef | grep sendmail
   smmsp   558     1   0   Nov 01 ?           0:16 /usr/lib/sendmail -Ac -q15m
    root   559     1   0   Nov 01 ?           2:11 /usr/lib/sendmail -bd -q15m
# telnet server1 25
Trying xxx.xxx.xxx.xxx...
telnet: Unable to connect to remote host: Connection refused
# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 server1 ESMTP Sendmail...

If you add a DAEMON_OPTION of "Addr=127.0.0.1" to your m4 config and recreate the cf from that. Should do the trick.

We use:
Code:
DAEMON_OPTIONS(`Name=Name=NoMTA4, Family=inet, Addr=127.0.0.1')

Quote:
Originally Posted by ahlude
recently, i noticed that i have a statement in /var/adm/messages. Does anybody know what it actually mean and how do i solve it?
Code:
sys:Dec 13 14:05:36 xxxxxx sshd2[10921]: [ID 702911 auth.warning] WARNING: DNS lookup failed for "10.10.42.154"

This is sshd warning you that it was unable to find a DNS reverse lookup for an incomming connection from 10.10.42.154. In otherwords, it can't identify what machine that is. You'll probably find that if you do a 'who' command, it will list the IP rather than hostname for that connection.

Last edited by Smiling Dragon; 12-13-2007 at 04:27 PM.. Reason: speeling
# 13  
Old 12-13-2007
Error

If you add a DAEMON_OPTION of "Addr=127.0.0.1" to your m4 config and recreate the cf from that. Should do the trick.

We use:
Code:
DAEMON_OPTIONS(`Name=Name=NoMTA4, Family=inet, Addr=127.0.0.1')

Hi,

Can you advice me which file should i modify for the above code? Many thanks Smilie
# 14  
Old 12-15-2007
Quote:
Originally Posted by Smiling Dragon
If it's sol10, sendmail likes to talk to itself.
sendmail when disabled as a daemon is quite unlikely to talk to itself.

I suspect cron or a similar program is trying to send a mail to root or another user about some issue running a crontab command.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Clarifying sendmail configuration - sendmail-client offline

Hi all, I have read about sendmail running as 2 separate process. 1 as a MSP, and the other as the real daemon or MTA. In my current configuration, the sendmail-client is disabled. Both submit.cf and sendmail.cf are left as default untouch I do not specified any mailhost... (3 Replies)
Discussion started by: javanoob
3 Replies

2. UNIX for Advanced & Expert Users

Sendmail

Hi, I have sendmail running in my server. I would like to know the vendor of this sendmail running in the server. I read in a blog that there are many vendors for sendmail. Please advise me how could I identify the vendor for this? Thanks, Poovalingam. (4 Replies)
Discussion started by: poova
4 Replies

3. UNIX for Advanced & Expert Users

Sendmail questions, SCO 5.0.6 sendmail 8.11.0

I am running SCO 5.0.6 and using sendmail 8.11.0 and having issues with smtp authentication. When trying to send mail the following message will kick back. (reason: 530 5.7.1 Authentication required) 530 5.7.1 Authentication required Not sure what needs to be tweeked in sendmail.cf but I... (1 Reply)
Discussion started by: ziggy6
1 Replies

4. Linux

Sendmail

How do i see all incoming mail's and outgoing mail's for a particular user and how do i list folders of sendmail (mailbox) (1 Reply)
Discussion started by: sagar824u
1 Replies

5. Shell Programming and Scripting

Sendmail Help

Hi All, Can anyone help me out to know how can a mail be sent from sendmail command. I tried the below command sendmail -f user-host@xyz.com -s "Some Message" -t abcd@xyz.com It throwed a message -s... User unknown Message... User unknown Some... User unknown But this did not work... (1 Reply)
Discussion started by: ganga.dharan
1 Replies

6. UNIX for Dummies Questions & Answers

sendmail.cf

we have two mail servers and want to setup failover for DR. we have a line in sendmail.cf like this DS smtp.domain.com and this works fine...... we changed it to DS smtp1.domain.com smtp2.domain.com this is bad, we get errors of savemail panic and many bounce messages and... (0 Replies)
Discussion started by: robsonde
0 Replies

7. UNIX and Linux Applications

sendmail.cf

we have two mail servers and want to setup failover for DR. we have a line in sendmail.cf like this DS smtp.domain.com and this works fine...... we changed it to DS smtp1.domain.com smtp2.domain.com this is bad, we get errors of savemail panic and many bounce messages... (1 Reply)
Discussion started by: robsonde
1 Replies

8. Shell Programming and Scripting

Sendmail

HI CAN ANYBODY HELP ME? I HAVE COME ACROSS A PROBLEM. I AM USING SENDMAIL IN HP-UX IN THE FOLLOWING MANNER /usr/sbin/sendmail -t someone@someplace.com < /path/to/file.log BUT THE RECEIPIENT DOESNOT GET THE ADDRESS IN THE TO: SECTION OF THE MAIL. ALSO I HAVE NOT FOUND ANY OPTION TO PUT A... (0 Replies)
Discussion started by: cobroraj
0 Replies

9. Programming

sendmail

hi, i am using sendmail function to send the mail for mail client. when i am sending mime content with attaching with body for the images. the image is not displaying in the mail box. all the mime content stuff is displaying. all the headers are proper. hope the reply for this (0 Replies)
Discussion started by: nagineni
0 Replies

10. UNIX for Dummies Questions & Answers

sendmail.cf

Dear All , I have Linux Red Hat 6.1 , and i have sendmail (8.11.6 ) . i have big problem with spammers , i was looking in sendmail.cf configuration file and i saw this option , i tried it but it failed : the option is : # file containing known spammers by email,domain,ip Kjunk hash... (1 Reply)
Discussion started by: tamemi
1 Replies
Login or Register to Ask a Question