Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2005 14:20:21 GMT
From:      Clive Lin <clive@tongi.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/84104: mail/clamav 0.86.2 milter not starting
Message-ID:  <200507271420.j6REKLqR040460@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/84104; it has been noted by GNATS.

From: Clive Lin <clive@tongi.org>
To: bug-followup@FreeBSD.org, kahn@deadbbs.com,
        Sergey Matveychuk <sem@FreeBSD.org>, rob@debank.tv
Cc:  
Subject: Re: ports/84104: mail/clamav 0.86.2 milter not starting
Date: Wed, 27 Jul 2005 22:19:24 +0800

 I'm second to this.
 
 patch may like
 
 --- files/clamav-milter.sh.in~  Wed Jul 27 22:00:04 2005
 +++ files/clamav-milter.sh.in   Wed Jul 27 22:00:29 2005
 @@ -41,6 +41,6 @@
  load_rc_config $name
  : ${clamav_milter_enable="NO"}
  : ${clamav_milter_socket="%%CLAMAV_MILTER_SOCKET%%"}
 -: ${clamav_milter_flags="--postmaster-only --local --outgoing --max-children=50"}
 +: ${clamav_milter_flags="--postmaster-only --local --outgoing --timeout=0 --max-children=50"}
  
  run_rc_command "$1"
 
 I think PORTREVISION should be bumped as well.
 
 Cheers,
 Clive Tong-I Lin | http://tongi.org | PGP KeyID: A008C03E



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