Bug 48889 - New port: mail/smtprc
Summary: New port: mail/smtprc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-03 17:30 UTC by Michael L. Hostbaek
Modified: 2003-04-02 12:27 UTC (History)
0 users

See Also:


Attachments
file.shar (2.50 KB, text/plain)
2003-03-03 17:30 UTC, Michael L. Hostbaek
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael L. Hostbaek 2003-03-03 17:30:18 UTC
	New port. (and my 30st port.. wheeee)
	smtprc is fully configurable, multithreaded open mail relay scanner.
	It supports scanning of IP blocks, and can print the results to a web page.
	It is intended for SysAdmins to check IP blocks under their control.
Comment 1 corecode@corecode.ath.cx 2003-03-03 19:14:25 UTC
Lately Michael L.Hostbaek told:

> sed 's/^X//' >smtprc/Makefile << 'END-of-smtprc/Makefile'
[...]
> X	${INSTALL_DATA} ${WRKSRC}/auto.conf ${PREFIX}/etc/${PORTNAME}
> X	${INSTALL_DATA} ${WRKSRC}/email.tmpl ${PREFIX}/etc/${PORTNAME}
> X	${INSTALL_DATA} ${WRKSRC}/rcheck.conf ${PREFIX}/etc/${PORTNAME}
[...]
> sed 's/^X//' >smtprc/pkg-plist << 'END-of-smtprc/pkg-plist'
> Xbin/smtprc
> Xetc/smtprc/auto.conf
> Xetc/smtprc/email.tmpl
> Xetc/smtprc/rcheck.conf

don't you want to install configs as .sample so that they don't get
removed when upgrading the port?

cheers
  simon

-- 
/"\   http://corecode.ath.cx/#donate
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2003-04-02 12:27:02 UTC
State Changed
From-To: open->closed

Commited, thanks!