1828277 Members
3362 Online
109975 Solutions
New Discussion

Problem with sendmail

 
SOLVED
Go to solution
Pippo_9
Frequent Advisor

Problem with sendmail

Hi all.

I have got this problem with sendmail (currently installed version is 8.11.1 on HP-UX 11.00):

I have launched gen_cf in order to set up sendmail config files but got the following error:

./gen_cf
CFDIR=: Command not found.
Badly placed ()'s.

Is there anyone out there to suggest me a possible solution?

Thanks

JPM
5 REPLIES 5
G. Vrijhoeven
Honored Contributor

Re: Problem with sendmail

Hi,

Could you set -v in the top of the config file and ./gen_cfg again. This will give you more info.

HTH,

Gideon
Geoff Wild
Honored Contributor

Re: Problem with sendmail

Yeah - run it like this:


cd /usr/newconfig/etc/mail/cf/cf

./gen_cf test.cf

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Brian Hackley
Honored Contributor
Solution

Re: Problem with sendmail

Hello,

Use /sbin/sh as your shell. The symptoms you describe come from using csh and possibly tsch.

Hope that helps,
-> Brian Hackley
Ask me about telecommuting!
Geoff Wild
Honored Contributor

Re: Problem with sendmail

Did your problem get resolved?

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Pippo_9
Frequent Advisor

Re: Problem with sendmail

The possible solution posted by Brian has solved my problem (csh shell was actually set instead of /sbin/sh).

Thanks a lot

JPM