This is a discussion on Sendmail problem in AIX 4.3.3 within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hi After upgraded sendmail 8.8 to 8.12.9 it's stopped working. I am using AIX 4.3.3 with latest Fixes. DNS ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi After upgraded sendmail 8.8 to 8.12.9 it's stopped working. I am using AIX 4.3.3 with latest Fixes. DNS is configured in my box. Please help me. Also want to know is there any way to use sendmail without using nameresolver. Thanks in advance Chiku -- Posted via http://dbforums.com |
| ||||
| Khee-Seng Yeo <kyeo@nyx.net> wrote in message news:<1058453840.726970@irys.nyx.net>... > Terry Polzin <t_polzin@yahoo.com> wrote: > : subhasbothra <member33505@dbforums.com> wrote in message news:<3120641.1058430831@dbforums.com>... > : > After upgraded sendmail 8.8 to 8.12.9 it's stopped working. > : > I am using AIX 4.3.3 with latest Fixes. DNS is configured in my box. > : > Please help me. Also want to know is there any way to use sendmail > : > without using nameresolver. > > : Did you have a customized /etc/sendmail.cf file under the old sendmail? > : The upgrade probably replaced it with a new version. That's where I'd check first. > > : Not sure how to handle your nameresolver issue. > > for name resolver, how about > # ( NSORDER=local ; sendmail -bd -q10m ) The 8.8 config is in /etc/sendmail.cf. The new file for 8.9 is in /lpp/save.config/etc/sendmail.cf.new. Rename /etc/sendmail.cf so you can keep the previous settings, copy the 8.9 file to /etc/sendmail.cf, make changes to make you previous settings. You will also need your domain name (with a "." after it) as an alias in /etc/hosts file for the service ip address. Try sending a test file with verbose setting to see your errors. |