baileyscrossroads
Technical User
All,
I added the following lines to my sendmail.mc file because my server is running on Comcast and Comcast is on the rbl list so I have to make my server send through the comcast smtp server. Here's the lines:
define('SMART_HOST','smtp.comcast.net')dnl
MASQUERADE_AS(comcast.net)dnl
FEATURE('allmasquerade')dnl
FEATURE('masquerade_envelope')dnl
When I run the m4 macros I get the following error msgs:
Cannot open /usr/share/sendmail-cf/feature/'allmasquerade.m4'
I have checked the features directory and it is there. It has the correct permissions set as well.
I fixed it. I found out that if I removed the ' character from sendmail.mc FEATURE(allmasquerade) instead of FEATURE('allmasquerade') Is this an unusual problem? I got it to compile correctly but maybe theres a diff problem that I should be aware of? Any hints or help are appreciated
paulbunyan
I added the following lines to my sendmail.mc file because my server is running on Comcast and Comcast is on the rbl list so I have to make my server send through the comcast smtp server. Here's the lines:
define('SMART_HOST','smtp.comcast.net')dnl
MASQUERADE_AS(comcast.net)dnl
FEATURE('allmasquerade')dnl
FEATURE('masquerade_envelope')dnl
When I run the m4 macros I get the following error msgs:
Cannot open /usr/share/sendmail-cf/feature/'allmasquerade.m4'
I have checked the features directory and it is there. It has the correct permissions set as well.
I fixed it. I found out that if I removed the ' character from sendmail.mc FEATURE(allmasquerade) instead of FEATURE('allmasquerade') Is this an unusual problem? I got it to compile correctly but maybe theres a diff problem that I should be aware of? Any hints or help are appreciated
paulbunyan