FreshPorts -- The Place For Ports Sun, 21 Mar 2010 12:22 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
nbsmtp 1.00 mail on this many watch lists=1 search for ports that depend on this port An older version of this port was marked as vulnerable.
Simple program for outgoing SMTP delivery
Maintained by: ehaupt@FreeBSD.org search for ports maintained by this maintainer
Port Added: 20 May 2001 01:25:18


No-Brainer SMTP is for people who just need a plain old SMTP outgoing delivery
system. Nothing as fancy as qmail or, heaven forbid, sendmail. It just has 3
required parameters (and 2 optional ones).

Usage:
nbsmtp -d domain -f from@addr -h host [-p port] [-l debuglevel]

domain: The domain you want nbsmtp to say it belongs to.  This will
almost invariably be the same as the domain in your email address.
from@addr: This is the address you want nbsmtp to say the message is from. Note
that this can be different than the "From:" line in your MUA.
host: This is the smtp server you are sending to.
port: The smtp port you want to connect to. 25 is standard, don't change it
unless you know what you are doing.

WWW: http://freshmeat.net/projects/nbsmtp/

- Anders Nordby <anders@fix.no>
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon

To install the port: cd /usr/ports/mail/nbsmtp/ && make install clean
To add the package: pkg_add -r nbsmtp


Configuration Options
===> The following configuration options are available for nbsmtp-1.00:
     IPV6=off (default) "Support for IPv6 connections"
     DEBUG=off (default) "Enable debug information (for developers)"
     SSL=off (default) "Enable SSL support"
===> Use 'make config' to modify these settings

Master Sites:
http://critical.ch/distfiles/
http://energy.critical.ch/distfiles/
http://sauerkraut.critical.ch/distfiles/
http://snow.critical.ch/distfiles/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
27 Mar 2009 09:53:36
Original commit files touched by this commit  1.00
ehaupt search for other commits by this committer
Mark MAKE_JOBS_SAFE
21 Aug 2008 07:18:49
Original commit files touched by this commit  1.00
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
27 Mar 2008 19:27:34
Original commit files touched by this commit  1.00
ehaupt search for other commits by this committer
Use MASTER_SITE_CRITICAL
06 Jul 2007 15:44:53
Original commit files touched by this commit  1.00
ehaupt search for other commits by this committer
Update WWW
01 Jun 2006 13:13:54
Original commit files touched by this commit  1.00
ehaupt search for other commits by this committer
Add an additional mirror.
23 May 2006 13:35:42
Original commit files touched by this commit  1.00
ehaupt search for other commits by this committer
Update master site.
30 Nov 2005 14:01:14
Original commit files touched by this commit  1.00
ehaupt search for other commits by this committer
Add SHA256 hashes to my ports
06 Oct 2005 12:57:11
Original commit files touched by this commit  1.00
ehaupt search for other commits by this committer
Change MAINTAINER address for my ports.

Approved by:    novel (mentor)
29 Aug 2005 13:41:19
Original commit files touched by this commit  1.00
sem search for other commits by this committer
- Update to 1.00
- Pass maintainership to submitter

PR:             ports/85046
Submitted by:   Emanuel Haupt <ehaupt@critical.ch>
25 Jul 2005 20:32:17
Original commit files touched by this commit  0.99_1
niels search for other commits by this committer
Fixed format string vulnerability that might be exploitable if
the program runs in debug mode and is used to connect to an untrusted
SMTP server.

Approved by:    nectar (mentor)
14 Jul 2005 06:06:30
Original commit files touched by this commit  0.99
 This port version is marked as vulnerable.
novel search for other commits by this committer
- Include SSL in OPTIONS (like lang/php4, mail/courier-imap, mail/qmail, etc)

PR:             83420
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
13 Jul 2005 20:46:31
Original commit files touched by this commit  0.99
 This port version is marked as vulnerable.
novel search for other commits by this committer
- Update to 0.99
- Add SSL, IPv6 and DEBUG options

PR:             83333
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
18 Jan 2005 05:44:50
Original commit files touched by this commit  0.98
 This port version is marked as vulnerable.
ijliao search for other commits by this committer
upgrade to 0.98

PR:             75530
05 Feb 2004 20:38:07
Original commit files touched by this commit  0.8
 This port version is marked as vulnerable.
trevor search for other commits by this committer
Use PLIST_FILES.

Reviewed by:    marcus
29 Jan 2004 07:24:56
Original commit files touched by this commit  0.8
 This port version is marked as vulnerable.
trevor search for other commits by this committer
SIZEify.
20 Feb 2003 18:40:39
Original commit files touched by this commit  0.8
 This port version is marked as vulnerable.
knu search for other commits by this committer
De-pkg-comment.
10 Apr 2002 21:24:07
Original commit files touched by this commit  0.8
 This port version is marked as vulnerable.
anders search for other commits by this committer
Unbreak command line parsing, use getopt rather.
Loose maintainership (I have no interest in nbsmtp currently).

PR:             32899
Submitted by:   Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
                Kimura Fuyuki <fuyuki@mj.0038.net>
20 Jan 2002 16:01:58
files touched by this commit
anders search for other commits by this committer
Update MASTER_SITE and WWW URL, site moved.   Reclaim maintainership.    
07 Oct 2001 04:03:45
files touched by this commit
petef search for other commits by this committer
Set maintainer to ports@FreeBSD.org    
20 May 2001 05:25:18
files touched by this commit
will search for other commits by this committer
Add nbsmtp 0.8, simple program for outgoing SMTP delivery.    

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-seamonkeyMar 19
linux-thunderbirdMar 19
seamonkeyMar 19
seamonkey2Mar 19
thunderbirdMar 19
thunderbird3Mar 19
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28

2 vulnerabilities affecting 8 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21415
Broken 173
Deprecated 46
Ignore 900
Forbidden 2
Restricted 388
No CDROM 141
Vulnerable 57
Expired 20
Set to expire 33
Interactive 79
new 24 hours 6
new 48 hours7
new 7 days19
new fortnight50
new month101

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.181 seconds.