aboutsummaryrefslogtreecommitdiff
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.Jean Milanez Melo2006-08-081-1/+2
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=170091
* Update to 3.1.4Mathieu Arnold2006-08-082-4/+4
| | | | Notes: svn path=/head/; revision=170085
* - update to 2.203Cheng-Lung Sung2006-08-082-4/+4
| | | | Notes: svn path=/head/; revision=170058
* - tag BROKEN(does not build on 4.x)Cheng-Lung Sung2006-08-081-0/+4
| | | | | | | | PR: ports/101619 Submitted by: maintainer (chinsan <chinsan dot tw_AT_gmail dot com>) Notes: svn path=/head/; revision=170045
* - Add missing locale files to plist. [1]Shaun Amott2006-08-072-3/+13
| | | | | | | | | | | - Add WITHOUT_NLS knob. - Fix build when PREFIX != /usr/local. PR: ports/101488 [1] Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Notes: svn path=/head/; revision=169991
* - Add missing locale files to plist. [1]Shaun Amott2006-08-072-3/+12
| | | | | | | | | | - Add WITHOUT_NLS knob. PR: ports/101476 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Notes: svn path=/head/; revision=169990
* - Fix PLIST: Remove locale dirs not contained in BSD.x11-4.distRenato Botelho2006-08-071-0/+4
| | | | | | | | PR: ports/101514 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Notes: svn path=/head/; revision=169968
* Belatedly add dbmail-develErwin Lansing2006-08-071-0/+1
| | | | | | | Pointyhat to: edwin (the other one) Notes: svn path=/head/; revision=169961
* - Fix WWW line in pkg-descrRenato Botelho2006-08-073-9/+6
| | | | | | | | | | | | - Use PORTDOCS - Remove uneeded pkg-plist and use PLIST_FILES instead PR: ports/100752 Submitted by: garga Approved by: maintainer timeout (15 days) Notes: svn path=/head/; revision=169957
* Mail::Verp encodes the address of an email recipient into the envelope senderMartin Wilke2006-08-075-0/+36
| | | | | | | | | | | | | | address so that a bounce can be more easily handled even if the original recipient is forwarding their mail to another address and the remote Mail Transport Agents send back unhelpful bounce messages. The module must also be used to decode bounce recipient addresses. PR: ports/101282 Submitted by: Vivek Khera <vivek(at)khera.org> Approved by: krion (mentor) Notes: svn path=/head/; revision=169950
* - fix pkg-plistCheng-Lung Sung2006-08-072-1/+2
| | | | | | | | | | Noted by: krisbot PR: ports/101543 Submitted by: clsung Approved by: maintainer (Janos Mohacsi) Notes: svn path=/head/; revision=169934
* - Respect DESTDIR for all my portsMartin Wilke2006-08-071-1/+1
| | | | | | | | Reviewed by: gabor Approved by: krion (mentor) Notes: svn path=/head/; revision=169917
* - Add missing locale files to plist.Shaun Amott2006-08-072-1/+3
| | | | | | | | | | - Pass maintainership to submitter. PR: ports/101513 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Notes: svn path=/head/; revision=169881
* - Update to 2.4-20060806Marcus Alves Grando2006-08-062-5/+5
| | | | | | | - Backport REQUIRE from mail/postfix Notes: svn path=/head/; revision=169862
* - Update to 1.31.1 (version number mangled to prevent PORTEPOCH bump)Lars Thegler2006-08-062-21/+13
| | | | | | | | | | - Use magic MASTER_SITES - Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid extra dependencies - Use versioned package dependency - Now requires perl from ports Notes: svn path=/head/; revision=169830
* - Add readline as dependency when it was already installed. The programRong-En Fan2006-08-061-4/+5
| | | | | | | | | | | will be linked against it anyway, not against a system one. - Pass maintainership to submitter PR: ports/101445 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Notes: svn path=/head/; revision=169798
* New port: mail/dbmail21 -current branch of DBMailEdwin Groothuis2006-08-0530-200/+1470
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dbmail is the name of a group of programs that enable the possiblilty of storing and retrieving mail messages from a database (currently MySQL, PostgreSQL or SQLite). What are the advantages? * Scalability. Dbmail is as scalable as the database that is used for the mail storage. * Manageability. Dbmail is based upon a database. Dbmail can be managed by changing settings in the database (f.e. using PHP/Perl/SQL). * Speed. Dbmail uses very efficient, database specific queries for retrieving mail information. This is much faster then parsing a filesystem. * Security. Dbmail has got nothing to do with the filesystem or interaction with other programs in the Unix environment which need special permissions. Dbmail is as secure as the database it's based upon. * Flexibility. Changes on a Dbmail system (adding of users, changing passwords etc.) are effective immediately. WWW: http://www.dbmail.org/ PR: ports/101356 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> Notes: svn path=/head/; revision=169781
* New port: mail/libsieve A library to interpret Sieve scripts, andEdwin Groothuis2006-08-055-0/+44
| | | | | | | | | | | | | | | | | | | to execute them over a given set of messages A library for parsing, sorting and filtering your mail. libSieve provides a library to interpret Sieve scripts, and to execute those scripts over a given set of messages. The return codes from the libSieve functions let your program know how to handle the message, and then it's up to you to make it so. libSieve makes no attempt to have knowledge of how SMTP, IMAP, or anything else work; just how to parse and deal with a buffer full of emails. PR: ports/101346 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> Notes: svn path=/head/; revision=169778
* - Update to 4.63Martin Wilke2006-08-052-13/+13
| | | | | | | | | PR: ports/101243 Submitted by: Dryice Liu <dryice(at)dryice.name> maintainer Approved by: krion (mentor) Notes: svn path=/head/; revision=169738
* - Update to 0.8.10 (version number mangled to prevent PORTEPOCH bump) [1]Lars Thegler2006-08-053-9/+12
| | | | | | | | | | | | | - Use magic MASTER_SITES - Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid extra dependencies - Use versioned package dependency - Build.PL is gone, so use PERL_CONFIGURE=yes [1] PR: ports/101289 [1] Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=169736
* - Update to 1.01.1 (version number mangled to prevent PORTEPOCH bump)Lars Thegler2006-08-052-11/+11
| | | | | | | | | | | | - Use magic MASTER_SITES - Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid extra dependencies - Use versioned package dependencies PR: ports/101218 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=169732
* - Update to 0.85.1 (version number mangled to prevent PORTEPOCH bump)Lars Thegler2006-08-053-11/+19
| | | | | | | | | | | | - Build.PL is gone, so use PERL_CONFIGURE=yes - Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid extra dependencies - Use magic MASTER_SITES PR: ports/101216 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=169724
* - Update to 3.8.0Martin Wilke2006-08-053-15/+23
| | | | | | | | | | | - Unbreak PR: ports/100930 Submitted by: Neil Darlow <neil(at)darlow.co.uk> Approved by: krion (mentor), maintainer Notes: svn path=/head/; revision=169708
* - use @dirrmtry on shared dirsDirk Meyer2006-08-051-4/+4
| | | | Notes: svn path=/head/; revision=169704
* Add support for DESTDIR part I.Erwin Lansing2006-08-042-2/+2
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* - Add OPTIONS for ipv6Martin Wilke2006-08-042-2/+18
| | | | | | | | | | - Bump PORTREVISION Submitted by: miwi Approved by: krion (mentor), netchild (maintainer) Notes: svn path=/head/; revision=169645
* - Pass maintainership to submitterMartin Wilke2006-08-041-2/+2
| | | | | | | | | | | - Fix whitspaces in Makefile PR: ports/101125 Submitted by: Soeren Straarup Approved by: markus (co mentor) Notes: svn path=/head/; revision=169624
* - fix rc script for option WITH_STANDALONE in FreeBSD 4.xDirk Meyer2006-08-032-2/+13
| | | | | | | Reported by: subdue on irc Notes: svn path=/head/; revision=169600
* Fix outgoingip.patch-spamcontrol MASTER_SITE_SUBDIRRenato Botelho2006-08-031-1/+1
| | | | Notes: svn path=/head/; revision=169594
* Mark BROKEN: does not fetchErwin Lansing2006-08-031-0/+2
| | | | Notes: svn path=/head/; revision=169582
* Remove old PORT_NOTES and PORT_NOTES_FreeBSD_40-RELEASE, they are not so usefulRenato Botelho2006-08-033-188/+1
| | | | | | | these days. Notes: svn path=/head/; revision=169572
* - Chase libver bump in qdbmMichael Johnson2006-08-021-1/+2
| | | | Notes: svn path=/head/; revision=169507
* - Update to 1.3.42Pav Lucistnik2006-08-022-4/+4
| | | | | | | | PR: ports/101253 Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer) Notes: svn path=/head/; revision=169467
* - update to 0.2.14Dirk Meyer2006-08-022-5/+4
| | | | | | | | PR: 101239 Submitted by: Hirohisa Yamaguchi Notes: svn path=/head/; revision=169434
* - update to 0.5.1Cheng-Lung Sung2006-08-022-4/+4
| | | | | | | | PR: ports/101238 Submitted by: maintainer (Hirohisa Yamaguch) Notes: svn path=/head/; revision=169424
* Add OUTGOINGIP patch to qmail-spamcontrol and qmail-tls slaveportsRenato Botelho2006-08-012-1/+11
| | | | Notes: svn path=/head/; revision=169410
* Fix "typo" in previous commit.Ion-Mihai Tetcu2006-08-017-7/+7
| | | | | | | Submitted by: KIMURA Yasuhiro Notes: svn path=/head/; revision=169396
* Re-enable IPv6 support after upgrading to 4.0.9.Hajimu UMEMOTO2006-08-012-8/+9
| | | | | | | Approved by: bc979__at__lafn.org (maintainer) Notes: svn path=/head/; revision=169373
* Make rc.d start postfix later, like sendmail does.Ion-Mihai Tetcu2006-08-017-7/+14
| | | | | | | | | PR: 100750 Submitted by: KIMURA Yasuhiro Approved by: Vivek Khera (maintainer) Notes: svn path=/head/; revision=169371
* Update to 2.4.0.Alexander Leidinger2006-08-016-12/+14
| | | | Notes: svn path=/head/; revision=169364
* - add missing dependencyCheng-Lung Sung2006-08-011-1/+2
| | | | | | | | Observed from: ports/101182 PR: ports/101182 Notes: svn path=/head/; revision=169361
* - update to 0.06Cheng-Lung Sung2006-08-012-5/+5
| | | | Notes: svn path=/head/; revision=169358
* update to 2.2.7Oliver Lehmann2006-08-014-8/+8
| | | | Notes: svn path=/head/; revision=169351
* Remove expired leaf ports:Vasil Dimov2006-08-019-381/+0
| | | | | | | | | 2006-07-19 japanese/eb3 2006-07-30 mail/dspampd 2006-07-28 net/svnc Notes: svn path=/head/; revision=169333
* - update to 1.101Cheng-Lung Sung2006-08-012-5/+6
| | | | | | | - take maintainership Notes: svn path=/head/; revision=169327
* Update to 4.63Kirill Ponomarev2006-08-012-4/+4
| | | | Notes: svn path=/head/; revision=169320
* Fix for postfix 2.3.1 that changed the logging format.Erwin Lansing2006-08-012-4/+4
| | | | | | | | | PR: 101137 Submitted by: Darren Pilgrim <darren.pilgrim@bitfreak.org> Obtained from: postfix source Notes: svn path=/head/; revision=169314
* Add pecl-esmtp 0.3.1, PECL ESMTP client extenion.Cheng-Lung Sung2006-08-014-0/+44
| | | | | | | | PR: ports/101133 Submitted by: chinsan <chinsan.tw at gmail.com> Notes: svn path=/head/; revision=169305
* Update to 2.6.3.Joe Marcus Clarke2006-08-013-4/+5
| | | | Notes: svn path=/head/; revision=169292
* Update to 2.6.3.Joe Marcus Clarke2006-07-312-5/+4
| | | | Notes: svn path=/head/; revision=169263