aboutsummaryrefslogtreecommitdiffstats
path: root/mail/nullmailer
Commit message (Collapse)AuthorAgeFilesLines
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+0
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* o Upgrade to release 1.00.clive2005-03-0510-137/+111
| | | | | | o Bump PORTEPOCH since pkg_version thinks differently. o Patch nullmailer-send.8 to indicate SMTP authentication is supported as well.
* + Add smtp authentication support.clive2004-11-284-2/+143
| | | | | | | | | | - files/patch-smtp_authentication - files/remotes.sample (READ THIS) + fix a argument passing bug. - files/patch-src-send.cc Obtained from: Nullmailer Mailing List
* Pipe stderr to logger(1) as well.clive2004-10-151-1/+1
|
* Embrace rc.subr(8).clive2004-10-122-49/+26
|
* Post gcc 3.4.2 fixup.clive2004-08-011-0/+35
|
* More chances to catch correct PID.clive2004-03-271-1/+2
| | | | No functional change.
* Do rm(1) before cvs(1) rm next time !!clive2003-04-163-54/+0
|
* * Upgrade to 1.00RC7clive2003-04-137-58/+67
| | | | | | | | | | Miscellous fixes: * Make sure home directory of nullmail user is correct. (http://www.freebsd.org/cgi/mid.cgi?db=mid&id=20030207081144.GB52029@fatpipi.cirx.org) * Typo fixed in pkg-message. (Submitter: Thierry Thomas <thierry@pompo.net>) * Better startup script. (Submitter: lewiz <purple@lewiz.info>)
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Add a new master site.clive2003-01-111-1/+2
|
* Take nullmailer's sendmail and mailq out from ${LOCALBASE}/(bin|sbin).clive2002-11-257-26/+124
| | | | | | | | | | | The reason is strong. A quote from submitter: In current state choose of native or nullmailer's sendmail/mailq depends on order of paths in $PATH instead of sysadmins choose. (/etc/mail/mail.conf in general case) PR: ports/45152 Submitted by: "."@babolo.ru
* Fix a possible denial of service vulnerability.clive2002-11-243-0/+35
| | | | | | | | | | | | | | After this patch, the action of piping mails out won't stop, even if all of your mails were failed to deliver. Nullmailer itself will keep throwing mails to smart relay as long as there're incoming mails, no matter how broken the recipients of the previous mails. Still leave this port in FORBIDDEN state until I address PR ports/45152 Obtained from: http://www.debian.org/security/2002/dsa-198 Noted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Mark FORBIDDEN until I fix a long standing bug, which is noted as aclive2002-11-201-0/+2
| | | | | | | | | vulnerability. No trojan, no privilege gain. Because nullmailer is not DSN aware, it has nothing to do if the smart relay refuses to relay correctly. Stopping itself in such condition is a bug, or not a proper feature. On bugtraq, it's a vulnerability anyway.
* Unbreak the build on -CURRENT.clive2002-11-181-0/+11
| | | | Noted by: kris
* Fix build on -CURRENT.clive2002-08-253-0/+31
| | | | Noted by: kris
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-211-1/+1
| | | | the later case
* Main distribution site changed.clive2001-05-202-1/+3
| | | | Obtained from: X-Mailing-List: <debian-chinese-big5@lists.debian.org> archive/latest/4560
* Add missing entry.clive2001-03-101-0/+1
| | | | Submitted by: bento
* o Almost Dump-safeclive2001-03-045-26/+171
| | | | | | | | | | | | | o Completely package-safe (with evil tricks) o Bump PORTREVISION Because I haven't invented any convenient dialog script to ask people what protocol (smtp/qmqp) and what address of their mail server, there still one comment left in pkg-message. If there's any, please tell me where to steal^h^h^hudy. Reviewed by: Sybolt de Boer <bolt@xs4all.nl>
* Add missing entry.clive2001-02-271-0/+1
| | | | Submitted by: Sybolt de Boer <bolt@xs4all.nl>
* Fix a typo which would results in wrong home directory of nullmail user.clive2001-02-261-1/+1
| | | | Noted by: Sybolt de Boer <bolt@xs4all.nl>
* This buffer is for notes you don't want to save, and for Lisp evaluation.clive2001-02-219-0/+184
If you want to create a file, visit that file with C-x C-f, then enter the text in that file's own buffer. Add nullmailer, a sendmail compatible MTA which only does one thing: send mail to a SMTP or QMQP smart relay. NOTICE: This port is usable now, but not yet dumb-safe. Please pay attention on its pkg-message.