Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-2287197.1
Update Date:2017-08-15
Keywords:

Solution Type  Problem Resolution Sure

Solution  2287197.1 :   Mailx Command Not Working After Appling the QFSDP  


Related Items
  • Solaris Operating System
  •  
  • Oracle SuperCluster T5-8 Hardware
  •  
  • Oracle SuperCluster M7 Hardware
  •  
  • Oracle SuperCluster Specific Software
  •  
  • SPARC SuperCluster T4-4
  •  
Related Categories
  • PLA-Support>Eng Systems>Exadata/ODA/SSC>SPARC SuperCluster>DB: SuperCluster_EST
  •  




In this Document
Symptoms
Cause
Solution


Created from <SR 3-15350822711>

Applies to:

SPARC SuperCluster T4-4 - Version All Versions to All Versions [Release All Releases]
Oracle SuperCluster T5-8 Hardware - Version All Versions to All Versions [Release All Releases]
Oracle SuperCluster M7 Hardware - Version All Versions to All Versions [Release All Releases]
Solaris Operating System - Version 11.1 to 11.3 [Release 11.0]
Oracle SuperCluster Specific Software - Version 1.x to 2.x [Release 1.0 to 2.0]
Information in this document applies to any platform.

Symptoms

mailx not working post QFSD patching

Cause

sendmail configuration overwritten during patching
sendmail was patched

Solution

edit the sendmail.cf and submit.cf for mail routing and add user smmsp to the trusted-users configuration.

 

Example:
1. Edit /etc/mail/sendmail.cf

vi /etc/mail/sendmail.cf
search for Foo
# my official domain name
# ... define this only if sendmail cannot automatically determine your domain
#Dj$w.Foo.COM
Dj$w.oracle.com
# host/domain names ending with a token in class P are canonical
CP.
# "Smart" relay host (may be null)
DSmail.oracle.com


2. Edit /etc/mail/submit.cf


vi /etc/mail/submit.cf
search for Foo
# my official domain name
# ... define this only if sendmail cannot automatically determine your domain
#Dj$w.Foo.COM
Dj$w.oracle.com
# host/domain names ending with a token in class P are canonical
CP.
# "Smart" relay host (may be null)
DSmail.oracle.com


3. Edit /etc/mail/trusted-users


vi /etc/mail/trusted-users
root
smmsp


4. Restart the mail services


svcadm restart svc:/network/sendmail-client:default
svcadm restart svc:/network/smtp:sendmail


Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback