![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to know whether I am able to send email from unix server or not? | siba.s.nayak | UNIX for Advanced & Expert Users | 0 | 09-12-2007 12:11 AM |
| how to send mail from server to client's email-id | parmeet | UNIX for Dummies Questions & Answers | 8 | 01-19-2007 01:43 AM |
| Send email where # is in the email address - Using Unix | jingi1234 | UNIX for Dummies Questions & Answers | 1 | 05-23-2005 08:23 AM |
| Unable to send eMail from a UNIX-Host ( using mailx ) to a Outlook-email-addres(Win) | Vetrivela | UNIX for Advanced & Expert Users | 2 | 02-15-2005 06:43 AM |
| Send email to another server on AIX | owls | UNIX for Dummies Questions & Answers | 1 | 09-17-2001 09:02 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
how to configure server to send email in AIX
Hi,
anyone can guide me how to configure server to send email in AIX. My server is in a closed network, what do I need to configure and how? SMTP gateway? mail server? Thanks and best regards Solomon |
| Forum Sponsor | ||
|
|
|
|||
|
|||
|
This is the message I got:
# echo test | mail -v username@someplace.tld Warning: .cf file is out of date: sendmail AIX5.3/8.13.4 supports version 10, .c f file is version 9 WARNING: local host name (XXXXXXXXX) is not qualified; see cf/README: WHO AM I? /dead.letter... Saved message in /dead.letter |
|
|||
|
Quote:
You must configure sendmail. In the configuration file /etc/sendmail.cf, the line with DS must be modified and you must specified your mail server. You can add this server in the file /etc/host. After the modification of your sendmail configuration, you restart the service : # refresh -s sendmail or # stopsrc -s sendmail # startsrc -s sendmail -a "-bd" To have a complete solution for debug, you can add this line in /etc/syslog.conf : mail.debug /var/log/mail/maillog rotate size 200k files 4 And : # refresh -s syslogd |
|||
| Google UNIX.COM |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|