Sendmail Issue on Solairs 8


 
Thread Tools Search this Thread
Operating Systems Solaris Sendmail Issue on Solairs 8
# 1  
Old 10-01-2009
Sendmail Issue on Solairs 8

Hello Gurus,

On server xyz. I need to configure sendmail.
Sendmail server is abc.xxx.xx.com

Important thing is sendmail server is resolving only by DNS , even ping is not happening.
But when I configure in /etc/mail/sendmail.cf as show below

DSabc.xxx.xx.com

Still I am receiving the following error in /var/log/syslog

Oct 1 08:47:47 xyz sendmail[11142]: [ID 801593 mail.info] n917llE11142: from=username, size=67, class=0, nrcpts=1, msgid=<200910010747.n917llE11142@xyz.loghost>, relay=root@localhost
Oct 1 08:47:47 xyz sendmail[11144]: [ID 801593 mail.info] n917llE11142: to=mailid, ctladdr=username (9212/1), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=120067, relay=abc.xxx.xx.com. [xx.xx.xx.x], dsn=5.0.0, stat=Service unavailableOct 1 08:47:47 xyz sendmail[11144]: [ID 801593 mail.info] n917llE11142: n917llD11144: DSN: Service unavailable
Oct 1 08:47:47 xyz sendmail[11144]: [ID 801593 mail.info] n917llD11144: to=username, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30112, relay=local, dsn=2.0.0, stat=Sent
Oct 1 08:52:30 xyz sendmail[11189]: [ID 801593 mail.info] n917qUP11189: from=remedy, size=275, class=0, nrcpts=1, msgid=<200910010752.n917qUP11189@xyz.loghost>, relay=remedy@localhost
Oct 1 08:52:30 xyz sendmail[11191]: [ID 801593 mail.info] n917qUP11189: to=remedy, ctladdr=remedy (9206/1), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=120275, relay=local, dsn=2.0.0, stat=Sent


Working server:- mailer=relay, pri=30061, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (n8UETcI5013459 Message accepted for delivery)Issue:-mailer=relay, pri=120067, relay=abc.xxx.xx.com. dsn=5.0.0, stat=Service unavailable

Last edited by bullz26; 10-05-2009 at 06:07 AM..
# 2  
Old 10-01-2009
To keep the forums high quality for all users, please take the time to format your posts correctly.

First of all, use Code Tags when you post any code or data samples so others can easily read your code. You can easily do this by highlighting your code and then clicking on the # in the editing menu. (You can also type code tags [code] and [/code] by hand.)

Second, avoid adding color or different fonts and font size to your posts. Selective use of color to highlight a single word or phrase can be useful at times, but using color, in general, makes the forums harder to read, especially bright colors like red.

Third, be careful when you cut-and-paste, edit any odd characters and make sure all links are working property.

Thank You.

The UNIX and Linux Forums
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

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

2. UNIX for Advanced & Expert Users

Sendmail issue

One of the applications sends mail to the users on daily basis. It sends mail within (internal users) the firewall (e.g., username@companyname.com) and not sending mail outside (external users) the firewall (e.g., username@yyyy.com). When we contacted the admin people they informed us to register... (5 Replies)
Discussion started by: abuibi
5 Replies

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

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

5. Red Hat

Sendmail Issue.

Hi Gurus, I have been tampering around with sendmail for the past one week and seem to make little progress. Given below is an abstract of the issue. I have a Fedora 12 server(A VM on vitual Box bridged with a Windows XP host) which has to act as a SMTP server and have accordingly put up the... (8 Replies)
Discussion started by: Hari_Ganesh
8 Replies

6. Solaris

Sendmail issue

Hi all, we are using solaris 10. we need to increase every users mail boxes size as all users mail boxes got filled..Please help..its urgent.. Thanks in advance.. (1 Reply)
Discussion started by: bpsunadm
1 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

Solairs 9 to Solaris 10 liveupgrade issue

Hello, I started the upgrade using LiveUpgrade. I am using Solaris 10 instalation CDs (5 CDs). My server is Enterprise 3500 - SPARC. 1) lucreate -c first_disk -m /:/dev/dsk/c0t11d0s7:ufs -n second_disk ... luupgrade -u -n second_disk -s /cdrom/cdrom0/s0 WARNING: <5> packages failed to... (0 Replies)
Discussion started by: zafyil
0 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