aboutsummaryrefslogtreecommitdiff
path: root/mail/nbsmtp/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-05-20 03:25:18 +0000
committerWill Andrews <will@FreeBSD.org>2001-05-20 03:25:18 +0000
commitdf905663603c9cc63b2ecc0b95a600e0ba3ac4c7 (patch)
tree8278f7ae21460856699448672e1ba4c3dda5b1d2 /mail/nbsmtp/pkg-descr
parent3911ac5b812b3b5ba99280713f08765bf715dbd3 (diff)
downloadports-df905663603c9cc63b2ecc0b95a600e0ba3ac4c7.tar.gz
ports-df905663603c9cc63b2ecc0b95a600e0ba3ac4c7.zip
Notes
Diffstat (limited to 'mail/nbsmtp/pkg-descr')
-rw-r--r--mail/nbsmtp/pkg-descr18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/nbsmtp/pkg-descr b/mail/nbsmtp/pkg-descr
new file mode 100644
index 000000000000..ff97a94c8460
--- /dev/null
+++ b/mail/nbsmtp/pkg-descr
@@ -0,0 +1,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://www2.fastdial.net/~drysdam/software/software.html
+
+- Anders Nordby <anders@fix.no>