LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   smtp-vilter error: unsafe socket on Fedora Core 2 (https://www.linuxquestions.org/questions/linux-software-2/smtp-vilter-error-unsafe-socket-on-fedora-core-2-a-219299/)

PlorkZ 08-18-2004 12:15 PM

smtp-vilter, spamassassin has error trying to read mail files
 
I recently set up smtp-vilter 1.1.4, SpamAssassin, and ClamAv 0.75 on Fedora Core 2, I am having problems with the three programs working together smtp-vilter seems to be working and I can send/receive mail, but spamd doesn't seem to be configured right or doesn't have the proper permissions. Here is a section of my mail log file with the errors (notice the lines from spamd, "Use of unitialized value"):

Aug 23 09:06:33 pma sendmail[11976]: i7NE6W9i011976: from=<xrhbrvp@denpas.com>, size=805, class=0, nrcpts=1, msgid=<1093270310.5121@host122.denpas.com>, proto=SMTP, daemon=MTA, relay=host122.denpas.com [206.81.89.122]
Aug 23 09:06:33 pma spamd[11952]: connection from localhost.localdomain [127.0.0.1] at port 42173
Aug 23 09:06:33 pma spamd[11978]: checking message <1093270310.5121@host122.denpas.com> for (unknown):507.
Aug 23 09:06:33 pma spamd[11978]: Use of uninitialized value in length at /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/PerMsgStatus.pm line 1339, <GEN9> line 31.
Aug 23 09:06:33 pma spamd[11978]: Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/PerMsgStatus.pm line 1342, <GEN9> line 31.
Aug 23 09:06:33 pma spamd[11978]: Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/PerMsgStatus.pm line 1343, <GEN9> line 31.
Aug 23 09:06:34 pma spamd[11978]: clean message (4.4/5.0) for (unknown):507 in 1.0 seconds, 859 bytes.
Aug 23 09:06:34 pma smtp-vilter[11784]: spamd: no response to STREAM cmd, Success
Aug 23 09:06:34 pma smtp-vilter[11784]: error during spam scan of file /tmp/vilter.XXXXpJnRmW
Aug 23 09:06:34 pma smtp-vilter[11784]: marking message (but deliver anyway)
Aug 23 09:06:34 pma sendmail[11976]: i7NE6W9i011976: Milter add: header: X-Spam-Checker: smtp-vilter
Aug 23 09:06:34 pma sendmail[11976]: i7NE6W9i011976: Milter add: header: X-SMTP-Vilter-Version: 1.1.4
Aug 23 09:06:34 pma sendmail[11976]: i7NE6W9i011976: Milter add: header: X-SMTP-Vilter-Backend: vilter-spamd
Aug 23 09:06:34 pma sendmail[11976]: i7NE6W9i011976: Milter add: header: X-Spam-Score: 0.0
Aug 23 09:06:34 pma sendmail[11976]: i7NE6W9i011976: Milter add: header: X-Spam-Status: unchecked
Aug 23 09:06:34 pma smtp-vilter[11784]: message contains no virus
Aug 23 09:06:34 pma sendmail[11976]: i7NE6W9i011976: Milter add: header: X-Virus-Scan: smtp-vilter
Aug 23 09:06:34 pma sendmail[11976]: i7NE6W9i011976: Milter add: header: X-SMTP-Vilter-Version: 1.1.4
Aug 23 09:06:34 pma sendmail[11976]: i7NE6W9i011976: Milter add: header: X-SMTP-Vilter-Backend: vilter-spamd
Aug 23 09:06:34 pma sendmail[11976]: i7NE6W9i011976: Milter add: header: X-SMTP-Vilter-Status: clean

Could there be a problem with user or group permissions on any of the directories used by spamassassin? What user should spamassassin be running as, and what permissions are needed on the /tmp folder?

Thanks in advance for any help with this.


All times are GMT -5. The time now is 10:47 AM.