aboutsummaryrefslogtreecommitdiff
path: root/mail/mini_sendmail
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.3.9.Dmitry Sivachenko2015-10-202-3/+3
| | | | Notes: svn path=/head/; revision=399813
* Update to version 1.3.8.Dmitry Sivachenko2014-08-162-3/+3
| | | | Notes: svn path=/head/; revision=365113
* Update to version 1.3.7.Dmitry Sivachenko2014-07-042-4/+3
| | | | Notes: svn path=/head/; revision=360589
* Support stagingEmanuel Haupt2014-02-181-5/+3
| | | | Notes: svn path=/head/; revision=344876
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Allow to specify To: field in Full Name <email> format.Dmitry Sivachenko2008-12-042-0/+37
| | | | | | | | PR: 128540 Submitted by: Helmut Schneider <jumper99@gmx.de> Notes: svn path=/head/; revision=223757
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* Upgrade to version 1.3.6.Dmitry Sivachenko2005-09-122-3/+3
| | | | | | | | PR: 86011 Submitted by: Andrej Zverev <az@inec.ru> Notes: svn path=/head/; revision=142525
* Update to version 1.3.5.Dmitry Sivachenko2005-02-163-24/+3
| | | | Notes: svn path=/head/; revision=129010
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Do not disable IPv6, with that patch it appears to work.Dmitry Sivachenko2003-08-293-11/+21
| | | | | | | | | Submitted by: Jolan Luff <jolan@mezzanine.servebeer.com> Tested by: Matthias Andree <matthias.andree@gmx.de> Obtained from: NetBSD Notes: svn path=/head/; revision=87981
* Disable IPv6 for now, it break things.Dmitry Sivachenko2003-08-292-1/+12
| | | | | | | | PR: 56105 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=87960
* New port: mini_sendmail.Dmitry Sivachenko2003-07-114-0/+34
mini_sendmail reads its standard input up to an end-of-file and sends a copy of the message found there to all of the addresses listed. The message is sent by connecting to a local SMTP server. This means mini_sendmail can be used to send email from inside a chroot(2) area. Notes: svn path=/head/; revision=84660