Re: Help with dmesg

2009-01-12 Thread Tim Judd
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

re: Help with dmesg (problem solved)

2009-01-09 Thread Rem P Roberti
OK...follow me through on this one. The line 48 that was referred to in the error message as being in sendmail.cf was actually line 48 in the /etc/mail/freebsd.mc file, and subsequently in the hostname.mc file that is created with the make command. That line is: OSTYPE(freebsd6), and it

Re: Help with dmesg

2009-01-08 Thread Peter Boosten
Rem P Roberti wrote: I just finished installing clamav with clamav-milter and everything seems to be loading fine via rc.conf. But I get this message at bootup and I have no idea what gives: 554 5.0.0 /etc/mail/sendmail.cf: line 48: unknown configuration line Jan 7 23:32:32 bsd

Re: Help with dmesg

2009-01-08 Thread Rem P Roberti
Peter Boosten wrote: Rem P Roberti wrote: I just finished installing clamav with clamav-milter and everything seems to be loading fine via rc.conf. But I get this message at bootup and I have no idea what gives: 554 5.0.0 /etc/mail/sendmail.cf: line 48: unknown configuration line

Re: Help with dmesg

2009-01-08 Thread Rem P Roberti
Rem P Roberti wrote: Peter Boosten wrote: Rem P Roberti wrote: I just finished installing clamav with clamav-milter and everything seems to be loading fine via rc.conf. But I get this message at bootup and I have no idea what gives: 554 5.0.0 /etc/mail/sendmail.cf: line 48: unknown

Re: Help with dmesg

2009-01-08 Thread Peter Boosten
Rem P Roberti wrote: INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock, F=, T=S:4m;R:4m') I don't think the F= parameter can be empty (IIRC): it describes what your sendmail is supposed to do once clam isn't active (either 'F=R' for reject or 'F=T' for temporary unavailable).

Re: Help with dmesg

2009-01-08 Thread Rem P Roberti
Peter Boosten wrote: Rem P Roberti wrote: INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock, F=, T=S:4m;R:4m') I don't think the F= parameter can be empty (IIRC): it describes what your sendmail is supposed to do once clam isn't active (either 'F=R' for reject or

Re: Help with dmesg

2009-01-08 Thread Rem P Roberti
Peter Boosten wrote: Rem P Roberti wrote: INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock, F=, T=S:4m;R:4m') I don't think the F= parameter can be empty (IIRC): it describes what your sendmail is supposed to do once clam isn't active (either 'F=R' for reject or

Re: Help with dmesg

2009-01-08 Thread Peter Boosten
Rem P Roberti wrote: Peter Boosten wrote: Rem P Roberti wrote: INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock, F=, T=S:4m;R:4m') I don't think the F= parameter can be empty (IIRC): it describes what your sendmail is supposed to do once clam isn't active

Re: Help with dmesg

2009-01-08 Thread Rem P Roberti
Peter Boosten wrote: Rem P Roberti wrote: Peter Boosten wrote: Rem P Roberti wrote: INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock, F=, T=S:4m;R:4m') I don't think the F= parameter can be empty (IIRC): it describes what your sendmail is

RE: Help with dmesg

2009-01-08 Thread brad davison
INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock, F=, T=S:4m;R:4m') I actually copied that line directly from instructions at this site : http://www.technoids.org/clamav-milter.html The same setup is working on an old laptop of mine. I checked to make sure

RE: Help with dmesg

2009-01-08 Thread brad davison
From: demonichandextensi...@hotmail.com To: remeg...@comcast.net; pe...@boosten.org Date: Thu, 8 Jan 2009 17:02:22 + CC: freebsd-questions@freebsd.org Subject: RE: Help with dmesg INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock, F=, T=S:4m;R:4m') I

Re: Help with dmesg

2009-01-08 Thread Rem P Roberti
INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock, F=, T=S:4m;R:4m') I actually copied that line directly from instructions at this site : http://www.technoids.org/clamav-milter.html The same setup is working on an old laptop of mine. I checked to make sure that

Re: Help with dmesg

2009-01-08 Thread Panos
O/H Rem P Roberti έγραψε: Peter Boosten wrote: Rem P Roberti wrote: Peter Boosten wrote: Rem P Roberti wrote: INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock, F=, T=S:4m;R:4m') I don't think the F= parameter can be empty (IIRC): it describes what your sendmail is

Re: Help with dmesg

2009-01-08 Thread Rem P Roberti
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