AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Operatingsystems
#Servers
#AIX
#AIX
#AIX
#AIX
#AppPerformanceManagement
 View Only
  • 1.  sendmail

    Posted 6 days ago

    I want to send emails to the AD domain group of exchange via sendmail in AIX. How should I configure it? 

    By configuring the/etc/sendmail/sendmail.cf configuration file and modify DSsmtpserver, can only be sent to the members of the AD domain.



    ------------------------------
    bowen dai
    ------------------------------


  • 2.  RE: sendmail

    Posted 3 days ago
    Edited by Andrey Klyachkin 3 days ago

    You did it correctly. By setting DS, you send all your emails from the AIX server to the Exchange server. In this case, Exchange determines how to handle the email. You may ask your Exchange administrators, and they will probably find the reason in their logs.

    Meanwhile, you can configure syslog to log sendmail error messages, in case you didn't do it before.

    • Add the line like 'mail.debug /var/log/maillog rotate time 1d files 4' into /etc/syslog.conf
    • Create the log file -> touch /var/log/maillog
    • Restart syslogd -> refresh -s syslogd

    Then try to send the email again and look in the log, if it was sent to the Exchange server and if it answered anything.