Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2009 22:44:25 -0700
From:      Tim Judd <tajudd@gmail.com>
To:        Rem P Roberti <remegius@comcast.net>,  freebsd general questions <freebsd-questions@freebsd.org>
Subject:   Re: Help with dmesg
Message-ID:  <496C2A39.5070204@gmail.com>
In-Reply-To: <49668B88.6080704@comcast.net>
References:  <4965AFDD.9000002@comcast.net>	<4965B542.6060303@boosten.org>	<4965B726.6020004@comcast.net>	<4965B8E2.5050608@comcast.net>	<4965BB00.7040302@boosten.org>	<4965BE01.8050709@comcast.net>	<4965C487.3070000@boosten.org>	<49662509.2060206@comcast.net> <49668513.1080808@gmail.com> <49668B88.6080704@comcast.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Rem P Roberti wrote:
> 
>> if I remember rigth I had the same problem months ago, but I'm not 
>> really sure how I solved it.
>> First try to delete the lines 44 - 49 of yourr's .cf file. then try to 
>> restart sendmail.
>> if that doesn't work try dnl after every line in the .mc file. e.x 
>> INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,F=, 
>> T=S:4m;R:4m') dnl
>> I think something like that I did and it works. But I'm not so sure.
>>
>>
> 
> I decided to start from scratch, and got rid of all the files generated 
> by the "make" command. So now my /etc/mail directory looks just as it 
> did when I started.  Instead of creating a whole new
> batch of files I decided to just start by running the "newaliases" 
> command and here's what I got:
> 
> root@ /etc/mail: newaliases
> /etc/mail/sendmail.cf: line 48: unknown configuration line "
> "
> clearly (I think) the problem has nothing to do with the files generated 
> by "make".  Something
> appears to be messed up with sendmail.cf (at least according to the 
> error message), but I don't
> see how that is possible.  Line 48 in /etc/mail/sendmail.cf is blank!
> 
> Rem
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"

The screen doesn't print all characters.  3 examples are 0x00, 0x0a, 
0x0d.  NULL, and (newline/return).

I have a feeling there's a unprintable character in there and sendmail's 
bawking at it.  I don't use sendmail, personally -- too inexperienced 
and the configuration process confuses me.

So in layman terms:
	Clear all blank and commented lines out of the .cf file
	For good measure, hexdump the saved file to see if you find any 
abnormal characters for sendmail.

	What I'm unsure of, is after clearing the .cf file up, does sendmail 
have this configuration in memory so it will CONSTANTLY complain until a 
new config is generated?  This, compared to say any other common app 
that reads it's .conf file at startup and doesn't keep any of it as part 
of the binary itself.

I feel I didn't explain this very well.  PLEASE notify me if you feel 
this is true.  I'll try to re-explain myself differently then.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?496C2A39.5070204>