From e06acfb0b59ffe9f70be93a1d8208538b8a60cea Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Mon, 4 Oct 2010 16:08:23 +0000 Subject: [PATCH] Remove WWW, freshmeat project site has disappeared and even the original project site http://nbsmtp.ferdyx.org/ shows a default apache placeholder site. --- mail/nbsmtp/pkg-descr | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/mail/nbsmtp/pkg-descr b/mail/nbsmtp/pkg-descr index fa099a3eef27..dbdf28fcf817 100644 --- a/mail/nbsmtp/pkg-descr +++ b/mail/nbsmtp/pkg-descr @@ -1,18 +1,3 @@ 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