Link to home
Start Free TrialLog in
Avatar of sureshgovind
sureshgovind

asked on

Configuring and sending mail in AIX

How do I configure my rs6000 to send and recieve mail.
What do I need to make sure is running and what files need to be edited before mail can be sent and recieved
Avatar of ahoffmann
ahoffmann
Flag of Germany image

you need to adjust /etc/sendmail.cf
then enable SMTP in smitty.
Keep in mind that you usually need a working DNS (named).
ASKER CERTIFIED SOLUTION
Avatar of tel2
tel2
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
you need to kill and restart sendmail after changing sendmail.cf
Ahoffmann is right (again) - you need to restart sendmail.  One option is to reboot, but it's much easier just to issue the command:
  refresh -f sendmail
Those are the only 2 things I had to do to enable "sending" Email on AIX 3.2.4, 3.2.5 and 4.1.5 at my work (ie: edit sendmail.cf & refresh).  I believe receiving mail will require changes on your mail server or DNS or something.  Maybe ahoffmann can supply DETAILS?