- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ClamAV's clmilter and Sendmail
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2007 10:16 PM
тАО03-11-2007 10:16 PM
ClamAV's clmilter and Sendmail
I have just installed the last Internet Express bundle, upgrading the antivirus package ClamAV from the 0.88.7 version to the 0.90 version: suddenly the included e-mail antivirus scanner clmilter stopped working.
What I see is that the daemon (clamav-milter -lo /var/run/clamav/clmilter.sock) starts correctly, but at the first call from sendmail the clmilter process is killed, with a cryptic:
Mar 12 10:28:37 myhost syslog: ClamAv: mi_stop=1
message in the syslog log file, even having enabled the LogSyslog option in the clamav.conf configuration file.
What is strange is that I haven't changed anything in sendmail.cf and in the clamav's configuration files.
Versions reported are:
Sendmail @(#)Sendmail version 8.13.3 - Revision 2.004 - 06/29/2006/8.13.3
ClamAV version 0.90, clamav-milter version devel-120207
Has anybody else seen this behaviour ?
Thank you
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2007 03:13 AM
тАО03-12-2007 03:13 AM
Re: ClamAV's clmilter and Sendmail
Enrico, I would surmise that a sendmail configuration file was overwritten during the install. This commonly occurs when there is a customization that can't be converted at install time. Usually there is a backup of the effected configuration file, which should be looked at for diagnosis.
It may also be a bug.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2007 09:37 PM
тАО04-16-2007 09:37 PM
Re: ClamAV's clmilter and Sendmail
Even an "upgrade" of sendmail from the last depot file didn't work.
Now sendmail reports:
220 gissi.marionegri.it ESMTP Sendmail @(#)Sendmail version 8.13.3 - Revision 2.005 - 12 January 2007/8.13.3; Tue, 17 Apr 2007 11:37:11 +0200 (METDST)
Thank you
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2007 10:43 PM
тАО04-16-2007 10:43 PM
Re: ClamAV's clmilter and Sendmail
Then I'd look at the clamav configuration.
Something that was changed was overwritten by the clamav installation.
If this functionality is critical, you might wish to consider backing the release out and installint the previous version.
This appears to be bad software if you are certain the configuration was preserved.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2007 10:59 PM
тАО04-16-2007 10:59 PM
Re: ClamAV's clmilter and Sendmail
Sorry I didn't specify that both files are correct, sendmail.cf and ClamAV's configuration files.
I have a small further explanation from clamav-milter, after activating the "debug" mode from the command line:
LibClamAV debug: Parsing mail file
LibClamAV debug: assume no encoding
LibClamAV debug: Not a mime encoded message
LibClamAV debug: Saving text part to scan
LibClamAV debug: messageAddArgument, arg='filename=textportion'
LibClamAV debug: messageToFileblob
LibClamAV debug: messageExport: numberOfEncTypes == 0
LibClamAV debug: messageExport: Entering fast copy mode
LibClamAV debug: blobSetFilename: textportion
LibClamAV debug: fileblobSetFilename: mkstemp(/var/run/clamav/clamav-74736f7278f
e00181d38d5b5b8684500/textportionXf727)
LibClamAV debug: Creating /var/run/clamav/clamav-74736f7278fe00181d38d5b5b868450
0/textportionX
ERROR: Segmentation fault :-( Bye..
Tha strange thing is that the file (textportionX) has been created in the directory.
Thank you again
Enrico