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.
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
State Changed From-To: open->closed Commited, thanks!