1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/mail/nbsmtp/pkg-descr
Will Andrews df90566360 Add nbsmtp 0.8, simple program for outgoing SMTP delivery.
PR:		27096
Submitted by:	Anders Nordby <anders@fix.no>
2001-05-20 03:25:18 +00:00

19 lines
807 B
Plaintext

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>