head	1.4;
access;
symbols
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2006.02.17.02.45.40;	author clsung;	state dead;
branches;
next	1.3;

1.3
date	2005.03.04.03.12.53;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2004.10.14.02.28.24;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2004.07.30.00.35.57;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- bump PORTREVISION for plist change.
- Add WITH_LOCAL_CLAMAV[_DEVEL] to run-depend on security/clamav[-devel];
  default LOCAL_CLAMAV on to restore the way port behaved until last update.
  Depend on installed package rather that clamd to register depends correctly.

- If one of the clam options is on, make rc.d script to REQUIRE: clamd
  Actually use clamsmtp_debug var.
  Also make rc.d script to look more like the example in PH.

- Install example script in EXAMPLESDIR rather that DOCSDIR;

- Moved: pkg-message --> files/pkg-message.in
- Drop USE_REINPLACE while here.

PR:		93157
Submitted by:	Ion-Mihai Tetcu <itetcu AT people dot tecnik93 dot com>
@
text
@/* ================================================================= */
Edit /etc/rc.conf and set

clamsmtpd_enable="YES"

to enable clamsmtpd. 

Also, there is a clamsmtpd.conf-sample in %%PREFIX%%/etc/, 
rename to clamsmtpd.conf, otherwise specify -f option to your
config file. 

To work with postfix, See also
http://memberwebs.com/nielsen/software/clamsmtp/postfix.html
/* ================================================================= */
@


1.3
log
@- update to 1.3
- prune pkg-message

PR:		78157
Submitted by:	Marcus Grando <marcus AT corp dot grupos dot com dot br>
@
text
@@


1.2
log
@- update to 0.9.6
- use configure file since 0.8
- lots of options move from rc_sub to conf file

Approved by:	co-mentor (vanilla)
@
text
@d10 1
a10 2
config file. Add the following in the config file or 
comment them out.
d12 1
a12 9
OutAddress: 127.0.0.1:10026
Listen: 127.0.0.1:10025

To work with postfix, put following lines in Postfix' main.cf:

content_filter = scan:127.0.0.1:10025
receive_override_options = no_address_mappings

And modify master.cf to active it. See also
@


1.1
log
@Add clamsmtp 0.4, an ClamAV anti-virus SMTP Filter.

PR:		ports/69739
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d1 2
a2 1
Remember to modify /etc/rc.conf, change entry
d4 1
a4 1
clamsmtpd_smtp="mysmtp.com:25"
d6 1
a6 1
to your smtp server setting, and set
d8 4
a11 1
clamsmtpd_enable="YES"
d13 2
a14 1
to enable clamsmtpd.
d18 1
a18 1
content_filter = scan:127.0.0.1:10026
d23 1
@

