Sendmail issue on NGZ (Solaris)

 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support Sendmail issue on NGZ (Solaris)
# 1  
Old 12-20-2011
Sendmail issue on NGZ (Solaris)

Hi All,

I have Solaris-10 box with 11 sparse root zone. After a upgrade activity and reverted back due to some issues, sendmail is not working on any of the Non Global Zone (NGZ), while it works fine on Global zone
HTML Code:
root@trans01-zd01:/root# mailx -v my_email_id@xxxx.com
Subject: ZD01
.
EOT
root@tswebd01-zd01:/root# my_email_id@xxxx.com... Connecting to [127.0.0.1] via relay...
my_email_id@xxxx.com... Deferred: Connection refused by [127.0.0.1]
root@trans01-zd01:/root# netstat -an | grep 25
10.63.48.2.53854     10.63.72.25.514      Connected
10.63.48.2.22        8.26.81.252.14371    62944      0 64240      0 ESTABLISHED
10.63.48.2.22        8.26.81.252.51426    65115      0 64240      0 ESTABLISHED
10.63.48.2.22        8.26.81.252.17347    63400      0 64240      0 ESTABLISHED
10.63.48.2.22        8.26.81.252.44003    65115      0 64240      0 ESTABLISHED
10.63.48.2.22        8.26.81.252.18302    64240      0 64240      0 ESTABLISHED
10.63.48.2.22        8.26.81.252.44061    65099      0 64240      0 ESTABLISHED
10.63.48.25.80             *.*                0      0 131072      0 LISTEN
10.63.48.25.443            *.*                0      0 131072      0 LISTEN
10.63.48.2.22        8.26.81.252.25642    64399      0 64240      0 ESTABLISHED
10.63.48.2.22        8.26.81.252.32698    65175      0 64240      0 ESTABLISHED
root@trans01-zd01:/root# telnet 127.0.0.1 25
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
root@trans01-zd01:/root#
root@trans01-zd01:/root#  mconnect
connecting to host localhost (127.0.0.1), port 25
connect: Connection refused
Please help.

Last edited by solaris_1977; 12-20-2011 at 11:09 AM..
# 2  
Old 12-23-2011
Please check local_only parameter for sendmail through below command
Code:
 
svcprop sendmail | grep local_only

This must be set to false to allow remote access.

Regards,
Vishal
# 3  
Old 12-23-2011
Vishal, it is already set to false
PHP Code:
/# svcprop sendmail | grep local_only
config/local_only boolean false 
# 4  
Old 12-23-2011
Post output of
Code:
svcs -xv sendmail

# 5  
Old 12-23-2011
Code:
:/# svcs -xv sendmail
svc:/network/smtp:sendmail (sendmail SMTP mail transfer agent)
 State: online since Thu Dec 22 00:06:14 2011
   See: man -M /usr/share/man -s 1M sendmail
   See: /var/svc/log/network-smtp:sendmail.log
Impact: None.

Moderator's Comments:
Mod Comment please use CODE tags for code and snipplets, not HTML nor PHP code unless it IS HTML or PHP code. thank you.

Last edited by DukeNuke2; 12-23-2011 at 01:01 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Sendmail issue

Dear All , I have some problem in Sendmail , where it was sending mails perfectly fine with the Ip address of the client machine. But suddenly there was an issue , the SMTP takes the IP of the bond1 interface. So the IP could not get validated in the relay server. So how should i send... (1 Reply)
Discussion started by: jegaraman
1 Replies

2. Emergency UNIX and Linux Support

Sendmail issue

Hi, I'm using sendmail version 8.13.8-8.1.el5_7. I'm pretty new to it. The servera are running RHEL 5.8. My question basically is that I would want to know is there a way to change the from address. I would be able to change it using the return address in mailx command. However I would like to... (3 Replies)
Discussion started by: maverick_here
3 Replies

3. Solaris

sendmail issue on solaris 9

We changed relay agent in sendmail.cf and submit.cf files, and restarted the send mail services from init.d, able to see the sendmail processes. But unable to send an email. Relay agent is telnetable with port 25. Please help us with the issue (2 Replies)
Discussion started by: sudhakar110
2 Replies

4. Red Hat

Sendmail issue

Hi Every One, one of our server configuration on sendmail config we are using SMAR_HOST ### define(`SMART_HOST', 'mail.xxx.com') and /etc/sysconfig/sednmail DAEMON is setted to NO so let me know why sendmail is not working for this server any this else u need please do let me know (0 Replies)
Discussion started by: venikathir
0 Replies

5. AIX

Sendmail issue

My aix boxes have the port 25 listening and I want to bock that. But before that I want to check the recent logs of the sendmail activity and any open sockets using the port. Please advise. (1 Reply)
Discussion started by: ranasarkar
1 Replies

6. Solaris

Sendmail Issue

Hi, Guru i had configure in my two server to send out the email. One of the server able to send in the reasonable timing. but another not, it delay almost one day or two days but mostly not send at all. below is the syslog when i try to send out the mail. GOOD Server Dec 28 11:29:39... (5 Replies)
Discussion started by: SmartAntz
5 Replies

7. UNIX for Dummies Questions & Answers

Issue with sendmail

Hi Team, I have a script written to sendmail along with attachment in html format. The code is export MAILFROM="abc@abc.com" export MAILTO="abc@abc.com" export CONTENT="./GRP_SPI_ERR.html" export SUBJECT="TEST EMAIL: TESTING HTML" { print - "From: $MAILFROM" print - "To: ${MAILTO}"... (3 Replies)
Discussion started by: Vinaykumar1
3 Replies

8. Solaris

sendmail issue

Hi, yesterday I had issues, sendmail was not responding quickly while sending email and users did not receive any email, This happened with sendmail on solaris 10 and also with sendmail on a linux box. Found it is something to do with DNS blacklists, following lists did not work for me,... (2 Replies)
Discussion started by: upengan78
2 Replies

9. Solaris

Solaris sendmail issue

I am trying to send mail from a Solaris 10 machine to myself. The mail will be receive by a mail server. The problem is sendmail doesn't report any errors and there is nothing in mailq output. In the logs the stat=queued. I do not receive the mail in my mailbox. I could telnet to the... (7 Replies)
Discussion started by: sundar63
7 Replies

10. Linux

Sendmail issue

Hi gurus! I need help to make sendmail to accept unknown user mail. That is if the user does not exist sendmail keep on processing the mail and store it in a some mailbox ... Thanks for any idea! (5 Replies)
Discussion started by: andryk
5 Replies
Login or Register to Ask a Question